summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-27docs: Note that ES2_compatibility is already done.Eric Anholt1-1/+1
2011-04-27Revert "intel: use throttle ioctl for throttling"Eric Anholt3-3/+13
2011-04-27st/mesa: choose 3-component float formats before 4-component formatsBrian Paul1-2/+21
2011-04-27st/mesa: whitespace fixesBrian Paul1-3/+3
2011-04-27util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák1-4/+4
2011-04-27mesa: add macros MIN3 and MAX3Marek Olšák1-0/+4
2011-04-27gallium/nouveau: fix printf warningsMarek Olšák2-2/+2
2011-04-27gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-04-27st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák1-1/+1
2011-04-27svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-04-27os: simplify ifdefnobled1-1/+1
2011-04-26docs: fix typo, wrap lines in 7.11 release notesBrian Paul1-2/+3
2011-04-26docs: add GL_ARB_robustness to 7.11 release notesBrian Paul1-0/+1
2011-04-26Squashed commit of the following:Brian Paul42-9977/+12139
2011-04-26i965/fs: Add support for compute-to-mrf in 16-wide mode.Eric Anholt1-11/+52
2011-04-26i965/fs: Typo fix a comment.Eric Anholt1-1/+1
2011-04-26i965/fs: Enable constant propagation in 16-wide.Eric Anholt1-5/+3
2011-04-26i965/fs: Fix and enable the instruction scheduler for 16-wide.Eric Anholt1-8/+42
2011-04-26i965/fs: Add support for 16-wide dispatch with uniforms in use.Eric Anholt2-8/+53
2011-04-26hash_table: Add an iterator for doing things like cleanup of the HT.Eric Anholt2-0/+26
2011-04-26i965/fs: Add a little whitespace between shader dumping debug.Eric Anholt1-1/+5
2011-04-26i965/fs: Add support for compr4 MRF writes.Eric Anholt1-14/+18
2011-04-26i965/fs: Add support for 16-wide dispatch on gen5.Eric Anholt3-12/+93
2011-04-26i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt6-81/+210
2011-04-26i965/fs: Add support for discard instructions in 16-wide mode.Eric Anholt1-0/+3
2011-04-26i965/fs: Add support for math instructions in 16-wide mode.Eric Anholt3-14/+45
2011-04-26i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.Eric Anholt1-0/+23
2011-04-26i965/fs: Disable some optimization passes under 16-wide for now.Eric Anholt2-0/+15
2011-04-26i965/fs: Add support for 16-wide texturing on gen5+.Eric Anholt1-21/+29
2011-04-26i965/fs: Add support for computing pixel_[xy] in 16-wide.Eric Anholt2-10/+46
2011-04-26i965/fs: Add support for 16-wide dispatch to the register allocator.Eric Anholt1-19/+37
2011-04-26i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt4-10/+6
2011-04-26intel: Use tiling for dri2AllocateBuffer implementationKristian Høgsberg1-1/+10
2011-04-26intel: Set gen in intelInitScreen, just copy value in intelInitContextKristian Høgsberg3-5/+14
2011-04-26intel: Use X tiling for DRM EGL ImagesKristian Høgsberg1-1/+1
2011-04-25mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick3-3/+1
2011-04-25egl: Use the right extension name in #ifdefKristian Høgsberg1-1/+1
2011-04-25wayland: Fix prototypes for EGL_WL_bind_wayland_display extensionKristian Høgsberg1-3/+2
2011-04-25main: remove duplicated includesNicolas Kaiser2-2/+0
2011-04-25winsys/wayland: Fix typo in MakefileBenjamin Franzke1-1/+1
2011-04-25st/egl: Add wayland shm softpipe supportBenjamin Franzke4-3/+192
2011-04-25st/egl: Generalize wayland backend a bitBenjamin Franzke3-253/+361
2011-04-25winsys: Add wayland shm sw winsysBenjamin Franzke5-0/+344
2011-04-25r600g: Unify comment style somewhat.Henri Verbeet7-48/+53
2011-04-25r600g: Cleanup the big endian support a bit.Henri Verbeet11-162/+166
2011-04-25r600g: Use EG constants in EG r600_colorformat_endian_swap().Henri Verbeet1-21/+21
2011-04-25configure.ac: require LLVM for r300g on x86 and x86_64Marek Olšák1-1/+8
2011-04-25configure.ac: enable LLVM by default on x86 and x86_64Marek Olšák1-1/+6
2011-04-25mesa: add stricter checks for float formats in the texstore memcpy pathMarek Olšák1-0/+2
2011-04-25mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák1-0/+80