| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | nv50/ir/gk110: add missing break in sched emit | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: implement partial txq support | Ilia Mirkin | 2014-03-18 | 1 | -1/+27 |
* | nv50/ir/gk110: fill out texture instruction support | Ilia Mirkin | 2014-03-18 | 1 | -13/+20 |
* | nv50/ir/gk110: fix control flow opcode emission, add sat flag | Ilia Mirkin | 2014-03-18 | 1 | -22/+18 |
* | radeonsi/compute: Fix memory leak | Aaron Watry | 2014-03-15 | 1 | -0/+6 |
* | radeonsi: flush the dma ring in si_flush_from_st | Niels Ole Salscheider | 2014-03-14 | 1 | -0/+7 |
* | radeon: Move DMA ring creation to common code | Niels Ole Salscheider | 2014-03-14 | 4 | -31/+32 |
* | nvc0: minor cleanups in stream output handling | Emil Velikov | 2014-03-14 | 1 | -4/+5 |
* | nouveau: honor fread return value in the nouveau_compiler | Emil Velikov | 2014-03-14 | 1 | -2/+2 |
* | nouveau: typecast the prime_fd handle when calling nouveau_bo_set_prime | Emil Velikov | 2014-03-14 | 1 | -1/+1 |
* | nv50: add missing brackets when handling the samplers array | Emil Velikov | 2014-03-14 | 1 | -1/+2 |
* | r600g: compute memory pool size is given in dw | Niels Ole Salscheider | 2014-03-11 | 1 | -2/+2 |
* | r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData | Marek Olšák | 2014-03-11 | 3 | -14/+18 |
* | r600g,radeonsi: fix broken buffer download | Marek Olšák | 2014-03-11 | 1 | -1/+1 |
* | r600g,radeonsi: use a fallback in dma_copy instead of failing | Marek Olšák | 2014-03-11 | 6 | -97/+99 |
* | radeonsi: small cleanup in get_param | Marek Olšák | 2014-03-11 | 1 | -4/+2 |
* | radeonsi: set correct alignment for texture buffers and constant buffers | Marek Olšák | 2014-03-11 | 1 | -3/+2 |
* | r600g, radeonsi: fix primitives-generated query with disabled streamout | Marek Olšák | 2014-03-11 | 11 | -49/+87 |
* | r600g,radeonsi: don't add streamout.num_dw_for_end twice | Marek Olšák | 2014-03-11 | 1 | -2/+4 |
* | r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits | Marek Olšák | 2014-03-11 | 2 | -6/+11 |
* | radeonsi: implement fast color clear | Marek Olšák | 2014-03-11 | 5 | -4/+59 |
* | r600g: move fast color clear code to a common place | Marek Olšák | 2014-03-11 | 3 | -84/+88 |
* | r600g,radeonsi: move CMASK register values from r600_surface to r600_texture | Marek Olšák | 2014-03-11 | 6 | -61/+48 |
* | radeonsi: convert the framebuffer state to atom-based | Marek Olšák | 2014-03-11 | 5 | -283/+132 |
* | r600g: move cayman MSAA setup to a common place | Marek Olšák | 2014-03-11 | 6 | -214/+272 |
* | radeonsi: move framebuffer-related state to a new struct si_framebuffer | Marek Olšák | 2014-03-11 | 5 | -39/+41 |
* | r600g,radeonsi: set priorities for relocations | Marek Olšák | 2014-03-11 | 16 | -88/+197 |
* | r300g,uvd,vce: set priorities for relocations | Marek Olšák | 2014-03-11 | 4 | -11/+24 |
* | radeon: Fix build. | Vinson Lee | 2014-03-10 | 1 | -1/+1 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 11 | -25/+34 |
* | ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS | Chia-I Wu | 2014-03-10 | 4 | -3/+108 |
* | ilo: add ILO_3D_PIPELINE_WRITE_STATISTICS | Chia-I Wu | 2014-03-10 | 5 | -0/+90 |
* | ilo: add some MI commands to GPE | Chia-I Wu | 2014-03-10 | 4 | -0/+116 |
* | ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically | Chia-I Wu | 2014-03-10 | 2 | -2/+16 |
* | ilo: print a warning when PPGTT is disabled | Chia-I Wu | 2014-03-10 | 2 | -0/+20 |
* | ilo: require hardware logical context support | Chia-I Wu | 2014-03-10 | 5 | -12/+12 |
* | ilo: move ring types to winsys | Chia-I Wu | 2014-03-10 | 6 | -34/+11 |
* | ilo: winsys may limit the batch buffer size | Chia-I Wu | 2014-03-10 | 5 | -4/+12 |
* | ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported | Chia-I Wu | 2014-03-10 | 2 | -1/+4 |
* | ilo: rework winsys batch buffer functions | Chia-I Wu | 2014-03-10 | 3 | -16/+11 |
* | ilo: replace bo alloc flags by initial domains | Chia-I Wu | 2014-03-10 | 6 | -14/+16 |
* | ilo: remove intel_bo_get_size() | Chia-I Wu | 2014-03-10 | 2 | -14/+18 |
* | ilo: remove intel_bo_get_virtual() | Chia-I Wu | 2014-03-10 | 4 | -90/+105 |
* | ilo: rework winsys bo reloc functions | Chia-I Wu | 2014-03-10 | 4 | -8/+13 |
* | ilo: remove intel_winsys_enable_reuse() | Chia-I Wu | 2014-03-10 | 1 | -2/+0 |
* | radeonsi: Use proper member name for deleting export shader PM4 state | Michel Dänzer | 2014-03-10 | 1 | -0/+2 |
* | r600g: document why texture offset emulation is needed | Marek Olšák | 2014-03-10 | 1 | -1/+2 |
* | Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures" | Ilia Mirkin | 2014-03-09 | 1 | -8/+4 |
* | nv50: adjust blit_3d handling of ms output textures | Ilia Mirkin | 2014-03-09 | 2 | -8/+16 |
* | nouveau: fix fence waiting logic in screen destroy | Ilia Mirkin | 2014-03-09 | 3 | -7/+27 |