summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-15mesa: Add ARB_shader_image_load_store to the extension table.Francisco Jerez1-0/+1
2014-01-15mesa: Add state data structures required for ARB_shader_image_load_store.Francisco Jerez1-0/+103
2014-01-10i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry1-5/+4
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-3/+1
2014-01-08mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry1-0/+1
2014-01-08mesa: Move declaration of gl_shader_stage earlier in mtypes.h.Paul Berry1-17/+17
2014-01-08mesa: Clean up nomenclature for pipeline stages.Paul Berry1-6/+6
2014-01-06glsl: Add extension tracking for AMD_shader_trinary_minmaxMaxence Le Doré1-0/+1
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick1-1/+0
2013-12-17main: Move MESA_SHADER_TYPES outside of gl_shader_type enum.Paul Berry1-1/+2
2013-12-14mesa: add SYSTEM_VALUE_SAMPLE_MASK_INChris Forbes1-6/+8
2013-12-13mesa: update texture object for ARB_texture_viewCourtney Goeltzenleuchter1-0/+5
2013-12-13mesa: Tracking for ARB_texture_view extensionCourtney Goeltzenleuchter1-0/+1
2013-12-07mesa: add IsSample bitfield to gl_fragment_programChris Forbes1-0/+6
2013-12-04mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick1-1/+0
2013-12-01glsl: Simplify the built-in function linking code.Kenneth Graunke1-3/+1
2013-11-25mesa: Add binding point for indirect bufferChris Forbes1-0/+2
2013-11-25mesa: Add extension scaffolding for ARB_draw_indirectChris Forbes1-0/+1
2013-11-21mesa: Track number of layers in layered framebuffers.Paul Berry1-1/+7
2013-11-17mesa: Track whether a performance monitor has ever ended.Kenneth Graunke1-0/+8
2013-11-17mesa: Store the performance monitor object's name.Kenneth Graunke1-0/+2
2013-11-15mesa: Dynamically allocate the storage for program local parameters.Eric Anholt1-2/+9
2013-11-15mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt1-5/+3
2013-11-15mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt1-1/+0
2013-11-12mesa: add comment for struct gl_vertex_buffer_bindingBrian Paul1-0/+6
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