summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix assorted MSVC conversion warnings in format_pack.cBrian Paul2012-11-061-10/+10
* st/mesa: change glsl_to_tgsi_visitor from class to structBrian Paul2012-11-061-1/+1
* st/mesa: add int cast to silence warningBrian Paul2012-11-061-1/+1
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-0610-63/+179
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2012-11-051-61/+4
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2012-11-051-0/+9
* mesa: Use "non-gen name" more consistently as an error message in GL core.Eric Anholt2012-11-042-2/+2
* mesa: Fix core GL genned-name handling for glBeginQuery().Eric Anholt2012-11-041-5/+11
* mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().Eric Anholt2012-11-041-8/+14
* i965: Fix oversized initial allocation of the state cache table pointers.Vandrus Zoltán2012-11-041-1/+1
* i965: Force border color A to 1 when it's not present in the GL format.Eric Anholt2012-11-041-0/+7
* i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt2012-11-043-2/+7
* i965: Set dirty state for brw_draw_upload.c when num_instances changes.Eric Anholt2012-11-041-1/+4
* i965: Remove the vbo_rebase_prims() path.Eric Anholt2012-11-041-15/+6
* i965/fs: Fix a comment in copy propagation.Eric Anholt2012-11-041-1/+3
* i965/fs: Allow copy-propagation on pull constant load values.Eric Anholt2012-11-041-3/+4
* i965/fs: Do dead code elimination just after copy propagation.Eric Anholt2012-11-041-1/+1
* i965/fs: Compact the virtual GRF arrays.Kenneth Graunke2012-11-032-0/+61
* dispatch_sanity test: add GL CORE 3.1 testJordan Justen2012-11-031-0/+705
* dispatch_sanity test: create common context creation functionJordan Justen2012-11-031-36/+16
* dispatch_sanity test: allow newer functions to be set to NOPJordan Justen2012-11-031-3/+11
* dispatch_sanity test: pass ctx to validate_functions/nopsJordan Justen2012-11-031-9/+13
* dispatch_sanity test: add version to function listJordan Justen2012-11-031-460/+461
* mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen2012-11-033-19/+0
* mesa: remove unimplemented FramebufferTextureARBJordan Justen2012-11-033-16/+0
* mesa: disable ProgramParameteri until it is neededJordan Justen2012-11-031-4/+0
* glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen2012-11-032-4/+4
* glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen2012-11-032-4/+4
* mesa shaderapi: don't enable various functions for GL COREJordan Justen2012-11-031-0/+2
* mesa api_exec: disable StencilFuncSeparateATI for API_OPENGL_COREJordan Justen2012-11-031-1/+1
* mesa api_exec: add comment regarding GetPointerv & CORE profilesJordan Justen2012-11-031-0/+4
* i965: Remove unused variables after removing the old VS backend.Kenneth Graunke2012-11-011-2/+0
* i965: Remove unnecessary walk through Mesa IR in ProgramStringNotify().Kenneth Graunke2012-11-011-82/+0
* i965: Remove VS constant buffer read support from brw_eu_emit.c.Kenneth Graunke2012-11-012-121/+0
* i965: Update comment about clipper constants.Kenneth Graunke2012-11-011-9/+1
* i965/vs: Remove brw_vs_compile::constant_map.Kenneth Graunke2012-11-012-18/+1
* i965/vs: Remove support for the old parameter layout.Kenneth Graunke2012-11-015-70/+7
* i965/vs: Delete the old vertex shader backend.Kenneth Graunke2012-11-014-1836/+0
* i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.Kenneth Graunke2012-11-016-32/+738
* i965/vs: Refactor min/max handling to share code.Kenneth Graunke2012-11-012-18/+21
* i965/vs: Add support for emitting DPH opcodes.Kenneth Graunke2012-11-013-0/+6
* i965/vs: Only do INTEL_DEBUG=perf when there's a GLSL shader.Kenneth Graunke2012-11-011-3/+2
* dispatch: stop generating separate GLES1 API code.Paul Berry2012-11-0110-4109/+4
* dispatch: stop using _mesa_create_exec_table_es1() for GLES1.Paul Berry2012-11-012-29/+18
* dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry2012-11-018-164/+291
* dispatch: Make a header to go along with querymatrix.c.Paul Berry2012-11-012-9/+43
* dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.Paul Berry2012-11-012-4/+31
* i965/gen4: Fix assertion failures in depthstencil piglit tests.Eric Anholt2012-11-011-4/+5
* i965: Add "alpha to coverage" to performance debug recompile messages.Kenneth Graunke2012-10-311-0/+1
* i965: Don't replicate data for zero-stride arrays when copying to VBOs.Kenneth Graunke2012-10-311-7/+6