Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: use boolean instead of bool | Roland Scheidegger | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree. | Younes Manton | 2009-12-06 | 2 | -1/+3 |
| | | | | | | Thanks to Bob Gleitsmann for the patch. I'll clean this up in a better way later if noone else beats me to it. | ||||
* | Merge branch 'gallium-noblocks' | Roland Scheidegger | 2009-12-04 | 3 | -24/+10 |
|\ | | | | | | | | | Conflicts: src/gallium/state_trackers/xorg/xorg_exa.c | ||||
| * | gallium: adapt nv drivers to interface cleanups | Roland Scheidegger | 2009-12-02 | 3 | -24/+10 |
| | | |||||
* | | nv: Update for renamed sampler/texture state setters. | Michal Krol | 2009-12-01 | 1 | -2/+2 |
|/ | |||||
* | gallium: fix more statetrackers/drivers for not using texture ↵ | Roland Scheidegger | 2009-11-26 | 3 | -15/+15 |
| | | | | width/height/depth arrays | ||||
* | nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40. | Younes Manton | 2009-10-31 | 1 | -0/+1 |
| | |||||
* | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | 2009-10-19 | 2 | -26/+3 |
| | |||||
* | Add support for more 8 and 16 bits formats | Patrice Mandin | 2009-10-12 | 1 | -1/+10 |
| | |||||
* | nv04-nv40: Fix swizzle transfers for NPOT sizes. | Younes Manton | 2009-10-06 | 1 | -113/+34 |
| | | | | | | Workarounds not necessary, SIFM can handle NPOT, we just weren't setting dst dimensions properly. SIFM can't handle odd w,h though, that still needs fixing. | ||||
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer | 2009-10-02 | 1 | -21/+5 |
| | | | | | | Always test for PIPE_TRANSFER_READ/WRITE using the bit-wise and operator, and add a pipe_transfer_buffer_flags() helper for getting the buffer usage flags corresponding to them. | ||||
* | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 1 | -2/+0 |
| | | | | | No longer used. S3TC support is queried via pipe_screen::is_format_supported. | ||||
* | nv04: Handle more Z formats. | Younes Manton | 2009-08-26 | 1 | -0/+4 |
| | | | | Based on the patch from Luo Jinghua. | ||||
* | nouveau: swizzle a single row or column, doing it one pixel at a time | Patrice Mandin | 2009-07-27 | 1 | -28/+80 |
| | |||||
* | nouveau: only swizzle square textures for copy | Patrice Mandin | 2009-07-26 | 1 | -4/+11 |
| | |||||
* | nouveau: Take into account destination position for copy_swizzle, need to ↵ | Patrice Mandin | 2009-07-26 | 1 | -2/+12 |
| | | | | split copy a bit more | ||||
* | nouveau: Recursively swizzle an NPOT sized copy | Patrice Mandin | 2009-07-26 | 1 | -5/+21 |
| | |||||
* | nouveau: use nv04_surface_copy_swizzle only for POT sizes | Patrice Mandin | 2009-07-24 | 1 | -1/+4 |
| | |||||
* | nouveau: Take into account sx,sy parameters to read from source surface | Patrice Mandin | 2009-07-22 | 1 | -2/+2 |
| | |||||
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from ↵ | Patrice Mandin | 2009-07-14 | 1 | -0/+2 |
| | | | | default extension list | ||||
* | nouveau: return some supported zeta formats | Ben Skeggs | 2009-07-01 | 1 | -0/+7 |
| | |||||
* | nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTED | Ben Skeggs | 2009-07-01 | 1 | -0/+2 |
| | |||||
* | nouveau: Turn off debug cannon. | Younes Manton | 2009-06-29 | 1 | -2/+1 |
| | |||||
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 2 | -10/+13 |
| | |||||
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 3 | -15/+10 |
| | |||||
* | nouveau: call notifier/grobj etc funcs directly | Ben Skeggs | 2009-06-05 | 2 | -11/+22 |
| | | | | | libdrm_nouveau is linked with the winsys, there's no good reason to do all this through yet another layer. | ||||
* | nv04: remove u_simple_screen usage | Ben Skeggs | 2009-06-05 | 3 | -47/+28 |
| | |||||
* | nv04: small fix again | Stephane Marchesin | 2009-05-05 | 1 | -1/+2 |
| | |||||
* | Fix an nv04 bug (thanks Mhopf). | Stephane Marchesin | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+27 |
| | | | | | | | Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | gallium: remove pipe_texture::compressed field | Brian Paul | 2009-04-10 | 1 | -1/+0 |
| | | | | | The format field encodes compressed vs. uncompressed already. We can easily check if a texture is compressed with pf_is_compressed(texture->format). | ||||
* | 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 |
| | | | | | | | I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | ||||
* | nouveau: oops, forgot to keep the NV10_SIFM object | Patrice Mandin | 2009-03-04 | 1 | -0/+4 |
| | |||||
* | nouveau: Use proper SIFM object on NV30 | Patrice Mandin | 2009-03-04 | 1 | -6/+10 |
| | |||||
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 2 | -31/+13 |
| | | | | | | | | | | | | | | The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create(). | ||||
* | 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 | 9 | -80/+266 |
| | |||||
* | gallium: Improve makefiles for libraries | Jakob Bornecrantz | 2009-02-20 | 1 | -10/+1 |
| | | | | | | | | The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles. | ||||
* | Merge commit 'origin/draw-vbuf-interface' | Keith Whitwell | 2009-02-18 | 1 | -5/+17 |
|\ | |||||
| * | nv04: Use the new draw vbuf interface | Jakob Bornecrantz | 2009-02-17 | 1 | -5/+17 |
| | | |||||
* | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
|/ | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | nouveau: nv40 swizzled mipmap fixes. | Younes Manton | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | nouveau: revert all my changes here, not the right way | Patrice Mandin | 2009-02-10 | 1 | -22/+9 |
| | |||||
* | nouveau: stop with 0 dimension | Patrice Mandin | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | nouveau: we already have the right src offset | Patrice Mandin | 2009-02-10 | 1 | -3/+2 |
| | |||||
* | nouveau: do not forget to half dimension. | Patrice Mandin | 2009-02-10 | 1 | -3/+7 |
| | |||||
* | nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to ↵ | Patrice Mandin | 2009-02-10 | 1 | -50/+43 |
| | | | | find right src and dst offset for given mipmap level. | ||||
* | nouveau: dst offset is correct | Patrice Mandin | 2009-02-10 | 1 | -4/+2 |
| | |||||
* | nouveau: recalc sub width and height for each mipmap level | Patrice Mandin | 2009-02-10 | 1 | -16/+23 |
| |