summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-23mesa: Track number of layers in layered framebuffers.Paul Berry1-1/+7
2013-11-07mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupResetIan Romanick1-0/+19
2013-11-07mesa: Remove gl_context::ResetStatusIan Romanick1-3/+0
2013-11-08mesa: Add extension scaffolding for ARB_vertex_type_10f_11f_11f_revChris Forbes1-0/+1
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-1/+49
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-1/+1
2013-11-07mesa: Restore gl_array_object::NewArrayFredrik Höglund1-0/+3
2013-11-01glsl: Add new builtins required by GL_ARB_sample_shadingAnuj Phogat1-1/+9
2013-11-01mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat1-0/+2
2013-11-01mesa: Add infrastructure for GL_ARB_sample_shadingAnuj Phogat1-0/+1
2013-10-31mesa: Add a new GetTransformFeedbackVertexCount() driver hook.Kenneth Graunke1-0/+6
2013-10-29mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez1-0/+59
2013-10-26implement NV_vdpau_interop v7Christian König1-0/+10
2013-10-24glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry1-2/+6
2013-10-24glsl/gs: Fix transform feedback of gl_ClipDistance.Paul Berry1-0/+6
2013-10-20mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-05mesa: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+1
2013-10-03glsl: flag shaders which use gather4 at allChris Forbes1-0/+2
2013-10-03mesa: add texture gather changesMaxence Le Dore1-0/+6
2013-09-26mesa: Include stdint.h in mtypes.h for uint32_t symbol.Vinson Lee1-0/+2
2013-09-26mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke1-0/+86
2013-09-24mesa: remove stale commentDylan Noblesmith1-2/+0
2013-09-19mesa: Remove gl_constants::MaxVaryingComponentsIan Romanick1-1/+0
2013-09-19mesa: Track per-stage shader input and output limits independentlyIan Romanick1-0/+24
2013-09-13mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick1-1/+1
2013-09-12mesa: Track the vertex program active at BeginTransformFeedback() time.Kenneth Graunke1-0/+6
2013-09-11glsl: During linking, record whether a GS uses EndPrimitive().Paul Berry1-0/+2
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner1-1/+2
2013-09-04mesa: Remap debug type and severityTimothy Arceri1-0/+1
2013-09-04mesa: Implement GL_DEBUG_OUTPUTTimothy Arceri1-0/+1
2013-09-04mesa: add debug Label field to several data structuresTimothy Arceri1-0/+12
2013-09-04mesa: Implement glPushDebugGroup and glPopDebugGroupTimothy Arceri1-2/+3
2013-09-04mesa: Add some constants and state variables for KHR_debug functionsTimothy Arceri1-5/+10
2013-09-03mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.Kenneth Graunke1-1/+2
2013-08-23glsl: Refactor handling of gl_ClipDistance/gl_ClipVertex linkage rules for GS.Paul Berry1-0/+8
2013-08-02mesa: Update comments to match newer specs.Matt Turner1-1/+1
2013-08-01glsl: Export the compiler's GS layout qualifiers to the gl_shader.Eric Anholt1-0/+18
2013-08-01mesa: Copy linked program data for GS.Paul Berry1-1/+4
2013-08-01mesa: Refactor copying of linked program data.Paul Berry1-2/+6
2013-08-01glsl: support compilation of geometry shadersBryan Cain1-1/+3
2013-08-01De-tab and align comments in gl_texture_objectCorey Richardson1-22/+23
2013-07-30mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák1-0/+6
2013-07-30mesa: add MESA_GLSL debug flag to dump shaders on compile errorMarek Olšák1-0/+1
2013-07-17mesa: Remove commas at end of enumerator lists.Vinson Lee1-4/+4
2013-07-12mesa: update glext.h to version 20130708Brian Paul1-1/+1
2013-07-12mesa: whitespace, formatting, 80-column wrappingBrian Paul1-12/+18
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-3/+2
2013-07-02mesa: renumber shader indices according to their placement in pipelineMarek Olšák1-3/+6
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick1-1/+0