summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to get ready for OpenGL 2.1.Brian Paul2006-11-031-0/+1
* Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul2006-11-021-1/+0
* Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul2006-11-021-0/+1
* Merge texmem-0-3-branch.Keith Whitwell2006-11-011-0/+15
* Added a few new ctx->Const. fields for shader-related limits.Brian Paul2006-11-011-0/+5
* Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.Brian Paul2006-10-301-16/+0
* Color clamping fixes.Brian Paul2006-10-221-0/+1
* Move struct atifs_machine into s_atifragshader.cBrian Paul2006-10-171-12/+0
* Revamp color table code.Brian Paul2006-10-131-3/+3
* a step toward moving run-time vertex program state out of GLcontextBrian Paul2006-10-101-14/+25
* Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul2006-10-101-19/+6
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+1
* Add PROGRAM_FILE_MAX for i965 driver.Eric Anholt2006-08-091-1/+2
* Initial work for GL_EXT_texture_sRGB.Brian Paul2006-08-031-0/+3
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-19/+19
* comments for gl_array_object structBrian Paul2006-06-151-3/+9
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-6/+20
* Add const qualifiers in a number of places.Brian Paul2006-05-231-5/+5
* memory usage fixes for glean/conform, use a better hash functionKeith Whitwell2006-05-221-1/+2
* Better caching for texenv programs.Keith Whitwell2006-05-221-3/+8
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-16/+38
* Define VERT_RESULT_EDGEKeith Whitwell2006-05-051-1/+2
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-34/+34
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-19/+21
* Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul2006-04-141-3/+3
* Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul2006-04-131-1/+1
* More GLSL code:Michal Krol2006-04-111-1/+43
* Committing in .Jouk Jansen2006-03-291-4/+4
* Move the computation of the viewport matrix into a new update_viewport_matrix()Brian Paul2006-03-291-1/+0
* updated comment about framebuffer's Visual fieldBrian Paul2006-03-281-2/+4
* merge from texman branchBrian Paul2006-03-261-5/+32
* GLSL fixes:Michal Krol2006-03-211-3/+7
* Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger2006-03-031-9/+9
* Rename current glsl program variable.Michal Krol2006-02-131-1/+1
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-6/+0
* Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell2005-12-121-1/+2
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-1/+1
* No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul2005-11-191-43/+62
* move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.hBrian Paul2005-11-191-81/+0
* Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul2005-11-161-0/+5
* Added OSMesaColorClamp(), bug 4917Brian Paul2005-11-121-6/+3
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-11/+18
* Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul2005-11-101-1/+1
* At keithw's request, remove all traces of the "fragment program to C" andIan Romanick2005-11-081-5/+0
* some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul2005-11-081-0/+1
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-4/+3
* Replace parameter_type enum in program.[ch], use register_file enums instead.Brian Paul2005-11-051-11/+14
* Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program conventionBrian Paul2005-11-021-10/+13
* Several fp and vp tweaks:Keith Whitwell2005-11-011-14/+29
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-18/+40