summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_shading_language_100 is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick1-1/+0
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick1-1/+0
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-2/+0
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte1-0/+1
2013-06-12glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick1-0/+15
2013-06-06glsl: Fix uniform buffer object counting.Eric Anholt1-1/+9
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat1-0/+1
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke1-3/+1
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák1-11/+11
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák1-1/+2
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-0/+8