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
/
ilo
/
shader
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-3
/
+0
*
ilo: rename ilo_dev_info to ilo_dev
Chia-I Wu
2015-05-02
5
-13
/
+13
*
ilo: fix JIP/UIP on Gen8
Chia-I Wu
2015-02-14
2
-9
/
+25
*
ilo: do not set GEN6_THREADCTRL_SWITCH
Chia-I Wu
2015-02-14
1
-4
/
+0
*
ilo: correct ISA UIP/JIP decoding for Gen8
Chia-I Wu
2015-02-14
1
-18
/
+39
*
ilo: prepare for 64-bit immediates decoding
Chia-I Wu
2015-02-14
1
-15
/
+31
*
ilo: cleanup ISA DW1 decoding
Chia-I Wu
2015-02-14
1
-34
/
+55
*
ilo: cleanup ISA DW0 decoding
Chia-I Wu
2015-02-14
1
-10
/
+16
*
ilo: update the toy compiler for Gen8
Chia-I Wu
2015-02-12
5
-91
/
+501
*
ilo: update genhw headers
Chia-I Wu
2015-02-12
2
-12
/
+12
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-4
/
+2
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-17
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-26
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-89
/
+0
*
ilo: Drop the explicit intialization of gaps in TGSI opcodes.
Eric Anholt
2014-11-24
1
-22
/
+6
*
ilo: tidy up message descriptor decoding
Chia-I Wu
2014-11-07
1
-189
/
+302
*
ilo: let ilo_shader_compile_cs() return a dummy shader
Chia-I Wu
2014-11-06
1
-1
/
+185
*
ilo: disassemble DP DC messages
Chia-I Wu
2014-11-06
1
-2
/
+140
*
ilo: disassemble TS messages
Chia-I Wu
2014-11-06
1
-0
/
+35
*
ilo: add kernel queries for compute shaders
Chia-I Wu
2014-11-06
1
-0
/
+3
*
ilo: disassemble compacted instructions
Chia-I Wu
2014-10-11
3
-2
/
+426
*
ilo: let shaders determine surface counts
Chia-I Wu
2014-10-06
4
-13
/
+64
*
ilo: fix a missing 'else'
Chia-I Wu
2014-09-29
1
-1
/
+1
*
ilo: add a new struct for context states
Chia-I Wu
2014-09-20
3
-4
/
+2
*
ilo: simplify src operand gathering in disassembler
Chia-I Wu
2014-09-14
1
-15
/
+5
*
ilo: derive 3-src instructions from the opcode table
Chia-I Wu
2014-09-14
1
-9
/
+2
*
ilo: use an accessor for dev->gen
Chia-I Wu
2014-09-12
5
-37
/
+39
*
ilo: add GEN_EXTRACT() and GEN_SHIFT32()
Chia-I Wu
2014-09-12
1
-77
/
+78
*
ilo: fix a compile error with -Werror=format-security
Chia-I Wu
2014-09-12
1
-1
/
+1
*
ilo: add a new disassembler
Chia-I Wu
2014-09-11
1
-1265
/
+1352
*
ilo: update genhw headers
Chia-I Wu
2014-09-11
4
-10
/
+10
*
ilo: make toy_compiler_disassemble() more useful
Chia-I Wu
2014-09-09
5
-9
/
+11
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
ilo: scripted conversion to genhw headers
Chia-I Wu
2014-04-14
12
-598
/
+598
*
ilo: add genhw headers
Chia-I Wu
2014-04-14
1
-1
/
+1
*
ilo: avoid brw_wm_barycentric_interp_mode in compiler
Chia-I Wu
2014-04-14
1
-17
/
+46
*
ilo: add TOY_OPCODE_DO
Chia-I Wu
2014-04-14
6
-7
/
+10
*
ilo: preliminary GEN 7.5 support
Chia-I Wu
2013-09-08
2
-6
/
+24
*
ilo: implement new float comparison instructions
Roland Scheidegger
2013-08-15
1
-8
/
+12
*
ilo: support push constant model in shaders
Chia-I Wu
2013-08-13
5
-7
/
+126
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
2
-9
/
+9
*
ilo: correctly initialize undefined registers in fs
Chia-I Wu
2013-07-11
1
-5
/
+15
*
ilo: speed up ilo_shader_select_kernel_routing() a bit
Chia-I Wu
2013-06-25
1
-0
/
+4
*
ilo: move SBE setup code to ilo_shader.c
Chia-I Wu
2013-06-25
2
-1
/
+10
*
ilo: map SO registers at shader compile time
Chia-I Wu
2013-06-25
1
-0
/
+2
[next]