index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Add double precision FMA ops
Jan Vesely
2016-07-05
1
-0
/
+2
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
1
-1
/
+1
*
r600g: Enable FMA on chips that support it
Jan Vesely
2016-06-24
1
-2
/
+2
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-5
/
+5
*
r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
Patrick Rudolph
2016-04-27
1
-1
/
+10
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-60
/
+60
*
r600g: flatten if (1) statement after removal of TGSI->LLVM
Marek Olšák
2016-03-20
1
-81
/
+79
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
1
-100
/
+22
*
gallium/drivers/r600: Use unsigned for loop index
Edward O'Callaghan
2016-01-06
1
-9
/
+9
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
gallium/radeon: r600_can_dump_shader should get TGSI processor type directly
Marek Olšák
2016-01-03
1
-2
/
+4
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
1
-1
/
+2
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-1
/
+1
*
r600g: write all MRTs only if there is exactly one output (fixes a hang)
Marek Olšák
2015-12-11
1
-1
/
+2
*
r600: add missing return value check.
Dave Airlie
2015-12-11
1
-0
/
+2
*
r600: handle geometry dynamic input array index
Dave Airlie
2015-12-09
1
-2
/
+11
*
r600g: fix geom shader input indirect indexing.
Dave Airlie
2015-12-09
1
-2
/
+30
*
r600g: fix outputing to non-0 buffers for stream 0.
Dave Airlie
2015-12-09
1
-2
/
+4
*
r600: fix regression introduced with ring emit changes.
Dave Airlie
2015-12-07
1
-1
/
+2
*
r600: handle barrier opcode.
Edward O'Callaghan
2015-12-07
1
-2
/
+17
*
r600/shader: handle tess related system-values.
Dave Airlie
2015-12-07
1
-2
/
+148
*
r600/shader: allow multi-dimension arrays for tcs/tes inputs/outputs.
Dave Airlie
2015-12-07
1
-2
/
+10
*
r600/shader: handle TES exports and streamout
Dave Airlie
2015-12-07
1
-7
/
+16
*
r600/shader: emit tessellation factors to GDS at end of TCS.
Dave Airlie
2015-12-07
1
-1
/
+166
*
r600/shader: handle TCS output writing.
Dave Airlie
2015-12-07
1
-2
/
+98
*
r600/shader: handle VS shader writing to the LDS outputs. (v1.1)
Dave Airlie
2015-12-07
1
-1
/
+75
*
r600/shader: handle fetching tcs/tes inputs and tcs outputs
Dave Airlie
2015-12-07
1
-1
/
+279
*
r600/shader: add get_lds_offset0 helper
Dave Airlie
2015-12-07
1
-0
/
+22
*
r600/shader: add function to get tess constants info
Dave Airlie
2015-12-07
1
-1
/
+90
*
r600/shader: add utility functions to do single slot arithmatic
Dave Airlie
2015-12-07
1
-0
/
+95
*
r600/shader: move get_temp and last_instruction helpers up
Dave Airlie
2015-12-07
1
-19
/
+17
*
r600: port over the get_lds_unique_index from radeonsi
Dave Airlie
2015-12-07
1
-0
/
+38
*
r600: disable SB for now on tess related shaders.
Dave Airlie
2015-12-07
1
-0
/
+7
*
r600: update correct hw shaders depending on configuration.
Dave Airlie
2015-12-07
1
-1
/
+12
*
r600: add shader key entries for tcs and tes.
Dave Airlie
2015-12-07
1
-2
/
+11
*
r600: set mega fetch count to 16 for gs copy shader
Dave Airlie
2015-12-02
1
-0
/
+1
*
r600: increment ring index after emit vertex not before.
Dave Airlie
2015-12-02
1
-18
/
+24
*
r600: add alu + cf nop to copy shader on r600
Dave Airlie
2015-12-02
1
-0
/
+10
*
r600: workaround empty geom shader.
Dave Airlie
2015-12-01
1
-0
/
+5
*
r600/shader: split address get out to a function.
Dave Airlie
2015-12-01
1
-1
/
+6
*
r600: move per-type settings into a switch statement
Dave Airlie
2015-11-30
1
-5
/
+13
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
1
-0
/
+1
*
Revert "r600g: Pass conservative depth parameters to hw"
Dave Airlie
2015-11-11
1
-1
/
+0
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
1
-0
/
+1
*
r600: enable SB for geom shaders on pre-evergreen
Dave Airlie
2015-10-30
1
-4
/
+0
*
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
2015-10-29
1
-1
/
+1
*
r600g/sb: SB support for UBO indexing
Glenn Kennard
2015-10-13
1
-6
/
+0
*
r600g/sb: Support gs5 sampler indexing (v2)
Glenn Kennard
2015-10-13
1
-7
/
+5
*
r600g: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
1
-4
/
+12
*
r600g: Support I2D/U2D/D2I/D2U
Glenn Kennard
2015-09-12
1
-8
/
+98
[next]