summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Brian Paul2011-04-2642-9977/+12139
* i965/fs: Add support for compute-to-mrf in 16-wide mode.Eric Anholt2011-04-261-11/+52
* i965/fs: Typo fix a comment.Eric Anholt2011-04-261-1/+1
* i965/fs: Enable constant propagation in 16-wide.Eric Anholt2011-04-261-5/+3
* i965/fs: Fix and enable the instruction scheduler for 16-wide.Eric Anholt2011-04-261-8/+42
* i965/fs: Add support for 16-wide dispatch with uniforms in use.Eric Anholt2011-04-262-8/+53
* hash_table: Add an iterator for doing things like cleanup of the HT.Eric Anholt2011-04-262-0/+26
* i965/fs: Add a little whitespace between shader dumping debug.Eric Anholt2011-04-261-1/+5
* i965/fs: Add support for compr4 MRF writes.Eric Anholt2011-04-261-14/+18
* i965/fs: Add support for 16-wide dispatch on gen5.Eric Anholt2011-04-263-12/+93
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-266-81/+210
* i965/fs: Add support for discard instructions in 16-wide mode.Eric Anholt2011-04-261-0/+3
* i965/fs: Add support for math instructions in 16-wide mode.Eric Anholt2011-04-263-14/+45
* i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.Eric Anholt2011-04-261-0/+23
* i965/fs: Disable some optimization passes under 16-wide for now.Eric Anholt2011-04-262-0/+15
* i965/fs: Add support for 16-wide texturing on gen5+.Eric Anholt2011-04-261-21/+29
* i965/fs: Add support for computing pixel_[xy] in 16-wide.Eric Anholt2011-04-262-10/+46
* i965/fs: Add support for 16-wide dispatch to the register allocator.Eric Anholt2011-04-261-19/+37
* i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt2011-04-264-10/+6
* intel: Use tiling for dri2AllocateBuffer implementationKristian Høgsberg2011-04-261-1/+10
* intel: Set gen in intelInitScreen, just copy value in intelInitContextKristian Høgsberg2011-04-263-5/+14
* intel: Use X tiling for DRM EGL ImagesKristian Høgsberg2011-04-261-1/+1
* mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick2011-04-253-3/+1
* egl: Use the right extension name in #ifdefKristian Høgsberg2011-04-251-1/+1
* main: remove duplicated includesNicolas Kaiser2011-04-252-2/+0
* winsys/wayland: Fix typo in MakefileBenjamin Franzke2011-04-251-1/+1
* st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-254-3/+192
* st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* winsys: Add wayland shm sw winsysBenjamin Franzke2011-04-254-0/+343
* r600g: Unify comment style somewhat.Henri Verbeet2011-04-257-48/+53
* r600g: Cleanup the big endian support a bit.Henri Verbeet2011-04-2511-162/+166
* r600g: Use EG constants in EG r600_colorformat_endian_swap().Henri Verbeet2011-04-251-21/+21
* mesa: add stricter checks for float formats in the texstore memcpy pathMarek Olšák2011-04-251-0/+2
* mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák2011-04-251-0/+80
* r600g: Remove r600_helper.c from SConscript.Vinson Lee2011-04-241-1/+0
* r600g: remove some pointless and unused functionsMarek Olšák2011-04-253-21/+3
* r600g: do not reset device to 0 when doing unrelated operationsMarek Olšák2011-04-251-2/+0
* r600g: trivially implement LATC/3DCMarek Olšák2011-04-251-0/+4
* r600g: drop r600_helper.c no point in itDave Airlie2011-04-254-73/+39
* r600g: enable EXT_draw_buffers2Dave Airlie2011-04-251-5/+1
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* r600g: fix glean clipflat test.Dave Airlie2011-04-242-3/+8
* r300g: reorder capsMarek Olšák2011-04-241-13/+11
* r300g: fix exposing caps on r300-r400Marek Olšák2011-04-241-2/+2
* glsl: Fix typos in comments.Bryan Cain2011-04-231-6/+6
* r600g: fix glsl-fs-abs-negDave Airlie2011-04-241-0/+2
* r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie2011-04-241-15/+25
* r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie2011-04-241-2/+6
* mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.Eric Anholt2011-04-231-0/+8
* mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.Eric Anholt2011-04-231-3/+8