| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Implement DMA blit | Niels Ole Salscheider | 2014-03-20 | 6 | -20/+391 |
* | radeon: Move r600_need_dma_space to common code | Niels Ole Salscheider | 2014-03-20 | 7 | -15/+15 |
* | llvmpipe: Tighten check for alpha-only formats | Richard Sandiford | 2014-03-20 | 1 | -1/+1 |
* | nouveau: don't assume libdrm include prefix | Jonathan Gray | 2014-03-20 | 4 | -4/+4 |
* | nouveau: use DLOPEN_LIBS instead of -ldl | Jonathan Gray | 2014-03-20 | 1 | -1/+1 |
* | gallium/docs: update SLT, SGE, SFL, STR opcode docs | Brian Paul | 2014-03-18 | 1 | -10/+10 |
* | nvc0: Handle user mapped vertex buffer for edgeflag | Maarten Lankhorst | 2014-03-18 | 1 | -2/+7 |
* | clover: Fix region size error checking in some buffer transfer commands. | Francisco Jerez | 2014-03-18 | 1 | -5/+16 |
* | nv50/ir/gk110: add postfactor support for fmul | Ilia Mirkin | 2014-03-18 | 1 | -0/+2 |
* | nv50/ir/gk110: set not modifier on first source of logic op | Ilia Mirkin | 2014-03-18 | 1 | -3/+2 |
* | nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported | Ilia Mirkin | 2014-03-18 | 1 | -17/+6 |
* | nv50/ir/gk110: add 64/128-bit fetch/export support | Ilia Mirkin | 2014-03-18 | 2 | -7/+4 |
* | nv50/ir/gk110: fix handling of OP_SUB for floating point ops | Ilia Mirkin | 2014-03-18 | 1 | -1/+6 |
* | nv50/ir/gk110: presin/preex2 take their source at bit 23 | Ilia Mirkin | 2014-03-18 | 1 | -1/+1 |
* | nv50/ir/gk110: add implementations of div u32/s32 | Ilia Mirkin | 2014-03-18 | 2 | -5/+162 |
* | nv50/ir/gk110: implement quadop | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: fill in mov from predicate | Ilia Mirkin | 2014-03-18 | 1 | -1/+5 |
* | nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf | Ilia Mirkin | 2014-03-18 | 1 | -4/+8 |
* | nv50/ir/gk110: fix setting texture for txd/txf/txq | Ilia Mirkin | 2014-03-18 | 1 | -9/+8 |
* | nv50/ir/gk110: add texcsaa implementation | Ilia Mirkin | 2014-03-18 | 1 | -1/+11 |
* | nv50/ir/gk110: add pfetch support | Ilia Mirkin | 2014-03-18 | 1 | -1/+9 |
* | nv50/ir/gk110: add emit/restart implementations | Ilia Mirkin | 2014-03-18 | 1 | -1/+8 |
* | 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 |
* | egl/main: Stop using EGLNative types internally | Chad Versace | 2014-03-17 | 1 | -3/+15 |
* | winsys/radeon: Store GPU virtual memory addresses of BOs in a hash table | Michel Dänzer | 2014-03-17 | 1 | -48/+26 |
* | targets/dri-ilo: make the driver installable | Chia-I Wu | 2014-03-16 | 1 | -4/+3 |
* | radeonsi/compute: Fix memory leak | Aaron Watry | 2014-03-15 | 1 | -0/+6 |
* | gallivm: optimize repeat linear npot code in the aos int path | Jeff Muizelaar | 2014-03-14 | 1 | -12/+62 |
* | gallivm: use correct rounding for nearest wrap mode (in the aos int path) | Roland Scheidegger | 2014-03-14 | 1 | -29/+9 |
* | gallivm: use correct rounding for linear wrap mode (in the aos int path) | Jeff Muizelaar | 2014-03-14 | 1 | -6/+8 |
* | 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 |
* | st/dri: flush drawable textures before unreferencing | Marek Olšák | 2014-03-11 | 1 | -0/+8 |
* | radeonsi: implement fast color clear | Marek Olšák | 2014-03-11 | 5 | -4/+59 |