| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: simplify tgsi_full_immediate struct | Keith Whitwell | 2009-07-22 | 1 | -4/+4 |
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin | 2009-07-14 | 1 | -0/+2 |
* | nouveau: return some supported zeta formats | Ben Skeggs | 2009-07-01 | 1 | -0/+8 |
* | nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED | Ben Skeggs | 2009-07-01 | 1 | -0/+2 |
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 4 | -23/+24 |
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 2 | -13/+10 |
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 1 | -11/+18 |
* | nv20: remove u_simple_screen usage | Ben Skeggs | 2009-06-05 | 3 | -41/+23 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+27 |
* | gallium: remove pipe_texture::compressed field | Brian Paul | 2009-04-10 | 1 | -1/+0 |
* | gallium: Clean up driver clear() interface. | Michel Dänzer | 2009-04-04 | 2 | -5/+7 |
* | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | 2009-03-26 | 2 | -2/+0 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -10/+1 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 3 | -41/+22 |
* | nouveau: Grab correct surface from temp texture for transfers. | Younes Manton | 2009-03-02 | 1 | -1/+1 |
* | nouveau: nv04-nv40 texture transfer. | Younes Manton | 2009-02-25 | 6 | -61/+256 |
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -10/+1 |
* | Merge commit 'origin/draw-vbuf-interface' | Keith Whitwell | 2009-02-18 | 1 | -15/+43 |
|\ |
|
| * | nv20: Use the new draw vbuf interface | Jakob Bornecrantz | 2009-02-17 | 1 | -15/+43 |
* | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
|/ |
|
* | nv20: Fix build -- rename Size to NrTokens. | Michal Krol | 2009-02-10 | 1 | -1/+1 |
* | nouveau: Frontbuffer pitch needs to be set. | Younes Manton | 2009-02-06 | 1 | -0/+1 |
* | nv20: copy miptree flags from nv40 | Pekka Paalanen | 2009-02-05 | 1 | -2/+29 |
* | nv04-nv40: fix nv##_surface_copy() for flipped | Pekka Paalanen | 2009-02-05 | 1 | -0/+1 |
* | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs | 2009-02-05 | 3 | -5/+26 |
* | nouveau: get things building/running again after pipe_surface.buffer removal | Ben Skeggs | 2009-02-04 | 1 | -0/+25 |
* | gallium: remove pipe_buffer from surfaces | Zack Rusin | 2009-02-02 | 3 | -6/+9 |
* | Merge branch 'gallium-winsys-private' into gallium-0.2 | Zack Rusin | 2009-02-01 | 4 | -3/+5 |
|\ |
|
| * | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 1 | -0/+2 |
| * | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 8 | -17/+17 |
| * | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | 2009-01-29 | 6 | -14/+14 |
* | | 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 |
|/ |
|
* | gallium: remove redundant size from the constant buffer | Zack Rusin | 2009-01-27 | 1 | -3/+4 |
* | gallium: it's a reference value, not a reference number | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | gallium: standardize naming of masks | Zack Rusin | 2009-01-27 | 1 | -2/+2 |
* | 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 |
* | gallium: Remove the standalone surfaces. | José Fonseca | 2009-01-20 | 1 | -1/+0 |
* | nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS | Ben Skeggs | 2008-12-16 | 1 | -0/+2 |
* | Nouveau: move the definition of log2i() to header | Pekka Paalanen | 2008-12-13 | 1 | -26/+1 |
* | nouveau: make nv20 use NV{20,25}TCL objects | Pekka Paalanen | 2008-12-07 | 6 | -252/+367 |
* | Nouveau: nv{10,20} set_primitive API fix | Pekka Paalanen | 2008-11-30 | 1 | -2/+7 |
* | Nouveau: nv20 build fix: forgotten include | Pekka Paalanen | 2008-11-30 | 1 | -0/+1 |
* | Nouveau: fix minor API change in surface_copy | Pekka Paalanen | 2008-11-30 | 1 | -1/+1 |
* | Nouveau: update nouveau_class.h | Pekka Paalanen | 2008-11-30 | 1 | -1/+1 |
* | Nouveau: nv20 (nv10) immediate vertex submission | Pekka Paalanen | 2008-11-30 | 1 | -35/+191 |