summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-02mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala1-0/+1
2014-05-02mesa: Eliminate gl_shader_program::InternalSeparateShaderIan Romanick1-11/+0
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick1-4/+1
2014-05-02mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick1-1/+0
2014-05-02mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund1-0/+3
2014-05-02mesa: Store the target index in gl_texture_objectFredrik Höglund1-0/+2
2014-05-01mesa: Add entry for extension ARB_texture_stencil8Anuj Phogat1-0/+1
2014-05-01glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventionsAnuj Phogat1-0/+6
2014-05-01glsl: Link error if fs defines conflicting qualifiers for gl_FragCoordAnuj Phogat1-0/+8
2014-04-30mesa: Track maximum CurrentTexUnit to reduce glDeleteTextures() overhead.Eric Anholt1-0/+3
2014-04-30mesa: Finish removing the _ReallyEnabled field.Eric Anholt1-3/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-3/+0
2014-04-27mesa: use accessors for struct gl_debug_stateChia-I Wu1-39/+1
2014-04-21mesa: Track max enabled tex image unitChris Forbes1-0/+3
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+2
2014-04-01glsl: remove UBO fields from _mesa_glsl_parse_stateChia-I Wu1-2/+1
2014-03-25mesa/sso: Implement ValidateProgramPipelineGregory Hainaut1-0/+2
2014-03-25mesa/sso: Add gl_pipeline_object::InfoLog supportGregory Hainaut1-0/+2
2014-03-25mesa/sso: replace Shader binding point with _ShaderGregory Hainaut1-0/+23
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts1-0/+6
2014-03-10mesa/glsl: introduce a remap table for uniform locationsTapani Pälli1-15/+8
2014-03-08mesa: make ARB_debug_output functions an alias ofTimothy Arceri1-1/+0
2014-03-04mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke1-0/+2
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-8/+8
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-7/+21
2014-02-25mesa: implement glBufferStorage, immutable buffers; add extension enable flagMarek Olšák1-0/+2
2014-02-25mesa: add storage flags parameter to Driver.BufferDataMarek Olšák1-0/+1
2014-02-21mesa/sso: Add support for GL_PROGRAM_SEPARABLE queryGregory Hainaut1-0/+6
2014-02-21mesa/sso: Implement _mesa_IsProgramPipelineGregory Hainaut1-0/+2
2014-02-21mesa/sso: Add pipeline container/stateGregory Hainaut1-2/+20
2014-02-21mesa: Add a mutex and refcounting to gl_shader_stateGregory Hainaut1-0/+4
2014-02-21mesa/sso: Add extension tracking for ARB_separate_shader_objectsIan Romanick1-0/+1
2014-02-20glsl: add gl_InvocationID variable for ARB_gpu_shader5Jordan Justen1-0/+1
2014-02-20mesa: initialize gl_geometry_program Invocations fieldJordan Justen1-0/+1
2014-02-20glsl/linker: produce gl_shader_program Geom.InvocationsJordan Justen1-0/+9
2014-02-11mesa: GL_ARB_half_float_pixel is not optionalIan Romanick1-1/+0
2014-02-08mesa: allocate gl_debug_state on demandBrian Paul1-1/+1
2014-02-06main/get: support ARB_gpu_shader5Jordan Justen1-0/+4
2014-02-05mesa/cs: Handle compute shader local size during linking.Paul Berry1-0/+17
2014-02-05glsl/cs: Handle compute shader local_size_{x,y,z} declaration.Paul Berry1-0/+11
2014-02-05mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_COUNT constant.Paul Berry1-0/+1
2014-02-05mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_INVOCATIONS constant.Paul Berry1-0/+1
2014-02-05mesa/cs: Implement MAX_COMPUTE_WORK_GROUP_SIZE constant.Paul Berry1-0/+3
2014-02-05mesa/cs: Create the gl_compute_program struct, and the code to initialize it.Paul Berry1-0/+7
2014-02-05mesa/cs: Add a MESA_SHADER_COMPUTE stage and update switch statements.Paul Berry1-1/+2
2014-02-05mesa/cs: Add extension enable flags for ARB_compute_shader.Paul Berry1-0/+1
2014-02-04mesa: remove stray bits of GL_EXT_cull_vertexBrian Paul1-3/+0
2014-02-03mesa: Update some comments relating to VAOs.Kenneth Graunke1-4/+11
2014-02-03mesa: Rename ElementArrayBufferObj to IndexBufferObj.Kenneth Graunke1-1/+1
2014-02-03mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke1-3/+3