aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* nv50/ir/gk110: fix handling of OP_SUB for floating point opsIlia Mirkin2014-03-181-1/+6
* nv50/ir/gk110: presin/preex2 take their source at bit 23Ilia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: add implementations of div u32/s32Ilia Mirkin2014-03-182-5/+162
* nv50/ir/gk110: implement quadopIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: fill in mov from predicateIlia Mirkin2014-03-181-1/+5
* nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txfIlia Mirkin2014-03-181-4/+8
* nv50/ir/gk110: fix setting texture for txd/txf/txqIlia Mirkin2014-03-181-9/+8
* nv50/ir/gk110: add texcsaa implementationIlia Mirkin2014-03-181-1/+11
* nv50/ir/gk110: add pfetch supportIlia Mirkin2014-03-181-1/+9
* nv50/ir/gk110: add emit/restart implementationsIlia Mirkin2014-03-181-1/+8
* nv50/ir/gk110: add missing break in sched emitIlia Mirkin2014-03-181-1/+1
* nv50/ir/gk110: implement partial txq supportIlia Mirkin2014-03-181-1/+27
* nv50/ir/gk110: fill out texture instruction supportIlia Mirkin2014-03-181-13/+20
* nv50/ir/gk110: fix control flow opcode emission, add sat flagIlia Mirkin2014-03-181-22/+18
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+15
* winsys/radeon: Store GPU virtual memory addresses of BOs in a hash tableMichel Dänzer2014-03-171-48/+26
* targets/dri-ilo: make the driver installableChia-I Wu2014-03-161-4/+3
* radeonsi/compute: Fix memory leakAaron Watry2014-03-151-0/+6
* gallivm: optimize repeat linear npot code in the aos int pathJeff Muizelaar2014-03-141-12/+62
* gallivm: use correct rounding for nearest wrap mode (in the aos int path)Roland Scheidegger2014-03-141-29/+9
* gallivm: use correct rounding for linear wrap mode (in the aos int path)Jeff Muizelaar2014-03-141-6/+8
* radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider2014-03-141-0/+7
* radeon: Move DMA ring creation to common codeNiels Ole Salscheider2014-03-144-31/+32
* nvc0: minor cleanups in stream output handlingEmil Velikov2014-03-141-4/+5
* nouveau: honor fread return value in the nouveau_compilerEmil Velikov2014-03-141-2/+2
* nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov2014-03-141-1/+1
* nv50: add missing brackets when handling the samplers arrayEmil Velikov2014-03-141-1/+2
* r600g: compute memory pool size is given in dwNiels Ole Salscheider2014-03-111-2/+2
* r600g,radeonsi: attempt to fix racy multi-context apps calling BufferDataMarek Olšák2014-03-113-14/+18
* r600g,radeonsi: fix broken buffer downloadMarek Olšák2014-03-111-1/+1
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-116-97/+99
* radeonsi: small cleanup in get_paramMarek Olšák2014-03-111-4/+2
* radeonsi: set correct alignment for texture buffers and constant buffersMarek Olšák2014-03-111-3/+2
* r600g, radeonsi: fix primitives-generated query with disabled streamoutMarek Olšák2014-03-1111-49/+87
* r600g,radeonsi: don't add streamout.num_dw_for_end twiceMarek Olšák2014-03-111-2/+4
* r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limitsMarek Olšák2014-03-112-6/+11
* st/dri: flush drawable textures before unreferencingMarek Olšák2014-03-111-0/+8
* radeonsi: implement fast color clearMarek Olšák2014-03-115-4/+59
* r600g: move fast color clear code to a common placeMarek Olšák2014-03-113-84/+88
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-116-61/+48
* radeonsi: convert the framebuffer state to atom-basedMarek Olšák2014-03-115-283/+132
* r600g: move cayman MSAA setup to a common placeMarek Olšák2014-03-116-214/+272
* radeonsi: move framebuffer-related state to a new struct si_framebufferMarek Olšák2014-03-115-39/+41
* r600g,radeonsi: set priorities for relocationsMarek Olšák2014-03-1116-88/+197
* r300g,uvd,vce: set priorities for relocationsMarek Olšák2014-03-116-16/+31
* winsys/radeon: add interface for setting a priority number for each relocationMarek Olšák2014-03-112-8/+32
* gallium: add endian detection for OpenBSDJonathan Gray2014-03-111-0/+10
* automake: allow only shared buildsEmil Velikov2014-03-111-4/+0
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-4/+4