summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: make static constant variables "static const"Chia-I Wu2014-05-026-38/+39
* i965: Enable INTEL_performance_query for Gen5+.Petri Latvala2014-05-021-1/+3
* mesa: Implement INTEL_performance_query.Petri Latvala2014-05-021-46/+441
* mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala2014-05-0211-1/+399
* mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala2014-05-021-0/+18
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-0210-5/+112
* nouveau: remove cb_dirty, it's never usedIlia Mirkin2014-05-022-4/+1
* nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin2014-05-021-1/+1
* mesa/st: enable carry/borrow lowering passIlia Mirkin2014-05-021-0/+2
* glsl: add lowering passes for carry/borrowIlia Mirkin2014-05-022-0/+60
* mesa: Eliminate gl_shader_program::InternalSeparateShaderIan Romanick2014-05-023-14/+2
* mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick2014-05-027-6/+331
* glsl: Sort the list of extensionsIan Romanick2014-05-022-62/+85
* mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick2014-05-029-209/+11
* mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick2014-05-028-20/+8
* sso: Add display list support for ARB_separate_shader_objects new functionsIan Romanick2014-05-021-0/+911
* linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...Ian Romanick2014-05-022-20/+103
* linker: Sort shader I/O variables into a canonical orderIan Romanick2014-05-021-4/+74
* linker: Allow geometry shader without vertex shader for separable programsIan Romanick2014-05-021-1/+2
* linker: Assign varying locations for separable programsIan Romanick2014-05-022-3/+30
* linker: Allow consumer stage or producer stage to be NULLIan Romanick2014-05-021-25/+46
* linker: Refactor code that gets an input matching an outputIan Romanick2014-05-022-17/+114
* glsl: Exit when the shader IR contains an interface block instanceIan Romanick2014-05-022-31/+63
* glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick2014-05-022-1/+248
* linker: Refactor code that builds hash tables of varyings during linkingIan Romanick2014-05-021-20/+33
* meta: Fix saving the program pipeline stateIan Romanick2014-05-022-34/+53
* mesa/sso: Refactor new function _mesa_bind_pipelineIan Romanick2014-05-022-3/+14
* linker: Make lower_packed_varyings work with explicit locationsIan Romanick2014-05-021-1/+6
* glsl: Remove varying "base" parametersIan Romanick2014-05-023-35/+20
* glsl: Constify parameter to a couple varying_matches methodsIan Romanick2014-05-021-4/+4
* clover: Add a stub implementation of clCreateImage() v3Tom Stellard2014-05-024-2/+21
* mesa: Enable ARB_multi_bindFredrik Höglund2014-05-021-0/+1
* mesa: Implement glBindImageTexturesFredrik Höglund2014-05-021-0/+138
* mesa: Implement glBindVertexBuffersFredrik Höglund2014-05-021-0/+113
* mesa: Implement glBindBuffersRangeFredrik Höglund2014-05-021-0/+367
* mesa: Implement glBindBuffersBaseFredrik Höglund2014-05-021-0/+365
* mesa: Add _mesa_set_transform_feedback_binding()Fredrik Höglund2014-05-022-9/+15
* mesa: Refactor set_ubo_binding()Fredrik Höglund2014-05-021-14/+40
* mesa: Add helper functions for looking up multiple buffersFredrik Höglund2014-05-022-0/+86
* mesa: Refactor set_atomic_buffer_binding()Fredrik Höglund2014-05-021-16/+40
* mesa: Implement glBindTexturesFredrik Höglund2014-05-021-0/+120
* mesa: Add a texUnit parameter to dd_function_table::BindTextureFredrik Höglund2014-05-023-8/+8
* mesa: Add helper functions for looking up multiple texturesFredrik Höglund2014-05-022-0/+30
* mesa: Implement glBindSamplersFredrik Höglund2014-05-021-0/+115
* glapi: Add infrastructure for ARB_multi_bindFredrik Höglund2014-05-0214-0/+123
* mesa: Add functions for doing unlocked hash table lookupsFredrik Höglund2014-05-022-9/+89
* mesa: Optimize unbind_texobj_from_texunits()Fredrik Höglund2014-05-021-9/+11
* mesa: Add a _BoundTextures field in gl_texture_unitFredrik Höglund2014-05-023-0/+12
* mesa: Store the target index in gl_texture_objectFredrik Höglund2014-05-022-0/+4
* i965: Fix the file comment for intel_image.hEric Anholt2014-05-011-5/+8