Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / r600 / sb /
2020-05-07 Gert Wollnyr600: Fix warning regarding mixing enums and unsigned...
2020-05-07 Gert Wollnyr600/sb: replace memset by using member initialization...
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-01-04 Gert Wollnyr600/sb: Correct SB disassambler for better debugging
2019-10-04 Gert Wollnyr600: Fix interpolateAtCentroid
2018-12-19 Nicolai Hähnler600: remove redundant semicolon
2018-11-05 Vinson Leer600/sb: Fix constant logical operand in assert.
2018-10-12 Vinson Leer600/sb: Fix constant-logical-operand warning.
2018-09-15 Gert Wollnyr600/sb: use safe math optimizations when TGSI contains...
2018-07-17 Konstantin Kharlamovr600g: constify some variables
2018-07-09 Roland Scheideggerr600/sb: fix crash in fold_alu_op3
2018-07-04 Dave Airlier600/sb: cleanup if_conversion iterator to be legal C++
2018-06-25 Gert Wollnyr600/sb: give the scheduler more margin to find valid...
2018-06-25 Gert Wollnyr600/sb: fix rotated register in while loop
2018-02-26 Dave Airlier600: add time lo/hi debugging output.
2018-02-09 Gert Wollnyr600/sb: Check whether optimizations would result in...
2018-02-08 Dave Airlier600/sb: handle scratch mem reads on r600
2018-02-08 Glenn Kennardr600g/sb: Add dependency tracking for scratch ops
2018-02-08 Glenn Kennardr600g/sb: Support scratch ops
2018-02-06 Dave Airlier600/sb/cayman: fix indirect ubo access on cayman
2018-02-02 Roland Scheideggerr600: don't do stack workarounds for hemlock
2018-02-01 Dave Airlier600/sb: just add some missing debug bits
2018-01-30 Dave Airlier600/sb: insert the else clause when we might depart...
2018-01-18 Dave Airlier600/sb: add lds related peepholes.
2018-01-18 Dave Airlier600/sb: use different stacks for tracking lds and...
2018-01-18 Dave Airlier600/sb: schedule LDS ops in appropriate places.
2018-01-18 Dave Airlier600/sb: hit the scheduler with a big hammer to avoid...
2018-01-18 Dave Airlier600/sb: adding lds oq tracking to the scheduler
2018-01-18 Dave Airlier600/sb: add gcm support to avoid clause between lds...
2018-01-18 Dave Airlier600/sb: handle lds special dest registers.
2018-01-18 Dave Airlier600/sb: handle LDS operations in folding.
2018-01-18 Dave Airlier600/sb: add finalising for lds output queue special...
2018-01-18 Dave Airlier600/sb: add initial support for parsing lds operations.
2018-01-18 Dave Airlier600/sb: disable if conversion for hs
2018-01-18 Dave Airlier600/sb: lds ops have no dst register.
2018-01-18 Dave Airlier600/sb: introduce special register values for lds...
2018-01-18 Dave Airlier600/sb: update last_cf if alu is the last clause
2018-01-18 Dave Airlier600/sb: start adding GDS support
2018-01-18 Dave Airlier600/sb: add tess/compute initial state registers.
2018-01-18 Dave Airlier600/sb: fix a bug emitting ar load from a constant.
2017-12-06 Gert Wollnyr600/sb: do not convert if-blocks that contain indirect...
2017-11-29 Dave Airlier600/sb: handle jump after target to end of program...
2017-11-15 Roland Scheideggerr600: use min_dx10/max_dx10 instead of min/max
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-10-31 Gert Wollnyr600/sb: bail out if prepare_alu_group() doesn't find...
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-05 Dave Airlier600/sb: fix typo in field definitions
2017-03-20 Constantine Kharlamovr600g/sb: Fix memory leak by reworking uses list (rebased)
2017-03-20 Constantine Kharlamovr600g: update sb documentation
2017-02-08 Bartosz Tomczykr600/sb: Fix memory leak
2017-01-29 Ilia Mirkinr600g: use ieee variants of multiplication instructions
2017-01-03 Heiko Przybylr600/sb: Fix loop optimization related hangs on eg
2016-09-18 Martina Kollarovar600g/sb: fix struct/class declaration conflicts
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Jan Veselyr600g,sb: Don't use standard macro name
2016-05-13 Nicolai Hähnler600: move alu_op_table to .c file
2016-04-26 Jakob Sinclairgallium/r600: removing double semi-colons
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 xavierr600/sb: Do not distribute neg in expr_handler::fold_as...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Dave Airlier600/sb: add LS/HS hw shader types.
2015-12-06 Glenn Kennardr600g/sb: Support LDS ops in SB bytecode I/O
2015-12-06 Dave Airlier600/sb: add support for GDS to the sb decoder/dump...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-12 Glenn Kennardr600g/sb: SB support for UBO indexing
2015-10-12 Glenn Kennardr600g/sb: Support gs5 sampler indexing (v2)
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-02 Dave Airlier600g/sb: add support for multiple streams to SB backend
2015-09-02 Dave Airlier600g: add support for streams to the assembler.
2015-09-02 Dave Airlier600g/sb: dump sampler/resource index modes for textures.
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-31 Dave Airlier600/sb: update last_cf for finalize if.
2015-08-28 Glenn Kennardr600g/sb: Don't crash on empty if jump target
2015-08-28 Glenn Kennardr600g/sb: Don't read junk after EOP
2015-08-28 Glenn Kennardr600g/sb: Handle undef in read port tracker
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Adam Jacksonr600/sb: Fix an &/&& mistake
2015-04-16 Glenn Kennardr600g/sb: Skip empty ALU clause while scheduling
2015-04-07 Glenn Kennardr600g/sb: Enable SB for geometry shaders
2015-04-07 Glenn Kennardr600g/sb: Update last_cf for loops
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-24 Eric Anholtr600: Fix build after 984f3069370cd4a347cb38269d430b428...
2015-02-18 Dave Airlier600g/sb: treat undefined values like constants
2015-02-06 Xavier Bouchouxr600g/sb: fix a bug in constants folding optimisation...
2014-12-16 Dave Airlier600g/sb: implement r600 gpr index workaround. (v3.1)
2014-12-16 Vadim Girlinr600g/sb: fix issues with loops created for switch
2014-12-16 Dave AirlieRevert "r600g/sb: fix issues cause by GLSL switching...
2014-12-02 Dave Airlier600g/sb: fix issues cause by GLSL switching to loops...
2014-11-18 Dave Airlier600g/cayman: handle empty vertex shaders
2014-10-28 Glenn Kennardr600g: Implement sm5 UBO/sampler indexing
2014-10-12 Glenn Kennardr600g: Implement GL_ARB_sample_shading
2014-08-19 Glenn Kennardr600g: Fix missing SET_TEXTURE_OFFSETS
2014-02-06 Marek Olšákgallium/radeon: fix warnings
2014-02-05 Dave Airlier600g/sb: add MEM_RING support
2014-02-05 Vadim Girlinr600g: initial support for geometry shaders on evergree...
2013-12-11 Vadim Girlinr600g/sb: fix stack size computation on evergreen
2013-11-17 Chris Forbesr600/sb: Fix broken assert
2013-11-16 Vadim Girlinr600g/sb: work around hw issues with stack on eg/cm
2013-10-29 Vadim Girlinr600g/sb: fix value::is_fixed()
next