| Commit message (Expand) | Author | Age | Files | Lines |
* | A bit of r300 cleanup. | Corbin Simpson | 2009-02-01 | 3 | -10/+10 |
* | Make r300 and amd build in scons. | Corbin Simpson | 2009-02-01 | 2 | -0/+18 |
* | r300: Hook up to winsys, add missing header. | Corbin Simpson | 2009-02-01 | 2 | -1/+5332 |
* | gallium-r300: Add primitive CS. | Corbin Simpson | 2009-02-01 | 3 | -1/+77 |
* | gallium-r300: Max LOD bias is 16.0. | Corbin Simpson | 2009-02-01 | 1 | -1/+0 |
* | gallium-r300: Set right ROP for solid fills. | Corbin Simpson | 2009-02-01 | 1 | -3/+1 |
* | gallium-r300: Fit it all together now. | Corbin Simpson | 2009-02-01 | 9 | -7/+38 |
* | gallium-r300: Add r300_surface. | Corbin Simpson | 2009-02-01 | 2 | -0/+81 |
* | gallium-r300: Add r300_blit. | Corbin Simpson | 2009-02-01 | 2 | -0/+125 |
* | gallium-r300: Add copyrights, place (broken) CS. | Corbin Simpson | 2009-02-01 | 3 | -0/+56 |
* | gallium-r300: Add r300_clear. | Corbin Simpson | 2009-02-01 | 3 | -0/+53 |
* | gallium-r300: Make it build. | Corbin Simpson | 2009-02-01 | 5 | -21/+98 |
* | gallium-r300: Look less like i915. | Corbin Simpson | 2009-02-01 | 2 | -4/+12 |
* | gallium-r300: Add some headers. | Corbin Simpson | 2009-02-01 | 3 | -1/+89 |
* | gallium-r300: Initial commit. | Corbin Simpson | 2009-02-01 | 4 | -0/+172 |
* | Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/mesa/... | Stephane Marchesin | 2009-02-02 | 59 | -96/+118 |
|\ |
|
| * | Merge branch 'gallium-winsys-private' into gallium-0.2 | Zack Rusin | 2009-02-01 | 56 | -78/+97 |
| |\ |
|
| | * | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 10 | -0/+21 |
| | * | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 75 | -171/+171 |
| | * | Merge branch 'gallium-0.2' into gallium-winsys-private | José Fonseca | 2009-01-30 | 3 | -21/+21 |
| | |\ |
|
| | * | | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | 2009-01-29 | 43 | -152/+150 |
| * | | | nv20: send buffer handles on hw state emit | Pekka Paalanen | 2009-01-31 | 1 | -6/+4 |
| * | | | nv20: disable depth writes in hw init | Pekka Paalanen | 2009-01-31 | 1 | -1/+1 |
| * | | | nv20: Z-mapping parameters | Pekka Paalanen | 2009-01-31 | 2 | -11/+14 |
| * | | | nv20: draw_elements needs to flush | Pekka Paalanen | 2009-01-31 | 1 | -0/+1 |
| * | | | nv20: set surface status in clear() | Pekka Paalanen | 2009-01-31 | 1 | -0/+1 |
| | |/
| |/| |
|
* / | | nv04: some old changes I had lying around. | Stephane Marchesin | 2009-02-02 | 8 | -118/+185 |
|/ / |
|
* / | i915: Fix surface operations | Jakob Bornecrantz | 2009-01-30 | 3 | -21/+21 |
|/ |
|
* | i915: Don't take a context as argument for debug | Jakob Bornecrantz | 2009-01-29 | 2 | -7/+5 |
* | i915: Don't dump batchbuffer on flush in context | Jakob Bornecrantz | 2009-01-29 | 1 | -1/+0 |
* | i915: Add verbose debuging | Jakob Bornecrantz | 2009-01-28 | 1 | -1/+2 |
* | i915: Fix batchbuffer dumping | Jakob Bornecrantz | 2009-01-28 | 1 | -3/+3 |
* | i915: Flush on surface copy/clear | Jakob Bornecrantz | 2009-01-28 | 1 | -0/+2 |
* | gallium: remove redundant size from the constant buffer | Zack Rusin | 2009-01-27 | 9 | -19/+19 |
* | gallium: it's a reference value, not a reference number | Zack Rusin | 2009-01-27 | 10 | -10/+10 |
* | gallium: standardize api on the prefix "nr" | Zack Rusin | 2009-01-27 | 19 | -28/+28 |
* | gallium: standardize naming of masks | Zack Rusin | 2009-01-27 | 12 | -61/+61 |
* | gallium: standardize on stride instead of pitch in the interface | Zack Rusin | 2009-01-27 | 5 | -8/+8 |
* | i915: queiten compiler warnings | Keith Whitwell | 2009-01-27 | 1 | -1/+0 |
* | failover: queiten compiler warnings | Keith Whitwell | 2009-01-27 | 1 | -0/+7 |
* | nv20: rewrite vertex layout | Pekka Paalanen | 2009-01-26 | 1 | -26/+59 |
* | nv20: adjust initial hw context | Pekka Paalanen | 2009-01-26 | 1 | -5/+5 |
* | nouveau: Map correct mip level when using the shadow (nv30, nv40). | Younes Manton | 2009-01-21 | 2 | -12/+14 |
* | nouveau: nv30 does not support separate blend functions for alpha and rgb | Patrice Mandin | 2009-01-21 | 1 | -2/+3 |
* | gallium: Remove the standalone surfaces. | José Fonseca | 2009-01-20 | 12 | -121/+42 |
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | 2009-01-19 | 21 | -592/+919 |
|\ |
|
| * | cell: Specify constant as float for CEILF(). | Jonathan Adamczewski | 2009-01-14 | 1 | -1/+1 |
| * | nv50: fix progs/tests/manytex | Ben Skeggs | 2009-01-13 | 1 | -0/+2 |
| * | nv50: get glxgears showing all 3 gears instead of 1!! | Ben Skeggs | 2009-01-13 | 1 | -0/+2 |
| * | nv50: change some magic reg, makes more things work | Ben Skeggs | 2009-01-13 | 1 | -1/+1 |