summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-041-0/+1
* mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-0/+1
* gallium: handle msaaRoland Scheidegger2008-06-271-0/+1
* mesa: point size arraysBrian Paul2008-06-251-0/+4
* mesa: move some glapi bits aroundBrian Paul2008-06-131-2/+1
* gallium: implement full reference counting for vertex/fragment programsBrian Paul2008-05-071-2/+2
* mesa: no longer combine vertex/fragment shader parameters/uniformsBrian2008-04-041-3/+5
* Update texenvprogram.c code to use prog_cache.c routines.Brian2007-10-311-14/+0
* alloc caches for fixed-func vertex/fragment progsBrian2007-10-311-0/+7
* Remove ctx field from texenvprog_cacheBrian2007-10-291-1/+0
* Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+6
* Implement query object interface.Brian2007-09-111-4/+5
* Checkpoint intel_renderbuffer removal.Brian2007-08-091-2/+0
* Lots of improvements to the surface-related code.Brian2007-07-301-0/+3
* Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal2007-07-271-22/+17
|\
| * remove unused MAX_3D_TEXTURE_SIZE, reformatttingBrian2007-07-241-20/+17
| * Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-2/+0
* | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal2007-07-061-17/+55
|\ \ | |/
| * Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-2/+2
| * Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
| * typo: s/derrived/derived/Brian2007-06-111-1/+1
| * Add support for GL_ARB_fragment_program_shadow.Ian Romanick2007-06-071-0/+2
| * Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick2007-06-071-0/+4
| * doxygen-ize some commentsBrian2007-05-231-6/+18
| * remove the unused texobj Mutex fieldBrian2007-05-211-1/+0
| * Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-7/+28
* | Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-241-1/+2
|/
* added MemPool fieldBrian2007-04-211-0/+1
* s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian2007-04-181-1/+1
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-1/+1
* temporary add some extra renderbuffer debug codeBrian2007-04-051-0/+2
* Remove the never-used SI-style imports/exports code.Brian2007-04-041-11/+0
* Restore the UseTexEnvProgram logic.Brian2007-03-271-0/+2
* Add the ability to generate programs that doesn't use condition codes.Brian2007-03-231-2/+4
* merge from masterBrian2007-03-211-55/+79
|\
| * mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-211-1/+0
| * Colortable re-org.Brian2007-03-161-22/+16
| * added a renderbuffer commentBrian2007-03-161-1/+1
| * Re-org of gl_pixel_attrib struct.Brian2007-03-141-45/+76
* | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian2007-03-111-1/+2
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-0/+2
|\ \ | |/
| * New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian2007-03-091-0/+1
| * Do proper framebuffer refcounting in _mesa_make_current().Brian2007-02-261-0/+1
* | s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/Brian2007-02-271-9/+9
* | remove unused DriverMgrCtxBrian2007-02-261-1/+0
* | Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.Brian2007-02-261-0/+2
* | Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian2007-02-241-7/+9
* | added MAX_PROGRAM_ENV_PARAMSBrian2007-02-221-4/+4
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-12/+9
|\ \ | |/
| * Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian2007-02-031-0/+1