summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Use dma_copy when possible for si_blit.Axel Davy2014-07-011-0/+19
* radeonsi: implement ARB_texture_query_lodMarek Olšák2014-06-192-25/+40
* radeonsi: pass ARB_conservative_depth parameters to the hardwareMarek Olšák2014-06-194-1/+29
* radeonsi: cosmetic changes in si_shader.cMarek Olšák2014-06-191-18/+13
* radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00Marek Olšák2014-06-192-12/+123
* radeonsi: add sampling of 4:2:2 subsampled texturesGrigori Goronzy2014-06-182-37/+69
* radeonsi: fixup sizes of shader resource and sampler arraysMarek Olšák2014-06-161-2/+2
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-031-1/+2
* radeonsi: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1
* radeonsi: implement SAMPLEMASK fragment shader outputMarek Olšák2014-06-021-3/+15
* radeonsi: interpolate varyings at sample when full sample shading is enabledMarek Olšák2014-06-023-12/+15
* radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák2014-06-022-0/+48
* radeonsi: implement SAMPLEID fragment shader inputMarek Olšák2014-06-021-1/+17
* radeonsi: implement set_min_samplesMarek Olšák2014-06-024-2/+36
* radeon: add basic register setup for per-sample shadingMarek Olšák2014-06-021-4/+2
* radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák2014-06-021-1/+2
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* 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