aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600: silence the signed overflow warning like radeonsiMarek Olšák2018-07-181-1/+1
* r600: fix warnings when unref'ing pool->boMarek Olšák2018-07-171-3/+3
* r600g: some -Wsign-compare fixesKonstantin Kharlamov2018-07-176-14/+13
* r600g: constify some variablesKonstantin Kharlamov2018-07-175-10/+10
* r600g: do not use "fast-clear" for small textures (v3)Konstantin Kharlamov2018-07-171-0/+10
* r600: fix build after the removal of RADEON_PRIO_* flagsMarek Olšák2018-07-167-21/+12
* radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2018-07-162-3/+3
* r600: Add spill output to group only if register or target index changesGert Wollny2018-07-131-24/+45
* r600: report incorrect max-vertex-attrib for GL 4.4Erik Faye-Lund2018-07-091-1/+2
* r600/sb: fix crash in fold_alu_op3Roland Scheidegger2018-07-091-0/+2
* python: Use the print functionMathieu Bridon2018-07-061-25/+26
* r600: compare structure elements instead of doing a memcmpGert Wollny2018-07-051-1/+4
* r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formatsGert Wollny2018-07-051-0/+15
* r600: force LOD range to be only one value when mip.min filter is NONEGert Wollny2018-07-051-1/+9
* r600/sb: cleanup if_conversion iterator to be legal C++Dave Airlie2018-07-041-7/+4
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-292-6/+0
* r600/sb: give the scheduler more margin to find valid instructions groupsGert Wollny2018-06-251-3/+10
* r600/sb: fix rotated register in while loopGert Wollny2018-06-251-4/+8
* r600: fix copy/paste bug for sampleMaskIn workaroundRoland Scheidegger2018-06-211-1/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-1918-111/+111
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+3
* r600: Fix SSG when not all components are writtenGert Wollny2018-05-281-4/+10
* r600: Correct IDIV if DST and SRC use the same temporaryGert Wollny2018-05-281-3/+49
* r600/compute: Mark several functions as staticAaron Watry2018-05-192-30/+29
* r600/compute: Remove unused compute_memory_pool functionsAaron Watry2018-05-192-103/+0
* eg/compute: Use reference counting to handle compute memory pool.Jan Vesely2018-05-152-12/+7
* ac/surface: add EQAA supportMarek Olšák2018-05-101-4/+4
* r600: fix constant buffer bounds.Dave Airlie2018-05-102-2/+2
* eg/compute: Drop reference to kernel_param bo in destructorJan Vesely2018-05-081-0/+1
* r600: Cleanup constant buffers on context destructionJan Vesely2018-05-081-1/+5
* eg/compute: Drop reference on code_bo in destructor.Jan Vesely2018-05-071-3/+1
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-302-0/+10
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-023-6/+6
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-1/+1
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* r600: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2018-03-162-14/+4
* r600: fix abs for op3 sourcesRoland Scheidegger2018-03-141-54/+56
* r600: implement callstack workaround for evergreen.Dave Airlie2018-03-121-8/+31
* r600: fix color export maskRoland Scheidegger2018-03-051-0/+1
* r600/cayman: fix fragcood loading recip generation.Dave Airlie2018-03-021-1/+1
* r600/shader: when using images always load thread id gpr at start (v2)Dave Airlie2018-02-281-15/+7
* r600: fix whitespace in recent 1d texture commit.Dave Airlie2018-02-281-1/+1
* r600: partly revert disabling tiling for 1d texture.Dave Airlie2018-02-281-0/+5
* r600: fix tgsi clock last settingDave Airlie2018-02-261-0/+1
* r600: add time lo/hi debugging output.Dave Airlie2018-02-262-0/+12
* r600: Take ALU_EXTENDED into account when evaluating jump offsetsGert Wollny2018-02-261-2/+7
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* r600: fix regression in gl_FragColor drawingDave Airlie2018-02-141-0/+2