| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: hide some debugging messages behind environment variable | Marcin Slusarz | 2011-10-09 | 1 | -2/+3 |
* | nv50,nvc0: avoid unnecessary flushes | Marcin Slusarz | 2011-10-09 | 1 | -1/+1 |
* | nouveau: fix fence hang | Marcin Slusarz | 2011-10-09 | 1 | -2/+6 |
* | gallium: add PIPE_CAP_TEXTURE_BARRIER | Marek Olšák | 2011-09-30 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_CONDITIONAL_RENDER | Marek Olšák | 2011-09-30 | 1 | -0/+1 |
* | gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS | Marek Olšák | 2011-09-30 | 1 | -3/+2 |
* | gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT | Marek Olšák | 2011-09-30 | 1 | -1/+0 |
* | nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET | Christoph Bumiller | 2011-09-14 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS | Marek Olšák | 2011-09-10 | 1 | -1/+1 |
* | nv50: fix screen->blitctx memory leak | Marcin Slusarz | 2011-09-08 | 1 | -0/+2 |
* | nv50,nvc0: fix multisample format hack | Christoph Bumiller | 2011-08-31 | 1 | -1/+1 |
* | nouveau: use PRIu64 for printing uint64_t | Christoph Bumiller | 2011-08-30 | 1 | -1/+1 |
* | nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces | Christoph Bumiller | 2011-08-30 | 1 | -1/+6 |
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 1 | -0/+2 |
|\ |
|
| * | gallium: add PIPE_SHADER_CAP_INTEGERS | Bryan Cain | 2011-08-01 | 1 | -0/+2 |
* | | nv50: implement resource_resolve with custom blit | Christoph Bumiller | 2011-08-04 | 1 | -0/+4 |
* | | nouveau: hook up video decoding with nouveau_context | Christoph Bumiller | 2011-07-21 | 1 | -0/+2 |
* | | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 1 | -1/+3 |
* | | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 1 | -0/+2 |
|/ |
|
* | Remove redundant util_unsigned_logbase2 | Matt Turner | 2011-05-12 | 1 | -1/+1 |
* | nv50: fix mistake in pipe caps for pre-NVA0 cards | Maxim Levitsky | 2011-05-10 | 1 | -0/+1 |
* | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 1 | -1/+9 |
* | gallium/nouveau: fix printf warnings | Marek Olšák | 2011-04-27 | 1 | -1/+1 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 1 | -0/+1 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 1 | -11/+2 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 1 | -0/+2 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 1 | -0/+2 |
* | gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers | Marek Olšák | 2011-04-01 | 1 | -0/+1 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 1 | -0/+2 |
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 1 | -1/+1 |
* | gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR | Marek Olšák | 2011-03-05 | 1 | -1/+2 |
* | nv50: check grclass instead of chipset for 3D caps | Christoph Bumiller | 2011-03-03 | 1 | -2/+2 |
* | nv50: increase size of shader code bo | Christoph Bumiller | 2011-03-03 | 1 | -11/+14 |
* | nouveau: allow pipe driver to define which buffers should start in sysmem | Ben Skeggs | 2011-03-03 | 1 | -3/+2 |
* | nv50: implement independent blend functions for nva3+ and fix cap | Christoph Bumiller | 2011-03-02 | 1 | -1/+2 |
* | nouveau: ensure vbo_dirty is set when buffer write transfer complete | Ben Skeggs | 2011-03-01 | 1 | -2/+0 |
* | nv50: move onto common linear buffer manager | Ben Skeggs | 2011-03-01 | 1 | -0/+2 |
* | nouveau: create linear gart/vram mman in common screen init | Ben Skeggs | 2011-03-01 | 1 | -5/+0 |
* | nv50: make mm available as common code | Ben Skeggs | 2011-03-01 | 1 | -7/+7 |
* | nv50: move onto shared fence code | Ben Skeggs | 2011-03-01 | 1 | -24/+24 |
* | nv50: replace most of it with nvc0 driver ported to nv50 | Christoph Bumiller | 2011-02-28 | 1 | -545/+575 |
* | nv50: silence some unknown get_param warnings | Ben Skeggs | 2010-12-03 | 1 | -0/+4 |
* | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák | 2010-11-22 | 1 | -0/+2 |
* | nv50: fill out CAPs for indirect addressing | Marek Olšák | 2010-11-12 | 1 | -0/+5 |
* | nv50: fix/handle a few more PIPE_CAPs | Christoph Bumiller | 2010-09-25 | 1 | -1/+6 |
* | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller | 2010-09-25 | 1 | -0/+3 |
* | nv50: emit constbuf relocs before uploading constants | Christoph Bumiller | 2010-09-18 | 1 | -14/+33 |
* | nv50: add relocs for stack and local mem buffers | Christoph Bumiller | 2010-09-18 | 1 | -0/+13 |
* | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | 2010-09-15 | 1 | -64/+74 |
|\ |
|
| * | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller | 2010-09-09 | 1 | -4/+21 |