| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add texture gather support to gallium (v3) | Dave Airlie | 2014-02-25 | 12 | -0/+24 |
* | clover: Pass buffer offsets to the driver in set_global_binding() v3 | Tom Stellard | 2014-02-24 | 2 | -1/+10 |
* | radeonsi: Use SI_BIG_ENDIAN now that it exists | Tom Stellard | 2014-02-24 | 1 | -1/+1 |
* | r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems | Tom Stellard | 2014-02-24 | 3 | -3/+3 |
* | radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systems | Tom Stellard | 2014-02-24 | 2 | -2/+2 |
* | freedreno/a3xx/compiler: half-precision output | Rob Clark | 2014-02-23 | 6 | -10/+130 |
* | freedreno/a3xx: add shader variants | Rob Clark | 2014-02-23 | 10 | -196/+283 |
* | freedreno/a3xx/compiler: collapse nop's with repeat | Rob Clark | 2014-02-23 | 2 | -0/+15 |
* | freedreno/a3xx: drop hand-coded blit/solid shaders | Rob Clark | 2014-02-23 | 10 | -287/+181 |
* | freedreno/lowering: cleanup api | Rob Clark | 2014-02-23 | 5 | -24/+138 |
* | freedreno/a3xx: add float 16 and 32bit formats | Rob Clark | 2014-02-23 | 1 | -0/+22 |
* | freedreno: resync generated headers | Rob Clark | 2014-02-23 | 4 | -4/+20 |
* | nv50: make sure to clear _all_ layers of all attachments | Ilia Mirkin | 2014-02-22 | 3 | -3/+21 |
* | ilo: fix and enable fast depth clear | Chia-I Wu | 2014-02-22 | 2 | -9/+38 |
* | ilo: add slice clear value | Chia-I Wu | 2014-02-22 | 5 | -7/+78 |
* | ilo: better readability and doc for texture flags | Chia-I Wu | 2014-02-22 | 3 | -36/+58 |
* | ilo: fix for stencil only rectlist ops | Chia-I Wu | 2014-02-22 | 2 | -2/+8 |
* | ilo: fix a false assertion failure on GEN6 | Chia-I Wu | 2014-02-22 | 1 | -4/+12 |
* | ilo: pipe_texture::usage is not a bitfield | Chia-I Wu | 2014-02-22 | 1 | -1/+1 |
* | ilo: set ILO_TEXTURE_CPU_WRITE for imported textures | Chia-I Wu | 2014-02-22 | 1 | -3/+10 |
* | nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage | Christoph Bumiller | 2014-02-22 | 1 | -7/+7 |
* | freedreno: tweak ringbuffer sizes/count | Rob Clark | 2014-02-19 | 2 | -2/+2 |
* | freedreno/a3xx/compiler: scheduling/legalize fixes | Rob Clark | 2014-02-19 | 3 | -2/+30 |
* | r600g,radeonsi: Consolidate logic for short-circuiting flushes | Michel Dänzer | 2014-02-18 | 6 | -6/+8 |
* | freedreno/a3xx/compiler: use (ss) for WAR hazards | Rob Clark | 2014-02-16 | 1 | -2/+19 |
* | freedreno/a3xx/compiler: fix RA typo | Rob Clark | 2014-02-16 | 2 | -4/+4 |
* | freedreno/a3xx/compiler: handle kill properly (new compiler) | Rob Clark | 2014-02-16 | 4 | -26/+105 |
* | freedreno/a3xx/compiler: trans_cmp() sanity | Rob Clark | 2014-02-16 | 1 | -51/+35 |
* | freedreno: fix problems if no color buf bound | Rob Clark | 2014-02-16 | 2 | -2/+7 |
* | svga/winsys: Propagate surface shared information to the winsys | Thomas Hellstrom | 2014-02-14 | 2 | -2/+15 |
* | svga: update texture code for GBS | Brian Paul | 2014-02-14 | 2 | -64/+326 |
* | svga: update buffer code for GBS | Brian Paul | 2014-02-14 | 2 | -42/+224 |
* | svga: add new helper functions for GBS buffers | Brian Paul | 2014-02-14 | 1 | -0/+76 |
* | svga: remove a couple unneeded assertions | Brian Paul | 2014-02-14 | 2 | -2/+0 |
* | svga: adjust adjustment for point coordinates | Brian Paul | 2014-02-14 | 1 | -1/+4 |
* | svga: track which textures are rendered to | Brian Paul | 2014-02-14 | 2 | -18/+38 |
* | svga: add helpers for tracking rendering to textures | Brian Paul | 2014-02-14 | 2 | -0/+68 |
* | svga: update shader code for GBS | Brian Paul | 2014-02-14 | 8 | -20/+142 |
* | svga: update constant buffer code for GBS | Brian Paul | 2014-02-14 | 5 | -69/+175 |
* | svga: add svga_have_gb_objects/dma() functions | Brian Paul | 2014-02-14 | 1 | -0/+14 |
* | svga: add new GBS commands | Brian Paul | 2014-02-14 | 2 | -5/+637 |
* | svga: update svga_winsys interface for GBS | Brian Paul | 2014-02-14 | 5 | -13/+140 |
* | svga: update dumping code with new GBS commands, etc | Brian Paul | 2014-02-14 | 1 | -44/+268 |
* | svga: split / update svga3d header files | Brian Paul | 2014-02-14 | 17 | -1976/+4808 |
* | radeon: reverse DBG_NO_HYPERZ logic | Alex Deucher | 2014-02-13 | 4 | -5/+5 |
* | radeon/vce: initial VCE support v8 | Christian König | 2014-02-13 | 6 | -1/+768 |
* | nv50: mark scissors/viewports dirty on context switch | Ilia Mirkin | 2014-02-13 | 1 | -0/+2 |
* | gallium/vl: remove remaining softpipe video functions | Christian König | 2014-02-13 | 2 | -36/+0 |
* | nv50: implement multiple viewports/scissors, enable ARB_viewport_array | Ilia Mirkin | 2014-02-12 | 9 | -53/+135 |
* | svga: replace out-of-temps assertion with debug warning | Brian Paul | 2014-02-12 | 1 | -2/+4 |