| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | nv50,nvc0: extensive surface format renaming to get consistency | Christoph Bumiller | 2011-07-14 | 5 | -137/+167 |
* | | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 11 | -70/+178 |
* | | nv50,nvc0: add correct storage type for Z32_FLOAT | Christoph Bumiller | 2011-07-14 | 1 | -0/+3 |
* | | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 3 | -143/+286 |
* | | nv50,nvc0: don't advertise unaligned texture format support | Christoph Bumiller | 2011-07-14 | 1 | -12/+12 |
* | | nv50,nvc0: use screen instead of context for flush notifier | Christoph Bumiller | 2011-07-07 | 4 | -14/+11 |
* | | nv50: more formats for nv50_resource_copy_region conversion path | Christoph Bumiller | 2011-07-07 | 1 | -16/+7 |
* | | nv50,nvc0: prevent pushbuf flush during ctx reloc emission | Christoph Bumiller | 2011-06-24 | 4 | -11/+16 |
|/ |
|
* | nv50: fix copy/paste error in nv50_gmtyprog_validate | Christoph Bumiller | 2011-06-14 | 1 | -2/+4 |
* | nv50: fix nv50_sampler_state_delete array overflow | Marcin Slusarz | 2011-06-06 | 1 | -1/+1 |
* | nv50: fix emit_add_a16 to emit correct source reg | Trevor Davenport | 2011-05-27 | 1 | -2/+2 |
* | nv50: add support for user clip planes | Maxim Levitsky | 2011-05-19 | 4 | -1/+40 |
* | 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: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLY | Marcin Slusarz | 2011-05-09 | 1 | -0/+3 |
* | nv50,nvc0: activate seamless cube map filtering | Christoph Bumiller | 2011-05-06 | 2 | -1/+39 |
* | gallium/xorg st/nv50: add PIPE_BIND_CURSOR | Marcin Slusarz | 2011-05-06 | 1 | -1/+9 |
* | nv50,nvc0: advertise GL_FIXED vertex buffers as supported | Christoph Bumiller | 2011-05-03 | 1 | -0/+18 |
* | gallium/nouveau: fix printf warnings | Marek Olšák | 2011-04-27 | 1 | -1/+1 |
* | gallium: add fallback for copying buffers to all drivers | Marek Olšák | 2011-04-21 | 1 | -0/+8 |
* | gallium: include u_format.h for util_format_is_supported | Marcin Slusarz | 2011-04-17 | 1 | -0/+1 |
* | nv50,nvc0: add new texture and render target formats | Christoph Bumiller | 2011-04-17 | 1 | -2/+116 |
* | nv50,nvc0: fix normalized RG16 and RGBA32 texture format entries | Christoph Bumiller | 2011-04-17 | 1 | -4/+4 |
* | gallium: add and use generic function for querying patented format support (v2) | Marek Olšák | 2011-04-15 | 1 | -11/+2 |
* | nv50,nvc0: silence shader debug output | Christoph Bumiller | 2011-04-10 | 8 | -49/+52 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 4 | -11/+18 |
* | nvc0: shrink CSOs a little | Christoph Bumiller | 2011-04-10 | 1 | -3/+3 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 3 | -1/+4 |
* | nv50,nvc0: don't insert instructions after the block terminator | Christoph Bumiller | 2011-04-10 | 3 | -4/+15 |
* | nv50: prevent NV_OP_SELECT from having flags_def defined | Bryan Cain | 2011-04-04 | 1 | -0/+1 |
* | gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers | Marek Olšák | 2011-04-01 | 1 | -0/+1 |
* | nv50: fix for GPR allocation granularity being 16 bit | Christoph Bumiller | 2011-03-31 | 1 | -3/+9 |
* | nv50: copy regalloc fixes from nvc0 | Christoph Bumiller | 2011-03-31 | 2 | -80/+216 |
* | nv50,nvc0: implement colour clamping controls | Christoph Bumiller | 2011-03-29 | 8 | -6/+52 |
* | nv50,nvc0: implement texture barrier | Christoph Bumiller | 2011-03-19 | 1 | -0/+12 |
* | nv50,nvc0: don't assert on cso with 0 vertex elements | Christoph Bumiller | 2011-03-13 | 2 | -4/+2 |
* | nv50,nvc0: fix pipe context switch | Christoph Bumiller | 2011-03-13 | 1 | -5/+32 |
* | nv50,nvc0: clean up flushes | Christoph Bumiller | 2011-03-13 | 2 | -15/+11 |
* | nv50,nvc0: add some missing resource referencing | Christoph Bumiller | 2011-03-13 | 2 | -3/+30 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 1 | -5/+5 |
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 1 | -1/+1 |
* | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 2 | -18/+0 |
* | nv50: add back initialization of redefine_user_buffer | Christoph Bumiller | 2011-03-09 | 1 | -0/+2 |
* | gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR | Marek Olšák | 2011-03-05 | 1 | -1/+2 |
* | nv50: support the InstanceID system value | Christoph Bumiller | 2011-03-05 | 3 | -0/+25 |
* | nv50: Update SConscript. | Vinson Lee | 2011-03-04 | 1 | -4/+0 |
* | nv50,nvc0: get format desc for TIC entry from sampler view format | Christoph Bumiller | 2011-03-05 | 1 | -1/+1 |
* | nv50,nvc0: share sampler state creation | Christoph Bumiller | 2011-03-05 | 4 | -24/+38 |
* | nv50,nvc0: update the format tables | Christoph Bumiller | 2011-03-05 | 3 | -117/+144 |
* | nv50,nvc0: fix texture layer issues | Christoph Bumiller | 2011-03-05 | 1 | -3/+11 |