| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 1 | -2/+0 |
* | 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 | 3 | -19/+17 |
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 2 | -11/+8 |
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 1 | -10/+18 |
* | nv10: remove u_simple_screen usage | Ben Skeggs | 2009-06-05 | 3 | -46/+27 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+26 |
* | 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/+8 |
* | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | 2009-03-26 | 1 | -1/+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 | -36/+24 |
* | 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 | -50/+231 |
* | 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 | -8/+28 |
|\ |
|
| * | nv10: Use the new draw vbuf internface | Jakob Bornecrantz | 2009-02-17 | 1 | -8/+28 |
* | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
|/ |
|
* | nouveau: Frontbuffer pitch needs to be set. | Younes Manton | 2009-02-06 | 1 | -0/+1 |
* | 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 | -5/+9 |
* | gallium: initialize simple screen in drivers | Zack Rusin | 2009-01-31 | 1 | -0/+2 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 7 | -15/+15 |
* | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | 2009-01-29 | 5 | -12/+12 |
* | 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 |
* | gallium: Remove the standalone surfaces. | José Fonseca | 2009-01-20 | 1 | -2/+2 |
* | 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: nv{10,20} set_primitive API fix | Pekka Paalanen | 2008-11-30 | 1 | -2/+7 |
* | 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 |
* | nv04..nv30: fix pipe_surface init | Pekka Paalanen | 2008-11-12 | 1 | -0/+2 |
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 10 | -16/+10 |
* | nouveau: fix build | Ben Skeggs | 2008-08-07 | 3 | -4/+4 |
* | nv all: Copy shader tokens on create, free on delete. | Younes Manton | 2008-07-23 | 2 | -2/+4 |
* | nouveau: is_format_supported() interface changes | Ben Skeggs | 2008-07-23 | 1 | -9/+6 |
* | nv10: use the gallium alloc/free wrappers. | Stephane Marchesin | 2008-07-08 | 1 | -4/+4 |
* | nv10: there are no 3D textures. | Stephane Marchesin | 2008-07-08 | 1 | -3/+1 |
* | nouveau: adapt to cpp->pf_block changes | Ben Skeggs | 2008-06-29 | 2 | -6/+10 |
* | nouveau: update for interface changes + hack around gallium x86_64 bustage | Ben Skeggs | 2008-06-23 | 3 | -1/+6 |
* | nouveau: very quick port to tex-surface changes. | Ben Skeggs | 2008-05-27 | 4 | -6/+32 |
* | nouveau: remove final PIPE_FORMAT_U_* usage | Ben Skeggs | 2008-05-25 | 2 | -6/+6 |
* | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | 2008-05-13 | 4 | -9/+4 |
* | nouveau: bitmap texcoord bias has been removed | Ben Skeggs | 2008-05-05 | 1 | -2/+0 |