summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: fix constant buffer bounds.Dave Airlie2018-05-152-2/+2
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-151-0/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-151-1/+5
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-151-3/+1
* r600/cayman: fix fragcood loading recip generation.Dave Airlie2018-03-201-1/+1
* r600: implement callstack workaround for evergreen.Dave Airlie2018-03-201-8/+31
* r600: partly revert disabling tiling for 1d texture.Dave Airlie2018-03-201-0/+5
* r600: fix tgsi clock last settingDave Airlie2018-03-201-0/+1
* r600: Take ALU_EXTENDED into account when evaluating jump offsetsGert Wollny2018-03-201-2/+7
* r600: fix xfb stream check.Dave Airlie2018-02-281-1/+1
* r600/compute: only mark buffer/image state dirty for fragment shadersDave Airlie2018-02-281-2/+4
* r600/sb/cayman: fix indirect ubo access on caymanDave Airlie2018-02-281-1/+1
* r600/eg: use texture target to pick array size not view target (v2)Dave Airlie2018-02-281-7/+10
* r600: don't do stack workarounds for hemlockRoland Scheidegger2018-02-051-0/+1
* r600/sb: insert the else clause when we might depart from a loopDave Airlie2018-02-051-0/+17
* r600/eg: construct proper rat mask for image/buffers.Dave Airlie2018-02-053-8/+30
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+2
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-191-1/+1
* r600/sb: add lds related peepholes.Dave Airlie2018-01-181-1/+8
* r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2018-01-182-3/+24
* r600/sb: schedule LDS ops in appropriate places.Dave Airlie2018-01-182-0/+7
* r600/sb: hit the scheduler with a big hammer to avoid lds splits.Dave Airlie2018-01-181-0/+3
* r600/sb: adding lds oq tracking to the schedulerDave Airlie2018-01-182-3/+15
* r600/sb: add gcm support to avoid clause between lds read/queue readDave Airlie2018-01-182-2/+17
* r600/sb: handle lds special dest registers.Dave Airlie2018-01-182-2/+2
* r600/sb: handle LDS operations in folding.Dave Airlie2018-01-181-0/+11
* r600/sb: add finalising for lds output queue special values.Dave Airlie2018-01-181-0/+12
* r600/sb: add initial support for parsing lds operations.Dave Airlie2018-01-181-2/+50
* r600/sb: disable if conversion for hsDave Airlie2018-01-181-1/+1
* r600/sb: lds ops have no dst register.Dave Airlie2018-01-181-1/+1
* r600/sb: introduce special register values for lds support.Dave Airlie2018-01-183-1/+33
* r600/sb: update last_cf if alu is the last clauseDave Airlie2018-01-181-0/+1
* r600/sb: start adding GDS supportDave Airlie2018-01-1813-13/+123
* r600/sb: add tess/compute initial state registers.Dave Airlie2018-01-181-1/+4
* r600/sb: fix a bug emitting ar load from a constant.Dave Airlie2018-01-181-0/+3
* r600/shader: only emit add instruction if param has a value.Dave Airlie2018-01-181-6/+8
* r600: emit 0 gds_op for tf write.Dave Airlie2018-01-181-2/+3
* r600: add support for ARB_shader_clock.Dave Airlie2018-01-183-5/+29
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* r600/shader: Initialize max_driver_temp_used correctly for the first timeGert Wollny2018-01-151-0/+1
* r600: don't emit tes samplers/views when tes isn't activeRoland Scheidegger2018-01-102-0/+19
* r600: increase number of UBOs to 15Roland Scheidegger2018-01-103-22/+37
* r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up constsRoland Scheidegger2018-01-104-58/+50
* r600: increase number of ubos by one to 14Roland Scheidegger2018-01-104-4/+9
* r600: set up constants needed for txq for buffers and cube maps with tesRoland Scheidegger2018-01-101-0/+16
* r600: don't emit reloc for ring buffer out into the blueRoland Scheidegger2018-01-102-8/+6
* r600: hack up num_render_backends on Juniper to 8Roland Scheidegger2018-01-101-2/+19
* r600: fix enabled_rb_mask on eg/cmRoland Scheidegger2018-01-101-2/+9