aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement ARB_texture_query_lodMarek Olšák2014-06-191-1/+1
* radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00Marek Olšák2014-06-191-4/+8
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1
* radeonsi: implement set_min_samplesMarek Olšák2014-06-021-0/+3
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard2014-05-091-2/+2
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-05-081-3/+3
* 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-061-1/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-161-17/+0
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-161-34/+3
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-11/+8
* 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: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider2014-03-141-0/+7
* 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-111-0/+1
* 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-111-0/+1
* radeonsi: move framebuffer-related state to a new struct si_framebufferMarek Olšák2014-03-111-1/+1
* radeonsi: fix leaking the bound state on destruction v2Christian König2014-03-081-0/+2
* radeonsi: avoid stale state pointersChristian König2014-03-081-9/+3
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-091-0/+6
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* radeonsi: Enable OpenGL 3.3Michel Dänzer2014-01-291-3/+5
* radeonsi: We don't support indirect addressing of geometry shader inputsMichel Dänzer2014-01-291-0/+4
* radeonsi: Initial geometry shader supportMichel Dänzer2014-01-291-0/+10
* r600g,radeonsi: Don't set resource_create in r600_common_screen_init()Tom Stellard2014-01-281-0/+1
* radeonsi: cleanup includes, add missing licenseMarek Olšák2014-01-281-24/+5
* radeonsi: remove si_resource.hMarek Olšák2014-01-281-1/+0
* radeonsi: remove si.hMarek Olšák2014-01-281-1/+0
* r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen codeMarek Olšák2014-01-281-25/+1
* r600g,radeonsi: consolidate get_compute_paramMarek Olšák2014-01-281-100/+0
* r600g,radeonsi: consolidate get_paramf and get_video_paramMarek Olšák2014-01-281-54/+0
* r600g,radeonsi: consolidate variables for CS tracingMarek Olšák2014-01-281-7/+7
* r600g,radeonsi: consolidate get_timestamp, get_driver_query_infoMarek Olšák2014-01-281-9/+0
* r600g,radeonsi: consolidate get_name and get_vendor queriesMarek Olšák2014-01-281-29/+0
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-281-2/+0
* radeonsi: advertise the pipeline statistics queryMarek Olšák2014-01-281-1/+1
* radeonsi: use queries from r600gMarek Olšák2014-01-281-8/+5
* r600g: move queries to drivers/radeonMarek Olšák2014-01-281-6/+4