summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-09mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAMBrian Paul
2008-10-09i965: Accelerate depth textures with border color.Eric Anholt
2008-10-09i965: Actually hook up the accelerated DrawPixels support.Eric Anholt
2008-10-08i915: Accelerate depth textures with border color.Eric Anholt
2008-10-08mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac...Brian Paul
2008-10-08mesa: vertex emit debug code (disabled)Brian Paul
2008-10-08mesa: fix vertex format/attribute bugBrian Paul
2008-10-07mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt
2008-10-07intel: Push flushing for cliprects changes down into the cliprects changes.Eric Anholt
2008-10-08i965: Fix a potential assertion failure.Xiang, Haihao
2008-10-07mesa: pass 'mask', not NULL to renderbuffer->Put functionsBrian Paul
2008-10-07Mesa: fix the case where there are no vertex attributes.Stephane Marchesin
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul
2008-10-07mesa: update state after binding vertex list in dlist pathKeith Whitwell
2008-10-07mesa: protect against segfault in get_fp_input_mask()Keith Whitwell
2008-10-07mesa: remove old assertionBrian Paul
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-10-06mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONEBrian Paul
2008-10-06Mesa: fix the case where there are no vertex attributes.Stephane Marchesin
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul
2008-10-06mesa: updated _mesa_delete_query() commentsBrian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
2008-10-04i915: Refine the texture indirect lookup accounting.Eric Anholt
2008-10-04mesa: handle vertex program enabled case also in texenvprogram.cKeith Whitwell
2008-10-03intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03Mesa: short-circuit case when looking up the same program twice in cacheKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-10-03mesa: add missing state dependencies for various tracked constantsKeith Whitwell
2008-10-03mesa: shrink texenvprogram state key structKeith Whitwell
2008-10-02mesa: Fix compiler warnings on Windows.Michal Krol
2008-10-02mesa: fix temp register allocation problems.Brian Paul
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-10-01i965: sampler default color ends up in texture cache, not instructions.Eric Anholt
2008-10-01i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt
2008-10-01mesa: Fix compiler warnings on Windows.Michal Krol
2008-09-30cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White
2008-09-29intel: Clean-up the extension string madness!Ian Romanick
2008-09-29GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick
2008-09-29GLSL: Implement _mesa_get_handleIan Romanick
2008-09-29GLSL: AttachShader returns INVALID_OPERATION for repeated attachIan Romanick
2008-09-29mesa: asst updates for VMSJouk Jansen
2008-09-29mesa: drop calloc from _mesa_get_fixed_func_vertex_programShunichi Fuji
2008-09-28Use 3Dnow! x86-64 routines only on processors that support 3Dnow!Ian Romanick
2008-09-28Remove TNL-to-VP tracking from i965Ian Romanick