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 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
*
r600g: lower number of driver const buffers
Dave Airlie
2015-09-12
1
-9
/
+12
*
r600: don't use shader key without verifying shader type (v2)
Dave Airlie
2015-09-09
1
-7
/
+12
*
r600: fix loop overrun in cayman_mul_double_instr
Dave Airlie
2015-09-04
1
-1
/
+1
*
r600g: Add doubles support for CYPRESS
Glenn Kennard
2015-09-02
1
-2
/
+25
*
r600g: add doubles support for CAYMAN
Dave Airlie
2015-09-02
1
-2
/
+386
*
r600g: add multiple stream support for geom shaders
Glenn Kennard
2015-09-02
1
-57
/
+146
*
r600g: add support for streams to the assembler.
Dave Airlie
2015-09-02
1
-2
/
+4
*
r600g: Simplify out a couple of unnecessary branches
Edward O'Callaghan
2015-09-01
1
-6
/
+2
*
r600g: Use TGSI parse results instead of manually exfiltrating
Edward O'Callaghan
2015-08-30
1
-1
/
+1
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
1
-25
/
+6
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
1
-3
/
+3
*
r600g: Remove dead assigment to 'gs_input_prim' in shader state
Edward O'Callaghan
2015-08-30
1
-3
/
+0
*
r600g: Fix assert in tgsi_cmp
Glenn Kennard
2015-08-23
1
-2
/
+2
*
r600: Turn 'r600_shader_key' struct into union
Edward O'Callaghan
2015-08-21
1
-15
/
+15
*
r600g: fix the CB_SHADER_MASK setup
Marek Olšák
2015-08-03
1
-0
/
+1
*
gallium/radeon: remove unused variables and old comments
Marek Olšák
2015-07-31
1
-1
/
+0
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
1
-0
/
+7
*
r600g: move sampler/ubo index registers before temp reg
Dave Airlie
2015-07-11
1
-7
/
+6
*
r600g: ignore sampler views for now.
Dave Airlie
2015-06-22
1
-0
/
+1
*
r600g: handle TGSI input/output array declarations correctly
Marek Olšák
2015-06-14
1
-86
/
+88
*
r600g: fix a coverity defect in streamout code
Marek Olšák
2015-06-05
1
-1
/
+1
*
r600g/sb: Enable SB for geometry shaders
Glenn Kennard
2015-04-08
1
-4
/
+8
*
r600g: fix op3 abs issue
Dave Airlie
2015-04-07
1
-17
/
+34
*
r600g: constify r600_shader_tgsi_instruction lists.
Emil Velikov
2015-03-17
1
-5
/
+5
*
r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}
Emil Velikov
2015-03-17
1
-591
/
+589
*
r600g: use the tgsi opcode from parse.FullToken.FullInstruction
Emil Velikov
2015-03-17
1
-5
/
+8
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-3
/
+3
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
1
-5
/
+5
*
r600g: fix abs() support on ALU 3 source operands instructions
Xavier Bouchoux
2015-02-06
1
-7
/
+56
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
1
-0
/
+31
*
r600g: fix regression since UCMP change
Dave Airlie
2014-12-09
1
-1
/
+1
*
r600g: merge the TXQ and BUFFER constant buffers (v1.1)
Dave Airlie
2014-11-27
1
-5
/
+13
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-6
/
+6
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-3
/
+3
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-6
/
+6
*
r600: Drop the "/* gap */" notes.
Eric Anholt
2014-11-24
1
-19
/
+0
*
r600g: do all CUBE ALU operations before gradient texture operations (v2.1)
Dave Airlie
2014-11-24
1
-64
/
+72
*
r600: fix texture gradients instruction emission (v2)
Dave Airlie
2014-11-24
1
-28
/
+31
*
r600g: limit texture offset application to specific types (v2)
Dave Airlie
2014-11-19
1
-3
/
+18
*
r600g: geom shaders: always load texture src regs from inputs
Dave Airlie
2014-11-19
1
-1
/
+2
*
r600g/cayman: fix texture gather tests
Dave Airlie
2014-11-18
1
-4
/
+11
*
r600g: cayman umad assigns dst pointlessly
Dave Airlie
2014-11-18
1
-1
/
+1
*
r600g/cayman: fix integer multiplication output overwrite (v2)
Dave Airlie
2014-11-18
1
-3
/
+23
[next]