summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-09-17mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-08-12mesa: texture crop rect stateBrian Paul
2008-07-24mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-14mesa: comments about vectors vs componentsBrian Paul
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul
2008-07-04mesa: Implement mutex/locking around texture object reference counting.Brian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-25mesa: point size arraysBrian Paul
2008-06-13mesa: move some glapi bits aroundBrian Paul
2008-05-07gallium: implement full reference counting for vertex/fragment programsBrian Paul
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian
2007-10-31Update texenvprogram.c code to use prog_cache.c routines.Brian
2007-10-31alloc caches for fixed-func vertex/fragment progsBrian
2007-10-29Remove ctx field from texenvprog_cacheBrian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-09-11Implement query object interface.Brian
2007-08-09Checkpoint intel_renderbuffer removal.Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-24remove unused MAX_3D_TEXTURE_SIZE, reformatttingBrian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian
2007-06-11typo: s/derrived/derived/Brian
2007-06-07Add support for GL_ARB_fragment_program_shadow.Ian Romanick
2007-06-07Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick
2007-05-24Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell
2007-05-23doxygen-ize some commentsBrian
2007-05-21remove the unused texobj Mutex fieldBrian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-04-21added MemPool fieldBrian
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05temporary add some extra renderbuffer debug codeBrian
2007-04-04Remove the never-used SI-style imports/exports code.Brian
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian
2007-03-21merge from masterBrian
2007-03-21mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao
2007-03-16Colortable re-org.Brian
2007-03-16added a renderbuffer commentBrian
2007-03-14Re-org of gl_pixel_attrib struct.Brian
2007-03-11Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian