aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: add the htile buffer to the CS ioctl buffer listMarek Olšák2013-12-181-0/+2
* radeonsi: improve HiZ precision for less and lequal depth functionsMarek Olšák2013-12-171-1/+7
* radeonsi: make DB_RENDER_OVERRIDE an invariant registerMarek Olšák2013-12-173-50/+3
* radeonsi: flush HTILE when appropriateMarek Olšák2013-12-173-2/+8
* freedreno: dummy-draw workaround for a320Rob Clark2013-12-142-1/+17
* r600g: expose 32-bit integer vertex formatsMarek Olšák2013-12-141-0/+1
* radeonsi: move invariant regs to si_init_configMarek Olšák2013-12-142-31/+26
* r600g: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák2013-12-141-82/+35
* radeonsi: use shader-based MSAA resolving when hw-based one cannot be usedMarek Olšák2013-12-141-83/+35
* gallium/u_blitter: remove useless parameters from some functionsMarek Olšák2013-12-146-20/+10
* llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger2013-12-141-66/+4
* llvmpipe: (trivial) get rid of triangle subdivision codeRoland Scheidegger2013-12-143-182/+1
* svga: don't emit extraneous fs shadow codeBrian Paul2013-12-131-3/+38
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-138-15/+21
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* r600g,radeonsi: fix initialized buffer range tracking for DMA, add commentsMarek Olšák2013-12-123-21/+36
* radeonsi: fix binding the dummy pixel shaderMarek Olšák2013-12-123-24/+11
* radeonsi: fix FS_COLOR0_WRITES_ALL_CBUFS with mixed colorbuffer formatsMarek Olšák2013-12-121-25/+15
* radeonsi: use the colorbuffer count from the shader keyMarek Olšák2013-12-123-16/+7
* radeonsi: remove unused variable in si_pipe_shader_psMarek Olšák2013-12-121-8/+1
* radeonsi: Write htile state to hardware.Andreas Hartmetz2013-12-123-13/+65
* radeon: Allocate htile buffer for SI in r600_texture.Andreas Hartmetz2013-12-121-15/+67
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-125-46/+46
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-1213-353/+210
* r600g,radeonsi: add common interface for buffer invalidationMarek Olšák2013-12-127-6/+10
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-124-4/+5
* r600g: refactor out code for buffer invalidationMarek Olšák2013-12-123-55/+57
* r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák2013-12-1210-26/+28
* radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCEMarek Olšák2013-12-123-0/+135
* radeonsi: implement accelerated buffer copyingMarek Olšák2013-12-123-4/+64
* r600g: use common interfaces in buffer_transfer_unmapMarek Olšák2013-12-125-14/+22
* radeon: move some functions to r600_buffer_common.cMarek Olšák2013-12-124-130/+161
* winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2013-12-123-7/+9
* svga: expose HW smooth/stipple/wide linesBrian Paul2013-12-117-14/+99
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-113-35/+60
* r600g/sb: fix stack size computation on evergreenVadim Girlin2013-12-111-4/+12
* llvmpipe: add a very useful (disabled) debugging outputZack Rusin2013-12-101-0/+20
* llvmpipe: fix blending with half-float formatsZack Rusin2013-12-101-5/+26
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-2/+9
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-102-0/+11
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-101-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-101-4/+0
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nvc0: make sure nvd7 gets NVC8_3D_CLASS as wellIlia Mirkin2013-12-091-1/+2
* nv50: TXF already has integer arguments, don't try to convert from f32Ilia Mirkin2013-12-091-7/+9
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-0913-29/+255