summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-02targets/omx: add nouveau targetEmil Velikov3-0/+65
2014-05-02targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2-14/+2
2014-05-02targets/pipe-loader: cleanup version-scriptEmil Velikov3-5/+9
2014-05-02targets/opencl: hide all the exported llvm/clang mayhem... hopefullyEmil Velikov2-0/+7
2014-05-02targets/egl-static: freshen up the version scriptEmil Velikov3-5/+8
2014-05-02targets/gbm: add version-script to limit exported symbolsEmil Velikov2-0/+7
2014-05-02targets/vdpau: use version script to limit the exported symbolsEmil Velikov5-7/+9
2014-05-02targets/omx: drop the version from the omx targetsEmil Velikov1-0/+1
2014-05-02targets/omx: use version script to limit amount of exported symbolsEmil Velikov4-5/+7
2014-05-02targets/dri: use a single version script to restict exported symbolsEmil Velikov8-21/+6
2014-05-02targets/xvmc: limit the amount of exported symbolsEmil Velikov2-1/+33
2014-05-02targets/osmesa: hide osmesa_create_screenEmil Velikov1-1/+3
2014-05-02targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2-4/+2
2014-05-02mesa: add extra null checks in vbo_rebase_prims()Juha-Pekka Heikkila1-2/+21
2014-05-02mesa: add missing null checks in _tnl_register_fastpath()Juha-Pekka Heikkila1-2/+12
2014-05-02mesa: Add _mesa_error_no_memory for logging out-of-memory messagesIan Romanick5-3/+52
2014-05-02glsl: make static constant variables "static const"Chia-I Wu6-38/+39
2014-05-02i965: Enable INTEL_performance_query for Gen5+.Petri Latvala1-1/+3
2014-05-02mesa: Implement INTEL_performance_query.Petri Latvala1-46/+441
2014-05-02mesa: Add core support for the GL_INTEL_performance_query extension.Petri Latvala11-1/+399
2014-05-02mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala1-0/+18
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin10-5/+112
2014-05-02nouveau: remove cb_dirty, it's never usedIlia Mirkin2-4/+1
2014-05-02nvc0: treat non-linear 2DRect textures the same as 2DIlia Mirkin1-1/+1
2014-05-02mesa/st: enable carry/borrow lowering passIlia Mirkin1-0/+2
2014-05-02glsl: add lowering passes for carry/borrowIlia Mirkin2-0/+60
2014-05-02mesa: Eliminate gl_shader_program::InternalSeparateShaderIan Romanick3-14/+2
2014-05-02mesa: Enable GL_EXT_separate_shader_objects for OpenGL ESIan Romanick7-6/+331
2014-05-02glsl: Sort the list of extensionsIan Romanick2-62/+85
2014-05-02mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objectsIan Romanick9-209/+11
2014-05-02mesa/sso: Enable GL_ARB_separate_shader_objects by defaultIan Romanick8-20/+8
2014-05-02sso: Add display list support for ARB_separate_shader_objects new functionsIan Romanick1-0/+911
2014-05-02linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...Ian Romanick2-20/+103
2014-05-02linker: Sort shader I/O variables into a canonical orderIan Romanick1-4/+74
2014-05-02linker: Allow geometry shader without vertex shader for separable programsIan Romanick1-1/+2
2014-05-02linker: Assign varying locations for separable programsIan Romanick2-3/+30
2014-05-02linker: Allow consumer stage or producer stage to be NULLIan Romanick1-25/+46
2014-05-02linker: Refactor code that gets an input matching an outputIan Romanick2-17/+114
2014-05-02glsl: Exit when the shader IR contains an interface block instanceIan Romanick2-31/+63
2014-05-02glsl/tests: Add first simple tests of populate_consumer_input_setsIan Romanick2-1/+248
2014-05-02linker: Refactor code that builds hash tables of varyings during linkingIan Romanick1-20/+33
2014-05-02meta: Fix saving the program pipeline stateIan Romanick2-34/+53
2014-05-02mesa/sso: Refactor new function _mesa_bind_pipelineIan Romanick2-3/+14
2014-05-02linker: Make lower_packed_varyings work with explicit locationsIan Romanick1-1/+6
2014-05-02glsl: Remove varying "base" parametersIan Romanick3-35/+20
2014-05-02glsl: Constify parameter to a couple varying_matches methodsIan Romanick1-4/+4
2014-05-02clover: Add a stub implementation of clCreateImage() v3Tom Stellard4-2/+21
2014-05-02mesa: Enable ARB_multi_bindFredrik Höglund1-0/+1
2014-05-02mesa: Implement glBindImageTexturesFredrik Höglund1-0/+138
2014-05-02mesa: Implement glBindVertexBuffersFredrik Höglund1-0/+113