Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g: fix rectangle textures on r3xx | Marek Olšák | 2009-11-20 | 2 | -2/+28 |
| | | | | Adapted from Maciej Cencora's patch. | ||||
* | r300g: Clean up bitcounting function. | Corbin Simpson | 2009-11-20 | 1 | -5/+10 |
| | | | | | I didn't see this in u_math; surely somebody else has this wheel reinvented elsewhere. | ||||
* | r300g: Use MAX3 and MIN3. | Corbin Simpson | 2009-11-20 | 2 | -4/+1 |
| | |||||
* | util: Add MAX3 and MIN3. | Corbin Simpson | 2009-11-20 | 1 | -0/+3 |
| | |||||
* | r300g: set better values in the R300_VAP_CNTL register | Marek Olšák | 2009-11-20 | 1 | -5/+28 |
| | |||||
* | Fix comment to use /* */ rather than // | Alan Hourihane | 2009-11-20 | 1 | -16/+16 |
| | |||||
* | Fix indentation. | Alan Hourihane | 2009-11-20 | 1 | -3/+4 |
| | |||||
* | Fix vega compilation. | Alan Hourihane | 2009-11-20 | 3 | -5/+12 |
| | |||||
* | Fix memory leak. | Alan Hourihane | 2009-11-20 | 1 | -0/+1 |
| | |||||
* | r600 : eliminate Wondows line ending for test code. | Richard Li | 2009-11-20 | 1 | -28/+28 |
| | |||||
* | Merge remote branch 'origin/mesa_7_7_branch' | Dave Airlie | 2009-11-20 | 156 | -862/+868 |
|\ | |||||
| * | r100: fix texture_from_pixmap and compiz. | Dave Airlie | 2009-11-20 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | r100 state emission has separate rect and non-rect states, if we are doing TFP for a TEXTURE_2D we shouldn't use the rect states as they won't get emitted properly. Signed-off-by: Dave Airlie <[email protected]> | ||||
| * | st/xorg: Fix infinite loop in copy_packed_data. | Vinson Lee | 2009-11-19 | 1 | -1/+1 |
| | | |||||
| * | progs/xdemos: Add missing break statement in offset.c. | Vinson Lee | 2009-11-19 | 1 | -0/+1 |
| | | |||||
| * | st/mesa: replace st_flush() with pipe->flush() | Brian Paul | 2009-11-19 | 1 | -1/+1 |
| | | | | | | | | | | We only need to flush the gallium driver in this case. Fixes a recursive state validation bug. | ||||
| * | vbo: added recursion check in vbo_exec_FlushVertices() | Brian Paul | 2009-11-19 | 1 | -1/+17 |
| | | |||||
| * | st/mesa: get rid of compressed_num_bytes() code | Brian Paul | 2009-11-19 | 1 | -36/+4 |
| | | |||||
| * | st/mesa: remove is_compressed_mesa_format() | Brian Paul | 2009-11-19 | 1 | -21/+2 |
| | | |||||
| * | st/mesa: remove pointless assertion | Brian Paul | 2009-11-19 | 1 | -2/+0 |
| | | |||||
| * | softpipe: whitespace/indentation fixes | Brian Paul | 2009-11-19 | 1 | -5/+3 |
| | | |||||
| * | progs/trivial: Redraw upon keypress. | Vinson Lee | 2009-11-19 | 104 | -104/+104 |
| | | |||||
| * | softpipe: add missing check in softpipe_is_texture_referenced() | Brian Paul | 2009-11-19 | 1 | -2/+8 |
| | | | | | | | | Check if the named texture is referenced by the texture cache. | ||||
| * | st/xorg: Replace compile-time acceleration switch with Option "2DAccel". | Michel Dänzer | 2009-11-19 | 5 | -12/+25 |
| | | | | | | | | | | This option can be used to disable 2D acceleration. DRI2 and XVideo blits will still be accelerated, at least to some degree even with compositing. | ||||
| * | st/xorg: Miscellaneous XVideo fixes. | Michel Dänzer | 2009-11-19 | 1 | -3/+11 |
| | | | | | | | | | | | | * Make sure the destination pixmap has a texture to render into. * Fix damage reporting so the EXA migration code can do the right thing. * Fix destination coordinates for redirected windows. | ||||
| * | st/xorg: Try harder to ensure a shared texture has valid contents right away. | Michel Dänzer | 2009-11-19 | 1 | -0/+3 |
| | | |||||
| * | st/xorg: Don't complain about convolution filter being 'unknown'. | Michel Dänzer | 2009-11-19 | 1 | -1/+2 |
| | | | | | | | | | | Also add a newline to the complaint so it'll be a little less annoying if we actually encounter an unknown filter value again. | ||||
| * | st/xorg: Remove superfluous flushes from the EXA WaitMarker hook. | Michel Dänzer | 2009-11-19 | 1 | -9/+1 |
| | | | | | | | | Thanks to Thomas Hellström for pointing this out. | ||||
| * | st/xorg: Don't initialize non-existing fields. | Michel Dänzer | 2009-11-19 | 1 | -2/+0 |
| | | |||||
| * | progs/tests: Fix memory leak in texdown.c if malloc fails. | Vinson Lee | 2009-11-18 | 1 | -0/+2 |
| | | |||||
| * | st/xorg: Init all functions and fix spelling | Jakob Bornecrantz | 2009-11-18 | 1 | -1/+3 |
| | | |||||
| * | progs/fp: Redraw upon keypress. | Vinson Lee | 2009-11-18 | 8 | -8/+8 |
| | | |||||
| * | st/xorg: Make the #if more easier to read | Jakob Bornecrantz | 2009-11-18 | 1 | -8/+14 |
| | | |||||
| * | st/xorg: Use the correct DRI2BufferPtr struct on 1.6.4 servers | Jakob Bornecrantz | 2009-11-18 | 1 | -9/+16 |
| | | |||||
| * | progs/glsl: Fix trirast GLSL compilation errors on Mac OS. | Vinson Lee | 2009-11-18 | 1 | -3/+3 |
| | | |||||
| * | progs/glsl: Fix noise GLSL compilation error on Mac OS. | Vinson Lee | 2009-11-18 | 1 | -1/+1 |
| | | |||||
| * | r300: allow disabling s3tc support if libtxc_dxtn is available | Maciej Cencora | 2009-11-18 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branch | Maciej Cencora | 2009-11-18 | 26 | -624/+627 |
| |\ | |||||
| | * | r600: align for mipmap tree changes | Maciej Cencora | 2009-11-18 | 3 | -40/+24 |
| | | | |||||
| | * | r200: align for mipmap tree changes | Maciej Cencora | 2009-11-17 | 3 | -30/+14 |
| | | | |||||
| | * | radeon: align for mipmap tree changes | Maciej Cencora | 2009-11-17 | 3 | -30/+14 |
| | | | |||||
| | * | radeon: return false on texture validation if texture isn't complete | Maciej Cencora | 2009-11-14 | 1 | -3/+3 |
| | | | |||||
| | * | radeon: rework mipmap tree | Maciej Cencora | 2009-11-14 | 8 | -364/+400 |
| | | | |||||
| | * | radeon: more texture code refactoring | Maciej Cencora | 2009-11-14 | 1 | -116/+92 |
| | | | |||||
| | * | radeon: minor refactoring of texture code | Maciej Cencora | 2009-11-14 | 1 | -11/+46 |
| | | | | | | | | | | | | Also properly set dstImageOffsets for TexSubImage case. | ||||
| | * | radeon: rework mipmap tree reference counting | Maciej Cencora | 2009-11-14 | 5 | -37/+30 |
| | | | |||||
| | * | r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1 | Maciej Cencora | 2009-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Spotted by Dave Airlie | ||||
| | * | radeon: use radeon_bo_is_referenced_by_cs for query objects | Maciej Cencora | 2009-11-14 | 4 | -23/+3 |
| | | | |||||
| | * | radeon/r300: don't flush cmdbuf if not necessary | Maciej Cencora | 2009-11-14 | 2 | -3/+19 |
| | | | |||||
| | * | radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ↵ | Maciej Cencora | 2009-11-14 | 2 | -2/+5 |
| | | | | | | | | | | | | mode | ||||
| | * | radeon: fix glBufferSubData | Maciej Cencora | 2009-11-14 | 1 | -0/+5 |
| | | |