2005-09-16 |
Brian Paul | alphabetize |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | Rework the texture filtering functions a bit. |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | replace a couple macros with inlined functions |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Brian Paul | more GLuint->GLbitfield changes |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | Replace GLuint with GLbitfield where appropriate. ... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | Code clean-ups, reorg. |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | silence warning |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | Remove a bunch texel fetch functions that can be handle... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | updated comments |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | New set_fetch_functions() to set a gl_texture_image... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | replace s_texture.[ch] with s_texcombine.[ch] and s_tex... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | Update includes post-splitting of s_texture.c |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Brian Paul | Split the s_texture.c file into two new files: |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | remove unused vars |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | remove _tnl_MakeCurrent call |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | initial 6.5 release notes |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | Remove _tnl_MakeCurrent() and the unused ctx->Driver... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Dave Airlie | fix breakage from Brians changes earlier |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | clean-up some _mesa_make_current() code |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | remove rm -f line |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | remove .a file before creating new one |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | pageflip change from radeon driver |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | Instead of calling _mesa_ResizeBuffersMESA() in the... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | make some funcs static |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | Instead of calling _mesa_ResizeBuffersMESA() in the... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | use mklib script to make drivers instead of gcc -shared |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | updated comment |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | make some functions static |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | Instead of calling _mesa_ResizeBuffersMESA() in the... |
commit | commitdiff | tree | snapshot |
2005-09-14 |
Brian Paul | added driUpdateFramebufferSize() |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | Move _mesa_add_soft_renderbuffers() from framebuffer... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | update like for MD2 viewer |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | replace semicolon with && |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | print version with debug info |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | fix FreeBSD problem (bug 4435) |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Eric Anholt | Fix libGL build on FreeBSD by respecting ASM_FLAGS. |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | Replace ctx->Driver.StencilOp/Func/Mask() functions... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | OpenGL 2.0's two-sided stencil feature wasn't implement... |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | just some reformatting |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | Clear either 8 or 16-bit stencil buffers. |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | Use GLuint/GLint intead of GLstencil for stencil state. |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | Move the ctx->FirstTimeCurrent initialization |
commit | commitdiff | tree | snapshot |
2005-09-13 |
Brian Paul | init StencilOpSeparate to NULL |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Roland Scheidegger | add GL_ATI_fragment_shader support for r200 |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Brian Paul | added a return upon out-of-memory, remove a needless... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Brian Paul | restore brace lost in previous check-in |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Roland Scheidegger | add complete support for ATI_fragment_shader for the... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Roland Scheidegger | remove unnecessary Swizzle parameter from struct (forgo... |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Brian Paul | use ASM_API variable, bug 4415 |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Brian Paul | make lookup_query_object() static |
commit | commitdiff | tree | snapshot |
2005-09-12 |
Brian Paul | remove rendundant r,g,b,a vars (bug 4331) |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Dave Airlie | add 1002:5460 M22 X300 card |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Dave Airlie | fix dri drivers build |
commit | commitdiff | tree | snapshot |
2005-09-11 |
Brian Paul | Silence some warnings. |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | bunch of updates |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | put GLUT sources into a separate tarball |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | Clean-up of sources/Makefile, bug 4111 |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | fix a problem w/ color index mode when CHAN_BITS=16 |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | make some vars static |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | fix GLubyte/GLchan inconsistencies (bug 4331) |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Roland Scheidegger | new demo to test ATI_fragment_shader, not very creative... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Roland Scheidegger | add the new drm packets needed for ATI_fragment_shader... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Roland Scheidegger | add reverse-engeneered register bits needed for ATI_fra... |
commit | commitdiff | tree | snapshot |
2005-09-10 |
Brian Paul | Add offset and pitch fields to intelRegion. Remove... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Roland Scheidegger | add _tnl_arb_vertex_program_stage to all drivers which... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Brian Paul | remove the redundant textureSize field, use tex.size... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Brian Paul | don't generate selection hits for glBitmap, glDraw... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Roland Scheidegger | fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI... |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Roland Scheidegger | add missing fallback string for ARB_vertex_program |
commit | commitdiff | tree | snapshot |
2005-09-09 |
Roland Scheidegger | Fix wrong fallback bit being set by the tcl fallback... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Keith Whitwell | use an explicit reserved field, rather than magic numbe... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Brian Paul | Fix the comment for the 'bound' field: it's a bitmask... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Keith Whitwell | Keep NumTemporaries uptodate. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Keith Whitwell | Treat NegateBase as a bitfield, not a boolean. |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Keith Whitwell | be consistent in populating NegateBase field |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Brian Paul | check for either GL_ARB_depth_texture or GL_SGIX_depth_... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Brian Paul | fix precision problem in depth clearing (bug 4395) |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Roland Scheidegger | fix incorrect swizzling handling. fix code so it can... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Roland Scheidegger | add a bunch of FLUSH_VERTICES to some of the ATI_fs... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Brian Paul | some clean-up and re-org for renderbuffers |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Brian Paul | some updates, but code still out of date |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Brian Paul | new comment |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Brian Paul | minor tweaks to _mesa_ResizeBuffersMESA() |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Roland Scheidegger | fix bug with ATI_fragment_shader in swrast (need to... |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Brian Paul | try to fix renderbuffer breakage, primarily in calculat... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | minor formatting fix |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | added viaRenderbufferStorage() function |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | just changes/updates to comments |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | added -Wmissing-prototypes to WARN_FLAGS |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | Use mklib script instead of ar. Make libmesa.a instead... |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | remove DEFARRAY, CHECKARRAY stuff |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | minor clean-up of texture_combine() |
commit | commitdiff | tree | snapshot |
2005-09-06 |
Brian Paul | don't use DEFARRAY/CHECKARRAY stuff |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | make some functions static |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | make r128SpanRenderStart/Finish static |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | remove obsolete CurrentBufferBit |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Brian Paul | remove unused var |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | Add support for memory contexts (Thomas Kaltofen).... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Karl Schultz | remove _swrast_DrawBuffer |
commit | commitdiff | tree | snapshot |
next |