summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: set reasonable defaults in update_wrapperMarek Olšák2011-04-291-2/+5
* i915g: Enable S3TC texture supportChristopher Egert2011-04-292-6/+11
* prog_print: Add support for printing the TXD opcode.Kenneth Graunke2011-04-281-0/+7
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* sgi: Fix MSVC build.José Fonseca2011-04-272-1/+5
* st/mesa: raise shader MaxParameters if driver supports moreBrian Paul2011-04-271-0/+2
* mesa: emit more info in program parser error messageBrian Paul2011-04-271-1/+5
* svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
* Revert "intel: use throttle ioctl for throttling"Eric Anholt2011-04-273-3/+13
* st/mesa: choose 3-component float formats before 4-component formatsBrian Paul2011-04-271-2/+21
* st/mesa: whitespace fixesBrian Paul2011-04-271-3/+3
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* mesa: add macros MIN3 and MAX3Marek Olšák2011-04-271-0/+4
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-272-2/+2
* gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák2011-04-271-1/+1
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* os: simplify ifdefnobled2011-04-271-1/+1
* 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