summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* gallium/winsys: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* gallium/st: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
* gallium/softpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* gallium/llvmpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* gallium/i915: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* gallium/util: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* gallium/rtasm: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* egl: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* swrast: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* dri/nv10: Use fast Z clears.Francisco Jerez2010-09-306-11/+88
* dri/nouveau: Remove unnecessary flush.Francisco Jerez2010-09-301-3/+1
* dri/nouveau: Have a smaller amount of larger scratch buffers.Francisco Jerez2010-09-301-2/+2
* mapi: Fix compiler warnings.Chia-I Wu2010-09-303-3/+3
* st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-302-4/+4
* egl: Check extensions.Chia-I Wu2010-09-301-11/+41
* i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang2010-09-301-2/+8
* r300g: fix conditional rendering in non-wait pathMarek Olšák2010-09-301-3/+3
* i965: Remove my "safety counter" code from loops.Eric Anholt2010-09-291-14/+0
* i965: Add live interval analysis and hook it up to the register allocator.Eric Anholt2010-09-291-2/+83
* i965: First cut at register allocation using graph coloring.Eric Anholt2010-09-291-7/+151
* ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt2010-09-293-0/+431
* i965: Clean up the virtual GRF handling.Eric Anholt2010-09-291-23/+53
* r600g: return string for chip familyDave Airlie2010-09-301-6/+25
* r600g: clean up some code from move to new paths.Dave Airlie2010-09-309-51/+44
* r600g: add L8A8 unorm.Dave Airlie2010-09-301-0/+6
* r600g: port r300g fix for X* formats in texformat codeDave Airlie2010-09-301-4/+14
* i956: Make new FS discard do its work in a temp, not the null reg!Eric Anholt2010-09-291-6/+10
* i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt2010-09-291-1/+1
* gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca2010-09-291-21/+71
* python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca2010-09-291-20/+13
* trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca2010-09-293-19/+42
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-4/+10
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-3/+4
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-10/+18
* r300/compiler: Remove declaration before code.Vinson Lee2010-09-291-5/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-2/+3
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-6/+13
* r600g: Fix SCons build.Vinson Lee2010-09-291-5/+5
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-5/+9
* r600g: more cleanupJerome Glisse2010-09-2915-241/+257
* r600g: Update SConscript.Vinson Lee2010-09-291-6/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-1/+2
* r600g: Update SConscript.Vinson Lee2010-09-291-4/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-8/+16
* r600g: cleanupJerome Glisse2010-09-2919-1265/+1014
* r600g: Update SConscript.Vinson Lee2010-09-291-7/+4
* r300g: add support for formats beginning with X, like X8R8G8B8Marek Olšák2010-09-292-12/+40