summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-151-2/+0
* gallium/radeon: build only a single common library libradeonEmil Velikov2014-05-151-2/+1
* radeonsi: Fix anisotropic filtering state setupMichel Dänzer2014-05-141-4/+3
* radeonsi: prepare depth export registers at compile timeMarek Olšák2014-05-103-14/+14
* radeonsi: simplify depth/stencil export codeMarek Olšák2014-05-101-11/+5
* radeonsi: add and use a helper function for loading constantsMarek Olšák2014-05-101-19/+19
* radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák2014-05-101-5/+5
* radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák2014-05-101-12/+1
* radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2014-05-102-5/+10
* radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard2014-05-094-9/+13
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-05-086-10/+10
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-1/+2
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-063-6/+47
* radeonsi: add support for Mullins asics.Samuel Li2014-05-021-0/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák2014-04-251-0/+6
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-223-16/+20
* radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher2014-04-183-24/+19
* r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2014-04-181-1/+1
* radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell2014-04-172-3/+11
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-161-41/+3
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-161-17/+0
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-163-38/+29
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-163-19/+14
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-2/+3
* radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák2014-04-161-8/+9
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-101-1/+1
* gallium/radeon: fix warningsMarek Olšák2014-04-091-1/+1
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* radeonsi: Implement DMA blitNiels Ole Salscheider2014-03-206-20/+391
* radeonsi/compute: Fix memory leakAaron Watry2014-03-151-0/+6
* radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider2014-03-141-0/+7
* r600g,radeonsi: attempt to fix racy multi-context apps calling BufferDataMarek Olšák2014-03-111-4/+1
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-111-8/+11
* 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-114-1/+3
* r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limitsMarek Olšák2014-03-111-3/+6
* radeonsi: implement fast color clearMarek Olšák2014-03-114-3/+54
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-111-15/+7
* radeonsi: convert the framebuffer state to atom-basedMarek Olšák2014-03-115-283/+132
* 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-117-35/+76
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-2/+2
* radeonsi: Use proper member name for deleting export shader PM4 stateMichel Dänzer2014-03-101-0/+2
* radeonsi: fix freeing descriptor buffersChristian König2014-03-081-1/+1
* radeonsi: fix leaking the bound state on destruction v2Christian König2014-03-083-0/+10
* radeonsi: avoid stale state pointersChristian König2014-03-081-9/+3