| Commit message (Expand) | Author | Age | Files | Lines |
* | st/xa: Fix crosscompile builds with nonstandard ld locations | Thomas Hellstrom | 2011-07-04 | 1 | -1/+1 |
* | xa-vmwgfx: Remove unnecessary include | Thomas Hellstrom | 2011-07-04 | 1 | -1/+0 |
* | st/xa: Update README. | Thomas Hellstrom | 2011-06-27 | 1 | -6/+14 |
* | st/xa: Add a function to check for supported formats | Thomas Hellstrom | 2011-06-27 | 5 | -9/+36 |
* | st/xa: Various fixes for composite. | Thomas Hellstrom | 2011-06-27 | 3 | -16/+29 |
* | st/xa: Solid fill (tested) and composite (yet untested) | Thomas Hellstrom | 2011-06-21 | 10 | -23/+974 |
* | st/xa: Really support xa_surface_format. Bump minor. | Thomas Hellstrom | 2011-06-21 | 5 | -4/+11 |
* | st/xa: Support format-changing copy. | Thomas Hellstrom | 2011-06-20 | 3 | -13/+53 |
* | st/xa: Make sure we blit all yuv regions. | Thomas | 2011-06-16 | 1 | -0/+1 |
* | st/xa: Fix a typo pointed out by Keith Whitwell. | Thomas | 2011-06-16 | 1 | -1/+1 |
* | target/dri-vmwgfx: Throttle dri clients by default. | Thomas | 2011-06-16 | 1 | -0/+1 |
* | st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target. | Thomas Hellstrom | 2011-06-15 | 15 | -0/+2700 |
* | r600g: fix TXD src regs needing fetching. | Mike Kaplinskiy | 2011-06-15 | 1 | -46/+50 |
* | r600g: use inlines for some common tex instr setup code. | Mike Kaplinskiy | 2011-06-15 | 1 | -11/+24 |
* | r600g: fix TXD when shadowing is enabled. | Mike Kaplinskiy | 2011-06-15 | 2 | -6/+17 |
* | r600g: add TXD support. | Dave Airlie | 2011-06-15 | 4 | -6/+64 |
* | i915g: add const qualifier to silence warning | Brian Paul | 2011-06-14 | 1 | -1/+1 |
* | r600g: also set TILE_MODE of the base level | Marek Olšák | 2011-06-15 | 1 | -1/+1 |
* | r600g: force OpenGL's BASE_LEVEL behavior on r600-r700 | Marek Olšák | 2011-06-15 | 1 | -10/+16 |
* | r600g: fix RGB32F texturing | Marek Olšák | 2011-06-14 | 1 | -1/+2 |
* | r600g: fix indentation and comments | Marek Olšák | 2011-06-14 | 2 | -37/+40 |
* | r600g: disable shader_texture_lod until there is driver support | Marek Olšák | 2011-06-14 | 1 | -1/+1 |
* | llvmpipe: SSE2 fastpaths for b8g8r8x8 {un,}swizzle | Adam Jackson | 2011-06-14 | 1 | -2/+66 |
* | nv50: fix copy/paste error in nv50_gmtyprog_validate | Christoph Bumiller | 2011-06-14 | 1 | -2/+4 |
* | st/xorg: remove unused variable | Marek Olšák | 2011-06-14 | 1 | -1/+0 |
* | r600g: do not link with softpipe | Marek Olšák | 2011-06-14 | 1 | -1/+0 |
* | r300g: do not link with softpipe | Marek Olšák | 2011-06-14 | 1 | -1/+0 |
* | xorg-radeon: rename to xorg-r300 | Marek Olšák | 2011-06-14 | 3 | -30/+30 |
* | target-helpers: remove copy-pasted function inline_noop_helper | Marek Olšák | 2011-06-14 | 3 | -52/+9 |
* | r600g: skip SPI setup for position and face inputs | Vadim Girlin | 2011-06-14 | 2 | -4/+4 |
* | r600g: move depth texture flushing out of line. | Dave Airlie | 2011-06-14 | 6 | -7/+36 |
* | i915g: add a few more render target formats | Daniel Vetter | 2011-06-13 | 1 | -0/+7 |
* | r600g: Put shaders into immutable buffers. | Mathias Fröhlich | 2011-06-13 | 2 | -2/+3 |
* | r600g: Allow VRAM for the initial domain for every buffer binding. | Mathias Fröhlich | 2011-06-13 | 1 | -15/+11 |
* | r600g: Set the domains value also for recycled buffer objects. | Mathias Fröhlich | 2011-06-13 | 1 | -12/+14 |
* | r600g: Fix typo. | Mathias Fröhlich | 2011-06-13 | 1 | -1/+1 |
* | r600g: remove useless call to u_upload_flush | Pierre-Eric Pelloux-Prayer | 2011-06-13 | 1 | -5/+0 |
* | r600g: fixed bo memory leak issue | Pierre-Eric Pelloux-Prayer | 2011-06-13 | 1 | -0/+1 |
* | st/eglwayland: Add support for EGL_DEFAULT_DISPLAY | Benjamin Franzke | 2011-06-12 | 4 | -0/+15 |
* | r300g: max_anisotropy of 1 is not anisotropic filtering | Marek Olšák | 2011-06-11 | 1 | -1/+1 |
* | i915g: implement fence signalling | Daniel Vetter | 2011-06-11 | 1 | -2/+6 |
* | r600g: VGT_PRIMITIVE_TYPE is special | Alex Deucher | 2011-06-09 | 2 | -3/+3 |
* | r600g: Handle CONFIG regs properly | Alex Deucher | 2011-06-09 | 2 | -32/+31 |
* | r300g: fix texturing with non-3D textures and wrap R mode set to sample border | Marek Olšák | 2011-06-09 | 1 | -0/+6 |
* | r300g: don't enable aniso with nearest filtering | Marek Olšák | 2011-06-09 | 1 | -41/+39 |
* | r600g: adjust vs/ps gprs on r600/r700 cards when needed. | Dave Airlie | 2011-06-09 | 5 | -19/+77 |
* | r600g: remove unused variable | Marek Olšák | 2011-06-09 | 1 | -1/+0 |
* | r300g: fix draw_vbo splitting on r3xx-r4xx | Marek Olšák | 2011-06-09 | 1 | -5/+10 |
* | r300g: make translate_primitive table-driven | Marek Olšák | 2011-06-09 | 1 | -24/+20 |
* | util: fix strict aliasing issues in u_format_r11g11b10f.h | Roland Scheidegger | 2011-06-09 | 1 | -8/+16 |