summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/tests: Add tests for the generated shared-glapi dispatch tableIan Romanick2012-08-083-0/+490
* glapi: Prevent accidental use of lies w/shared-glapiIan Romanick2012-08-081-0/+6
* glx: Don't use glapitable.h at allIan Romanick2012-08-084-7/+14
* glx: Don't rely on struct _glapi_tableIan Romanick2012-08-083-680/+675
* mesa/tests: Don't build glapi tests with shared-glapiIan Romanick2012-08-081-0/+2
* i965: Use 64-bit writes for occlusion queries.Kenneth Graunke2012-08-081-2/+3
* i965: Refactor depth count write PIPE_CONTROLs into a helper function.Kenneth Graunke2012-08-081-68/+43
* i965: Emit a CS stall before timestamp writes.Kenneth Graunke2012-08-081-0/+14
* i965: Use 64-bit writes for timestamp queries.Kenneth Graunke2012-08-081-2/+3
* i965: Refactor timestamp write PIPE_CONTROLs into a helper function.Kenneth Graunke2012-08-081-50/+30
* intel: Make the length for PIPE_CONTROL explicit.Kenneth Graunke2012-08-084-20/+20
* swrast: add missing switch case for API_OPENGL_COREBrian Paul2012-08-081-0/+2
* gallivm: remove unused src_elem_type variableBrian Paul2012-08-081-2/+1
* svga: remove unused svga_shader::use_sm30 field, add commentsBrian Paul2012-08-082-4/+9
* svga: remove unused svga_winsys_handle typeBrian Paul2012-08-081-3/+0
* radeonsi: If pixel shader compilation fails, use a dummy shader.Michel Dänzer2012-08-084-1/+25
* radeonsi: fix memory leak and/or segfaultsChristian König2012-08-081-1/+1
* radeon/winsys: fix winsys VM handlingChristian König2012-08-081-3/+4
* translate: Fix typo in is_legal_int_format_combo.Vinson Lee2012-08-071-1/+1
* r600g: remove unused parameters in texture functionsMarek Olšák2012-08-071-5/+3
* i965: Enable uniform buffer objects on gen6+.Eric Anholt2012-08-071-0/+1
* i965/vs: Add support for loading uniform buffer variables as pull constants.Eric Anholt2012-08-072-2/+55
* i965/fs: Add support for loading uniform buffer variables as pull constants.Eric Anholt2012-08-073-1/+50
* i965/vs: Add a surface index to VS_OPCODE_PULL_CONSTANT instructions.Eric Anholt2012-08-073-10/+17
* i965/fs: Communicate the pull constant block read parameters through fs_regs.Eric Anholt2012-08-073-6/+20
* i965: Bind UBOs as surfaces like we do for pull constants.Eric Anholt2012-08-076-3/+110
* i965: Add an offset argument to constant buffer setup.Eric Anholt2012-08-075-6/+11
* mesa: Add support for glUniformBlockBinding() in display lists.Eric Anholt2012-08-071-0/+27
* mesa: Unbind uniform buffer bindings on glDeleteBuffers().Eric Anholt2012-08-071-0/+7
* mesa: Default to GL 3.1's limits on uniform blocks.Eric Anholt2012-08-071-11/+15
* glsl: Refuse to parse uniform block declarations when UBOs aren't available.Eric Anholt2012-08-071-0/+20
* glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.Eric Anholt2012-08-071-1/+13
* glsl: Only flag RowMajor on matrix-type variables.Eric Anholt2012-08-071-5/+9
* glsl: Fix calculation of std140 offset alignment for mat2s.Eric Anholt2012-08-071-4/+9
* glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).Eric Anholt2012-08-071-3/+13
* ir_to_mesa: Don't whack the ->location field of uniform block variables.Eric Anholt2012-08-071-1/+1
* mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.Eric Anholt2012-08-071-12/+25
* glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt2012-08-073-0/+315
* glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.Eric Anholt2012-08-072-11/+147
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-078-1/+38
* glsl: Fix a reference to UniformBlocks during uniform linking.Eric Anholt2012-08-071-3/+3
* glsl: Update the notes on adding a new expression type.Eric Anholt2012-08-071-1/+0
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-0715-58/+53
* intel: Fix compiler warnings from winsys msaa.Eric Anholt2012-08-072-3/+1
* intel: Advertise multisample DRI2 configs on gen >= 6Chad Versace2012-08-071-3/+51
* intel: Clarify intel_screen_make_configsChad Versace2012-08-071-20/+16
* dri: Simplify use of driConcatConfigsChad Versace2012-08-075-22/+13
* intel: Refactor creation of DRI2 configsChad Versace2012-08-071-91/+98
* intel: Downsample on DRI2 flushChad Versace2012-08-071-0/+31
* intel: Support mapping multisample miptreesChad Versace2012-08-072-6/+126