summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2012-11-051-61/+4
* 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
* 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
* 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
* i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke2012-10-313-42/+1
* mesa: remove IBM_multimode_draw_arrays extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: don't always enable OES_standard_derivativesMarek Olšák2012-10-311-0/+1
* mesa: remove EXT_compiled_vertex_array extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_window_pos extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_transpose_matrix extension enable flagMarek Olšák2012-10-311-1/+0
* xlib: Do not undefine _R, _G, and _B.Vinson Lee2012-10-291-3/+0
* intel: support for 16 bit config with 24 depth and 8 stencilTapani Pälli2012-10-291-2/+7
* dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick2012-10-291-1/+2
* intel: If the visual is sRGB, use an sRGB internal formatIan Romanick2012-10-291-0/+2
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-296-153/+74
* dri_util: Elminiate the bytes_per_pixel tableIan Romanick2012-10-291-9/+3
* dri_util: Remove support for RGB332 framebuffersIan Romanick2012-10-291-27/+7
* swrast: Remove the 2_3_3_REV framebuffer formatIan Romanick2012-10-291-4/+0
* i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt2012-10-263-22/+7
* i965: Rename misleading "active" field of brw->query.Eric Anholt2012-10-262-5/+5
* scons: Build xlib swrast too.José Fonseca2012-10-262-0/+51
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Fix debug dumping of VS push constants.Kenneth Graunke2012-10-251-1/+3
* i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt2012-10-221-0/+12
* i965: Stop flushing the batch on timestamp queries, too.Eric Anholt2012-10-191-1/+0
* i965: Don't flush the batch immediately on EndQuery.Eric Anholt2012-10-191-5/+14
* i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.Eric Anholt2012-10-191-1/+1
* i965/vs: include format argument in debug printfTapani Pälli2012-10-191-1/+1
* intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace2012-10-181-1/+6