summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: make LLVM IR dumping less messyMarek Olšák2016-02-093-9/+15
* radeonsi: move a few r600_can_dump_shader calls to where they're neededMarek Olšák2016-02-091-5/+5
* radeonsi: remove useless code that handles dx10_clamp_modeMarek Olšák2016-02-093-14/+6
* radeonsi: dump SPI_PS_INPUT values along with shader statsMarek Olšák2016-02-091-0/+7
* radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns itMarek Olšák2016-02-093-2/+7
* radeonsi: don't force gl_SampleMaskIn to 1 for smoothingMarek Olšák2016-02-091-7/+4
* radeonsi: split PS input interpolation code into its own functionMarek Olšák2016-02-091-56/+71
* radeonsi: implement forcing per-sample_interpolation using the shader key onlyMarek Olšák2016-02-096-152/+55
* radeonsi: remove si_shader::ps_input_interpolateMarek Olšák2016-02-092-6/+3
* radeonsi: move BCOLOR PS input locations after all other inputsMarek Olšák2016-02-093-29/+50
* radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate functionMarek Olšák2016-02-091-34/+40
* radeonsi: generate a color_two_side variant only if the shader reads colorsMarek Olšák2016-02-091-1/+1
* radeonsi: move si_shader_context initialization into a separate functionMarek Olšák2016-02-091-43/+60
* nv50: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-0/+6
* nv30: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-2/+5
* ilo: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-093-1/+12
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-083-0/+3
* trace: add missing pipe_context::clear_texture()Samuel Pitoiset2016-02-081-0/+28
* trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset2016-02-081-11/+6
* r600, compute: Do not overwrite pipe_resource.screenJan Vesely2016-02-051-1/+1
* r600g: Ignore format for PIPE_BUFFER targetsJan Vesely2016-02-051-1/+1
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-053-2/+39
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-0513-0/+13
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-052-2/+0
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-055-65/+6
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-056-32/+8
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-055-91/+4
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-0510-63/+71
* radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle2016-02-051-16/+54
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-053-39/+42
* radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle2016-02-051-12/+18
* gallium/radeon: add GPIN driver query groupNicolai Hähnle2016-02-052-3/+87
* radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle2016-02-053-2/+16
* gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_moduleNicolai Hähnle2016-02-053-3/+4
* nvc0: avoid negatives in PUSH_SPACE argumentIlia Mirkin2016-02-051-2/+1
* nvc0: add some missing PUSH_SPACE'sIlia Mirkin2016-02-051-1/+9
* nvc0/ir: fix converting between predicate and gprIlia Mirkin2016-02-053-11/+41
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-0411-20/+239
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-0413-0/+13
* radeonsi: implement PK2H and UP2H opcodesMarek Olšák2016-02-042-1/+75
* radeonsi: fix Hyper-Z on StoneyMarek Olšák2016-02-041-0/+4
* nv50/ir: make sure to fetch all sources before creating instructionIlia Mirkin2016-02-031-5/+8
* nv50: avoid freeing the symbols if they're about to be storedIlia Mirkin2016-02-031-2/+7
* gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-033-5/+25
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-0314-0/+14
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-0314-0/+22
* llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger2016-02-033-18/+33
* radeonsi: rework RB+ for StoneyMarek Olšák2016-02-024-109/+228
* radeonsi: rename cb_target_mask state to cb_render_stateMarek Olšák2016-02-025-14/+15
* radeonsi: treat intensity render targets exactly like redMarek Olšák2016-02-021-1/+3