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_asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formats
Gert Wollny
2018-07-05
1
-0
/
+15
*
r600: add time lo/hi debugging output.
Dave Airlie
2018-02-26
1
-0
/
+6
*
r600g: Implement spilling of temp arrays (v2)
Glenn Kennard
2018-02-09
1
-0
/
+17
*
r600g: Add pending output function
Glenn Kennard
2018-02-09
1
-0
/
+18
*
r600g: Support emitting scratch ops
Glenn Kennard
2018-02-09
1
-0
/
+21
*
r600: initial attempt at gl_HelperInvocation (v3)
Dave Airlie
2018-02-02
1
-1
/
+6
*
r600: fix buffer resinfo opcode translation.
Dave Airlie
2018-02-01
1
-1
/
+1
*
r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up consts
Roland Scheidegger
2018-01-10
1
-1
/
+2
*
r600: increase number of ubos by one to 14
Roland Scheidegger
2018-01-10
1
-0
/
+1
*
r600: Emit EOP for more CF instruction types
Gert Wollny
2017-11-22
1
-1
/
+4
*
r600: add support for emitting RAT instructions to the assembler.
Dave Airlie
2017-11-03
1
-0
/
+9
*
r600: add support for mark bit to the assembler.
Dave Airlie
2017-11-03
1
-0
/
+4
*
r600: add support for some ALU sources.
Dave Airlie
2017-11-03
1
-0
/
+9
*
r600: Add support for B5G5R5A1.
Michal Srb
2017-07-25
1
-0
/
+6
*
r600g: constify some args at r600_asm.c
Constantine Charlamov
2017-07-25
1
-5
/
+6
*
r600g: remove unused "bc" args, and one unneeded forward declaration
Constantine Charlamov
2017-07-25
1
-45
/
+40
*
r600/asm: add support for other GDS operations.
Dave Airlie
2017-06-26
1
-0
/
+10
*
r600: don't merge GDS into VTX
Dave Airlie
2017-06-26
1
-2
/
+3
*
r600: for memory instructions dump index gpr for read indirects also.
Dave Airlie
2017-06-26
1
-1
/
+2
*
r600: add support for vertex fetches via texture cache
Dave Airlie
2017-06-26
1
-2
/
+18
*
r600: route indirect address register correctly for vtx fetches.
Dave Airlie
2017-06-26
1
-1
/
+1
*
r600g: make condition clearer
Constantine Kharlamov
2017-03-20
1
-6
/
+8
*
r600g: Avoid aliasing violations.
Matt Turner
2016-08-01
1
-1
/
+2
*
r600g: add support for B5G6R5 PBO uploads via texture buffers (v2)
Marek Olšák
2016-07-26
1
-0
/
+6
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
1
-1
/
+2
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-1
/
+1
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-1
/
+1
*
r600/asm: enable nstack check for tess ctrl/eval shaders.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600/asm: handle lds read operations.
Dave Airlie
2015-12-07
1
-1
/
+21
*
r600/asm: add LDS ops and barrier to the once per group restriction.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: add support for LDS instruction encoding.
Dave Airlie
2015-12-07
1
-2
/
+26
*
r600: add support for GDS clause to the assembler.
Dave Airlie
2015-12-07
1
-0
/
+82
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-9
/
+9
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
r600: split out common alu_writes pattern.
Dave Airlie
2015-11-30
1
-7
/
+12
*
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
2015-10-29
1
-4
/
+4
*
r600g: add doubles support for CAYMAN
Dave Airlie
2015-09-02
1
-0
/
+14
*
r600g: add support for streams to the assembler.
Dave Airlie
2015-09-02
1
-0
/
+2
*
r600g/sb: Don't read junk after EOP
Glenn Kennard
2015-08-28
1
-0
/
+2
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
1
-1
/
+1
*
r600g: fix abs() support on ALU 3 source operands instructions
Xavier Bouchoux
2015-02-06
1
-0
/
+6
*
r600g: Implement sm5 UBO/sampler indexing
Glenn Kennard
2014-10-28
1
-8
/
+50
*
Eliminate several cases of multiplication in arguments to calloc
Carl Worth
2014-09-03
1
-1
/
+1
*
r600g: switch SNORM conversion to DX and GLES behavior
Marek Olšák
2014-07-28
1
-1
/
+0
*
r600g: HW bug workaround for TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
1
-1
/
+1
*
r600g: add support for geom shaders to r600/r700 chipsets (v2)
Dave Airlie
2014-02-05
1
-1
/
+1
*
r600g: initial support for geometry shaders on evergreen (v2)
Vadim Girlin
2014-02-05
1
-1
/
+1
*
r600g/bc: add support for indexed memory writes.
Dave Airlie
2014-02-05
1
-2
/
+7
*
r600g: move barrier and end_of_program bits from output to cf struct (v2)
Vadim Girlin
2014-02-05
1
-11
/
+13
[next]