summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-08mesa: reorder fields, update comments for gl_buffer_objectBrian Paul
2009-06-02mesa: new state for GL_ARB_copy_bufferBrian Paul
2009-05-28mesa: data structure updates for GL_EXT_provoking_vertexBrian Paul
2009-05-22mesa: reduce gl_array_object::VertexAttrib[] array from 32 to 16 elementsBrian Paul
2009-05-21mesa: added gl_array_object::Weight array fieldBrian Paul
2009-05-21mesa: updated comment for _MaxElement fieldBrian Paul
2009-05-21mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElementBrian Paul
2009-05-07mesa: reference counting for gl_array_objectBrian Paul
2009-05-07mesa: array object commentsBrian Paul
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-05-07mesa: remove unused gl_buffer_object::OnCard fieldBrian Paul
2009-05-07mesa: added gl_buffer_object::Written flag (for debug purposes)Brian Paul
2009-05-07mesa: Compute gl_client_array->_MaxElement during array validationBrian Paul
2009-05-07mesa: added _ElementSize field to gl_client_arrayBrian Paul
2009-05-07mesa: fix/add commentsBrian Paul
2009-05-05mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-01mesa: fix commentBrian Paul
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-04-01mesa: get rid of gl_texture_object::_BorderChanBrian Paul
2009-04-01mesa: texture combine clean-upsBrian Paul
2009-04-01glsl: implement compiling/linking of separate compilation unitsBrian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-19glsl: change GLSL #pragma initializationBrian Paul
2009-03-12i965: fix polygon stipple when rendering to FBORobert Ellison
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-03-11i965: fix polygon face orientation when rendering to FBORobert Ellison
2009-03-11mesa: remove some last remnants of GL_MESA_program_debugBrian Paul
2009-03-11mesa: minor commentsBrian Paul
2009-03-11mesa: remove gl_texture_object::_Function field and associated codeBrian Paul
2009-03-09mesa: reorder register file enumsBrian Paul
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-04mesa: Follow ARB_map_buffer_range more stricly.José Fonseca
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul
2009-03-02mesa: clarify comments for per-unit texture bitfieldsBrian Paul
2009-03-02mesa: remove unused AUX buffersBrian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-28mesa: convert some #defines to enumsBrian Paul
2009-02-28mesa: move #include "bitset.h" out of mtypes.h - not needed in core MesaBrian Paul
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul
2009-02-28mesa: move gl_attrib_node struct to attrib.c tooBrian Paul
2009-02-28mesa: move gl_enable_attrib struct to attrib.c, the only place it's usedBrian Paul
2009-02-28mesa: lots of updated comments, formatting clean-upsBrian Paul
2009-02-22mesa: #include, misc clean-upsBrian Paul
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-22mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul