nvc0: update GM107 sched control codes format
[mesa.git] / src / gallium / drivers / ilo / shader /
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-05-03 Brian Paulilo: s/Elements/ARRAY_SIZE/
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2016-01-06 Edward O'Callaghangallium/drivers/ilo: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Chia-I Wuilo: add support for scratch spaces
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-14 Chia-I Wuilo: add ilo_state_ps to ilo_shader_cso
2015-06-14 Chia-I Wuilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
2015-06-14 Chia-I Wuilo: embed ilo_state_sbe in ilo_shader
2015-06-14 Chia-I Wuilo: embed ilo_state_sol in ilo_shader
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-02 Chia-I Wuilo: rename ilo_dev_info to ilo_dev
2015-02-13 Chia-I Wuilo: fix JIP/UIP on Gen8
2015-02-13 Chia-I Wuilo: do not set GEN6_THREADCTRL_SWITCH
2015-02-13 Chia-I Wuilo: correct ISA UIP/JIP decoding for Gen8
2015-02-13 Chia-I Wuilo: prepare for 64-bit immediates decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW1 decoding
2015-02-13 Chia-I Wuilo: cleanup ISA DW0 decoding
2015-02-11 Chia-I Wuilo: update the toy compiler for Gen8
2015-02-11 Chia-I Wuilo: update genhw headers
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-11-07 Chia-I Wuilo: tidy up message descriptor decoding
2014-11-06 Chia-I Wuilo: let ilo_shader_compile_cs() return a dummy shader
2014-11-06 Chia-I Wuilo: disassemble DP DC messages
2014-11-06 Chia-I Wuilo: disassemble TS messages
2014-11-06 Chia-I Wuilo: add kernel queries for compute shaders
2014-10-11 Chia-I Wuilo: disassemble compacted instructions
2014-10-06 Chia-I Wuilo: let shaders determine surface counts
2014-09-29 Chia-I Wuilo: fix a missing 'else'
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-09-13 Chia-I Wuilo: simplify src operand gathering in disassembler
2014-09-13 Chia-I Wuilo: derive 3-src instructions from the opcode table
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-12 Chia-I Wuilo: add GEN_EXTRACT() and GEN_SHIFT32()
2014-09-12 Chia-I Wuilo: fix a compile error with -Werror=format-security
2014-09-11 Chia-I Wuilo: add a new disassembler
2014-09-11 Chia-I Wuilo: update genhw headers
2014-09-09 Chia-I Wuilo: make toy_compiler_disassemble() more useful
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-13 Chia-I Wuilo: support push constant model in shaders
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-10 Chia-I Wuilo: correctly initialize undefined registers in fs
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: introduce ilo_shader_cso for VS
2013-06-25 Chia-I Wuilo: clean up finalize_shader_states()
2013-06-25 Chia-I Wuilo: use multiple entry points for shader creation
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-08 Chia-I Wuilo: remove our own type inference
2013-05-08 Chia-I Wuilo: use tgsi_util_get_texture_coord_dim()
2013-05-07 Vinson Leeilo: Add missing break statement in aos_tex TGSI_OPCODE...
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages
2013-05-01 Chia-I Wuilo: expose register indices of OUTs in ilo_shader
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-04-26 Chia-I Wuilo: compile VS/GS/FS with the toy compiler
2013-04-26 Chia-I Wuilo: add a toy shader compiler