aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: enumerize DBG flagsMarek Olšák2017-10-091-49/+61
* radeonsi: move si_draw_rectangle into si_state_draw.cMarek Olšák2017-10-071-5/+0
* gallium/radeon: remove r600_atom::num_dwMarek Olšák2017-10-071-2/+0
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-20/+0
* radeonsi: move current_rast_prim into si_contextNicolai Hähnle2017-10-021-1/+0
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-021-35/+0
* radeonsi: remove si_apply_scissor_bug_workaroundNicolai Hähnle2017-10-021-2/+0
* radeonsi: move current_rast_prim to r600_common_contextNicolai Hähnle2017-10-021-0/+1
* radeonsi: clamp depth comparison value only for fixed point formatsNicolai Hähnle2017-09-291-0/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-144/+135
* radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle2017-09-181-1/+1
* gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle2017-09-181-1/+3
* gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2017-09-111-1/+2
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-111-1/+1
* radeonsi/gfx9: implement primitive binningMarek Olšák2017-09-051-0/+2
* gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák2017-09-041-13/+12
* radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle2017-09-041-1/+2
* radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle2017-09-041-0/+5
* radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2017-08-301-0/+1
* gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák2017-08-221-0/+13
* radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctlyMarek Olšák2017-08-221-0/+2
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-3/+2
* radeonsi: start using u_log_context for debuggingNicolai Hähnle2017-08-221-1/+1
* radeonsi: implement pipe_context::set_log_contextNicolai Hähnle2017-08-221-0/+3
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-181-2/+1
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-181-1/+3
* radeonsi: disable CE by defaultMarek Olšák2017-08-151-2/+2
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-071-0/+1
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-071-1/+1
* radeonsi: add basic memory object supportDave Airlie2017-08-061-0/+7
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-041-1/+1
* radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMAMarek Olšák2017-08-041-0/+1
* radeonsi: print CE IBs into ddebug reportsMarek Olšák2017-08-011-1/+1
* radeonsi: enable R600_DEBUG=nir for vertex and fragment shadersNicolai Hähnle2017-07-311-1/+1
* radeonsi: expose MRT-draw-calls to HUDMarek Olšák2017-07-311-0/+1
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-261-0/+5
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-22/+22
* radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2017-06-231-0/+1
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-1/+1
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-221-1/+2
* gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset2017-06-181-0/+1
* r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2017-06-171-0/+5
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-161-5/+0
* radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset2017-06-141-0/+4
* radeonsi: pack si_framebuffer betterMarek Olšák2017-06-121-1/+1
* gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2017-06-081-1/+1
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-151-0/+1
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-151-1/+10
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-151-1/+1
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-151-2/+2