summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Start building 965 FS backend.Eric Anholt2010-08-266-0/+109
* i965: Add support for destination RelAddr writes in the VS.Eric Anholt2010-08-262-13/+48
* i965: Fix the test for variable indexing of shader inputs.Eric Anholt2010-08-261-5/+11
* intel: Merge identical cases in switch statement.Nick Bowler2010-08-261-11/+5
* r600: fix vertex buffer size calculationAndre Maasikas2010-08-262-12/+2
* r600: Remove unnecessary headers.Vinson Lee2010-08-255-8/+0
* r300: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.Eric Anholt2010-08-251-24/+38
* r300/compiler: emulate relative addressing with negative offsets in VSMarek Olšák2010-08-251-0/+74
* intel: Support EGL_MESA_image_drmKristian Høgsberg2010-08-253-0/+87
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-256-37/+32
* i965: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* r600: Include missing header in evergreen_fragprog.c.Vinson Lee2010-08-251-0/+1
* r600: Include missing header in evergreen_vertprog.c.Vinson Lee2010-08-251-0/+1
* r300/compiler: Silence uninitialized variable warning.Vinson Lee2010-08-241-5/+11
* r300g: Add missing comma in SConscript.Vinson Lee2010-08-241-1/+1
* r600: Include missing header in evergreen_render.c.Vinson Lee2010-08-241-0/+1
* r600: Remove unused variable.Vinson Lee2010-08-241-1/+0
* i965: Fix printf format warnings on 32-bit builds.Vinson Lee2010-08-241-4/+4
* r600: Remove unused variable.Vinson Lee2010-08-241-1/+0
* r600: Remove spaces between backslash and newline.Vinson Lee2010-08-241-2/+2
* r300/compiler: implement elimination of unused constantsMarek Olšák2010-08-258-1/+189
* r300/compiler: terminate vertex shader compilation immediately after an errorMarek Olšák2010-08-251-36/+56
* r300/compiler: fail to compile if we hit hw limits or an unimplemented featureMarek Olšák2010-08-253-0/+62
* r300/compiler: handle indexable temporaries correctly in deadcode eliminationMarek Olšák2010-08-251-1/+30
* r300/compiler: disable register allocation for indexable temporaries in VSMarek Olšák2010-08-251-5/+25
* make: Use C++ compiler to link stdc++ library.Brian Paul2010-08-241-2/+3
* intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt2010-08-232-1/+5
* radeon: print chip family for evergreen in renderer stringAlex Deucher2010-08-232-2/+5
* i965: Add sandybridge D0 pci idsZhenyu Wang2010-08-231-1/+3
* i965: Fix 8-wide FB writes on gen6.Eric Anholt2010-08-221-12/+5
* i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt2010-08-221-2/+14
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-225-26/+57
* i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt2010-08-223-5/+5
* evergreen : initial support driver code.richard2010-08-2041-249/+12426
* i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt2010-08-205-8/+8
* i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt2010-08-203-17/+18
* i965: Add support for FB writes on Sandybridge.Zhenyu Wang2010-08-202-12/+74
* i965: Set the destination horiz stride even for da16, as SNB seems to need it.Zhenyu Wang2010-08-202-2/+6
* i965: Set the maximum number of threads on Sandybridge.Zhenyu Wang2010-08-201-1/+5
* i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang2010-08-205-2/+20
* i965: Mention the mlen and rlen for URB reads.Zhenyu Wang2010-08-201-0/+5
* i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.Zhenyu Wang2010-08-201-1/+2
* i965: Adjust disasm of subreg numbers to be in units of the register type.Zhenyu Wang2010-08-201-6/+20
* i965: Fix DP write channel ordering on Sandybridge.Eric Anholt2010-08-201-2/+25
* intel: Don't try to do work for BufferSubData with a size of 0.Eric Anholt2010-08-201-0/+6
* Remove remnants of the old glsl compiler.Eric Anholt2010-08-202-479/+0
* i965: Fix compile warnings on 64-bit Linux.Kenneth Graunke2010-08-201-4/+4
* i915: Remove unnecessary header from i830_context.c.Vinson Lee2010-08-191-1/+0
* i965: Set the if stack pop count when breaking out of a loop inside an if.Eric Anholt2010-08-181-5/+11