index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: create fixed function tess control shader fallback.
Dave Airlie
2015-12-07
3
-1
/
+46
*
r600: create LDS info constants buffer and write LDS registers. (v2)
Dave Airlie
2015-12-07
3
-3
/
+188
*
r600/eg: update shader stage emission/tf param for tess.
Dave Airlie
2015-12-07
1
-5
/
+69
*
r600: hook TES/TCS shaders to the selection logic.
Dave Airlie
2015-12-07
1
-2
/
+32
*
r600: workout bitmask for the used tcs inputs/outputs.
Dave Airlie
2015-12-07
2
-0
/
+28
*
r600: port over the get_lds_unique_index from radeonsi
Dave Airlie
2015-12-07
2
-0
/
+39
*
r600: add set_tess_state callback.
Dave Airlie
2015-12-07
2
-1
/
+12
*
r600/eg: init tess registers to defaults (v1.1)
Dave Airlie
2015-12-07
1
-10
/
+31
*
r600: hook up constants/samplers/sampler view for tessellation
Dave Airlie
2015-12-07
2
-10
/
+82
*
r600: add create/bind/delete shader hooks for tessellation
Dave Airlie
2015-12-07
1
-0
/
+59
*
r600/sb: add LS/HS hw shader types.
Dave Airlie
2015-12-07
3
-3
/
+9
*
r600/blit: add tcs/tes shader saves.
Dave Airlie
2015-12-07
1
-0
/
+2
*
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
5
-3
/
+49
*
r600: add PATCHES to the pipe conversion.
Dave Airlie
2015-12-07
1
-0
/
+1
*
r600: add functions to update ls/hs state.
Dave Airlie
2015-12-07
2
-0
/
+27
*
r600g/sb: Support LDS ops in SB bytecode I/O
Glenn Kennard
2015-12-07
4
-9
/
+105
*
r600: add support for LDS instruction encoding.
Dave Airlie
2015-12-07
4
-2
/
+144
*
r600/sb: add support for GDS to the sb decoder/dump. (v1.1)
Dave Airlie
2015-12-07
4
-10
/
+93
*
r600: add support for GDS clause to the assembler.
Dave Airlie
2015-12-07
4
-1
/
+148
*
r600: use macros for updating the various stages.
Dave Airlie
2015-12-07
1
-15
/
+25
*
r600: add SET_NULL_SHADER macro.
Dave Airlie
2015-12-07
1
-2
/
+7
*
r600: move clip misc and streamout stream updates to a single place
Dave Airlie
2015-12-07
1
-6
/
+11
*
r600: move selecting shaders into earlier code.
Dave Airlie
2015-12-07
1
-5
/
+4
*
r600: use a macro to remove common shader selection code.
Dave Airlie
2015-12-07
1
-12
/
+9
*
r600: move to using hw stages array for hw stage atoms
Dave Airlie
2015-12-07
5
-32
/
+24
*
r600: make adjust_gprs use hw stages.
Dave Airlie
2015-12-07
2
-55
/
+64
*
r600: introduce HW shader stage defines
Dave Airlie
2015-12-07
1
-0
/
+11
*
r600: fix masks for two of the unused evergreen regs.
Dave Airlie
2015-12-07
1
-2
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
6
-26
/
+26
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/radeon*: Remove useless casts
Edward O'Callaghan
2015-12-06
3
-12
/
+9
*
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: SMX returns CONTEXT_DONE early workaround
Dave Airlie
2015-12-02
2
-1
/
+13
*
r600: do SQ flush ES ring rolling workaround
Dave Airlie
2015-12-02
3
-1
/
+8
*
r600: workaround empty geom shader.
Dave Airlie
2015-12-01
1
-0
/
+5
*
r600: rv670 use at least 16es/gs threads
Dave Airlie
2015-12-01
1
-4
/
+5
*
r600: geometry shader gsvs itemsize workaround
Dave Airlie
2015-12-01
1
-0
/
+20
*
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
*
r600: split out common alu_writes pattern.
Dave Airlie
2015-11-30
1
-7
/
+12
*
r600/llvm: fix r600/llvm build
Dave Airlie
2015-11-30
1
-1
/
+1
*
r600: fixes for register definitions.
Dave Airlie
2015-11-30
1
-3
/
+3
*
r600: add missing register to initial state
Dave Airlie
2015-11-30
3
-7
/
+15
*
r600: define registers required for tessellation
Dave Airlie
2015-11-30
2
-27
/
+113
*
r600: consolidate clip state updates
Dave Airlie
2015-11-30
2
-17
/
+16
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
1
-1
/
+1
[next]