summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno: avoid stalling at ringbuffer wraparoundRob Clark2013-09-142-22/+41
* freedreno: emit markers to scratch registersRob Clark2013-09-144-0/+33
* freedreno: split out WFI helperRob Clark2013-09-145-10/+12
* freedreno: fd_draw helperRob Clark2013-09-146-52/+55
* freedreno/a3xx: fix gpu lockup in some piglit testsRob Clark2013-09-141-1/+1
* freedreno/a3xx/compiler: add LITRob Clark2013-09-141-3/+142
* freedreno: multi-slice resources (cubemap, mipmap, etc)Rob Clark2013-09-1415-52/+141
* radeonsi: fix and enable transform feedback for CIKMarek Olšák2013-09-134-28/+40
* radeonsi: fix gl_InstanceID with non-zero start_instanceMarek Olšák2013-09-131-3/+4
* radeonsi: enable streamout AKA transform feedback for SIMarek Olšák2013-09-131-10/+4
* radeonsi: implement streamout shader supportMarek Olšák2013-09-133-15/+276
* radeonsi: implement glDrawTransformFeedback functionalityMarek Olšák2013-09-133-0/+30
* radeonsi: fix streamout queriesMarek Olšák2013-09-131-4/+5
* radeonsi: implement streamout flush properlyMarek Olšák2013-09-131-1/+7
* radeonsi: bind streamout buffers to VGT and the vertex shaderMarek Olšák2013-09-134-8/+81
* radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPEMarek Olšák2013-09-133-1/+31
* radeonsi: initialize the first CS like any otherMarek Olšák2013-09-135-5/+15
* radeonsi: integrate shared streamout stateMarek Olšák2013-09-137-38/+20
* radeon: don't emit streamout state if there are no streamout buffersMarek Olšák2013-09-131-0/+2
* radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SIMarek Olšák2013-09-131-31/+54
* radeon/uvd: move more logic into the common filesChristian König2013-09-126-40/+23
* radeon/uvd: use more sane defaults for bitstream buffer sizeChristian König2013-09-121-1/+3
* trace: Support bigger TGSI shaders.José Fonseca2013-09-121-1/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-11160-638/+430
* radeonsi: Add parentheses around '|' operands.Vinson Lee2013-09-101-1/+1
* ilo: preliminary GEN 7.5 supportChia-I Wu2013-09-0810-107/+236
* r600g: remove DMA paddingAlex Deucher2013-09-061-9/+0
* gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...Axel Davy2013-09-067-6/+17
* i915g: Document fall-through switchStéphane Marchesin2013-09-061-4/+3
* i915g: Handle i915->batch == NULL correctly in flushStéphane Marchesin2013-09-061-1/+4
* i915g: Remove useless comparisonStéphane Marchesin2013-09-061-3/+2
* i915g: Fix initial array indexStéphane Marchesin2013-09-061-1/+1
* r600g/compute: Fix bug in compute memory poolTom Stellard2013-09-051-7/+2
* r600g/compute: Don't flush the cs in pipe_context::launch_grid()Tom Stellard2013-09-051-10/+1
* nv30: fix inconsistent setting of push->user_privIlia Mirkin2013-09-051-1/+1
* i915g: Implement writemask fixupStéphane Marchesin2013-09-043-38/+90
* i915g: Stop calling draw_prepare_shader_outputsStéphane Marchesin2013-09-041-2/+0
* i915g: Add more optimizationsStéphane Marchesin2013-09-043-58/+371
* radeonsi: Don't save/restore FMASK sampler view states for u_blitterMichel Dänzer2013-09-021-1/+2
* radeonsi: Expose pure integer vertex formatsMichel Dänzer2013-09-021-1/+6
* nvc0: restore viewport after blitMaarten Lankhorst2013-09-023-4/+7
* radeon/uvd: save the aligned width & heightChristian König2013-09-021-0/+2
* nvc0: delete compute object on screen destructionChristoph Bumiller2013-09-011-0/+1
* nvc0: fix blitctx memory leakJoakim Sindholt2013-09-013-0/+9
* nvc0: don't use bufctx in nvc0_cb_pushChristoph Bumiller2013-09-011-7/+3
* nvc0: clear the flushed flagChristoph Bumiller2013-09-011-5/+4
* nvc0/ir: add f32 long immediate cannot saturateChristoph Bumiller2013-09-011-0/+12
* nvc0/ir: fix use after free in texture barrier insertion passTiziano Bacocco2013-09-011-1/+2
* nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin2013-09-011-2/+1
* nouveau: initialise the nouveau_transfer mapsEmil Velikov2013-09-011-0/+2