summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean-up commentsBrian Paul2005-10-291-6/+9
* Remove _IsPowerOfTwo from gl_texture_object, not really needed.Brian Paul2005-10-051-1/+0
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-2/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+2
* updated commentBrian Paul2005-10-011-3/+3
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-1/+3
* Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,Brian Paul2005-09-231-1/+1
* Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul2005-09-231-0/+3
* Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul2005-09-221-1/+7
* Remove ACCUM_BITS.Brian Paul2005-09-211-6/+0
* replace GLdepth with GLuint and remove GLdepthBrian Paul2005-09-211-9/+0
* remove STENCIL_MAXBrian Paul2005-09-201-2/+0
* additional wrapper updates, bug 4468Brian Paul2005-09-191-0/+1
* Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul2005-09-151-37/+37
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-131-0/+1
* Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul2005-09-131-4/+4
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-5/+0
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-1/+2
* add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...Roland Scheidegger2005-09-021-3/+13
* Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul2005-08-271-11/+19
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-5/+1
* the PIXEL_MAP_I_TO_I table should be GLfloat, not GLintBrian Paul2005-08-101-1/+1
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+4
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-221-1/+2
* Cache texenv programs to avoid repeated compilation (Ben Skeggs)Keith Whitwell2005-07-111-0/+9
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-011-1/+1
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-0/+1
* set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...Brian Paul2005-06-041-1/+1
* new MESA_DEBUG option: disassemKeith Whitwell2005-05-121-1/+2
* Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell2005-05-091-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-86/+211
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-0/+5
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-0/+3