summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2009-09-14es: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03mesa: rename gl_sync_object::Status to StatusFlagBrian Paul
2009-09-03ARB sync: Fix delete behavior and context destruction behaviorIan Romanick
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-10mesa: added GLcontext::Meta field for meta rendering stateBrian Paul
2009-08-04mesa: added gl_shader::SourceChecksum field (for debug purposes)Brian Paul
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-15mesa: recognize and eliminate repeated error messagesKeith Whitwell
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-30mesa/dlist: shortcircuit some redundant statechanges at compile timeKeith Whitwell
2009-06-26glsl: Added gl_shader_state::EmitContReturn fieldBrian Paul
2009-06-22mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-22mesa: added extension flag for ARB_vertex_array_objectBrian Paul
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul
2009-06-19mesa: move vertex array objects from shared state to per-contextBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-24Merge branch 'mesa_7_5_branch'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-13mesa: reference counting for gl_array_objectBrian Paul
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
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