gallium/util: replace pipe_condvar_wait() with cnd_wait()
[mesa.git] / src / gallium / auxiliary / tgsi /
2017-03-03 Marek Olšáktgsi/scan: record load/store/atomic image usage
2017-03-03 Grazvydas Ignotastgsi/ureg: return correct token count in ureg_get_tokens
2017-02-21 Marek Olšáktgsi/scan: add basic info about tessellation OUT and...
2017-02-21 Emil Velikovgallium: do not #include foo.h within extern C {}
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšáktgsi/lowering: stop using TGSI_OPCODE_CLAMP
2017-02-13 Dave Airlietgsi: fix memory leak in tgsi sanity check
2017-02-10 Marc-André Lureautgsi-dump: dump label if instruction has one
2017-02-10 Marc-André Lureautgsi: remove ureg_label_insn
2017-02-07 Li Qianggallium/tgsi: fix oob access in parse instruction
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-24 Roland Scheideggertgsi: implement ddiv opcode
2017-01-24 Ilia Mirkingallium: add TGSI_PROPERTY_MUL_ZERO_WINS
2017-01-17 Ilia Mirkingallium: add FBFETCH opcode to retrieve the current...
2017-01-16 Nicolai Hähnletgsi: add DDIV instruction
2017-01-11 Li Qianggallium/tgsi: fix overflow in parse property
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-12-12 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output usagemasks
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output vertex...
2016-12-12 Nicolai Hähnletgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_se...
2016-12-07 Marek Olšáktgsi: fix the src type of TGSI_OPCODE_MEMBAR
2016-12-01 Tim Rowleytgsi: store writes_primid when scanning tgsi
2016-11-21 Marek Olšáktgsi/scan: record if a shader writes the position output
2016-11-21 Marek Olšáktgsi/scan: use a big switch for scanning outputs
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-11-08 Marek Olšáktgsi/scan: turn a huge if-else-if.. chain into a switch...
2016-11-08 Marek Olšáktgsi/scan: fix images_buffers regression
2016-10-24 Brian Paultgsi: trivial build fix for MSVC
2016-10-24 Marek Olšáktgsi/scan: scan texture offset operands
2016-10-24 Marek Olšáktgsi/scan: move src operand processing into a separate...
2016-10-24 Marek Olšáktgsi/scan: get information about shader buffer usage
2016-10-24 Marek Olšáktgsi/scan: handle indirect image indexing correctly
2016-10-24 Marek Olšáktgsi/scan: don't treat RESQ etc. as memory instructions
2016-10-24 Marek Olšáktgsi/scan: get information about indirect 2D file access
2016-10-24 Marek Olšáktgsi/scan: get information about indirect CONST access
2016-10-18 Marek Olšákgallium/tgsi: add missing #include
2016-10-13 Brian Paultgsi: fix comment typo in tgsi_ureg.c
2016-10-12 Nicolai Hähnletgsi/ureg: add ureg_DECL_output_layout
2016-10-12 Nicolai Hähnletgsi/ureg: add layout/component input declarations
2016-10-12 Nicolai Hähnletgsi/scan: fix num_inputs/num_outputs for shaders with...
2016-10-05 Marek Olšáktgsi/scan: don't set interp flags for inputs only used...
2016-09-21 Dave Airliegallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
2016-09-21 Dave Airlietgsi/softpipe: prepare ARB_gpu_shader_int64 support...
2016-09-21 Dave Airliegallium/tgsi: add support for 64-bit integer immediates.
2016-09-21 Dave Airliegallium: add opcode and types for 64-bit integers....
2016-09-17 Lars Hamretgsi: Enable returns from within loops
2016-09-14 Marek OlšákRevert "tgsi/scan: don't set interp flags for inputs...
2016-09-13 Marek Olšáktgsi/scan: don't set interp flags for inputs only used...
2016-08-29 Marek Olšáktgsi/scan: remember sampler view types
2016-08-17 Nicolai Hähnletgsi/scan: add tgsi_scan_arrays
2016-07-02 Hans de Goedetgsi: Add WORK_DIM System Value
2016-06-10 Dave Airliegallium/tgsi: add 64-bitness type check function.
2016-06-07 Nicolai Hähnletgsi/scan: add uses_derivatives (v2)
2016-06-07 Ilia Mirkingallium: add VOTE_* opcodes to implement GL_ARB_shader_...
2016-06-06 Charmaine Leetgsi: fix mixed data type comparison in tgsi_point_sprite.c
2016-06-06 Lars Hamretgsi: use truncf in micro_trunc
2016-05-26 Rob Clarktgsi: fix coverity out-of-bounds warning
2016-05-26 Rob Clarktgsi: fix out of bounds access
2016-05-26 Lars Hamregallium/tgsi: use _mesa_roundevenf in micro_rnd
2016-05-25 Brian Paultgsi: print TGSI_PROPERTY_NEXT_SHADER value as string...
2016-05-25 Brian Paultgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_na...
2016-05-23 Dave Airlietgsi: remove culldist semantic.
2016-05-23 Dave Airliedraw: stop using CULLDIST semantic.
2016-05-11 Rob Clarkgallium: refactor pipe_shader_state to support multiple...
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-01 WuZhentgsi: initialize stack allocated struct
2016-04-29 Nicolai Hähnletgsi/text: fix parsing of memory instructions
2016-04-29 Nicolai Hähnletgsi/text: add str_match_name_from_array
2016-04-29 Nicolai Hähnletgsi/text: add str_match_format helper function
2016-04-29 Nicolai Hähnletgsi/build: pass Memory.Texture and .Format through...
2016-04-29 Nicolai Hähnletgsi/dump: signal nospace when the last print exceeded...
2016-04-29 Nicolai Hähnletgsi/dump: shared dump_ctx initialization
2016-04-27 Brian Paultgsi: s/Elements/ARRAY_SIZE/
2016-04-26 Dave Airlietgsi/exec: initialise SysSemanticToIndex array to -1
2016-04-26 Dave Airlietgsi/exec: implement restartable machine.
2016-04-26 Dave Airlietgsi/exec: make inputs/outputs optional for compute...
2016-04-26 Dave Airlietgsi/exec: implement load/store/atomic on MEMORY.
2016-04-26 Dave Airlietgsi/exec: split out setting up masks to separate function
2016-04-26 Dave Airlietgsi: accept a starting PC value for exec machine.
2016-04-26 Dave Airlietgsi: move to using vector for system values.
2016-04-26 Dave Airlietgsi/exec: fix system value handling.
2016-04-26 Dave Airlietgsi: pass a shader type to the machine create and...
2016-04-21 Marek Olšákgallium: remove helpers converting to/from TGSI_PROCESSOR_*
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-19 Russell Kingtgsi/lowering: improved lowering for LRP
2016-04-19 Russell Kingtgsi/lowering: improved lowering for XPD
2016-04-19 Russell Kingtgsi/lowering: add support for lowering TRUNC
2016-04-19 Russell Kingtgsi/lowering: add support for lowering FLR and CEIL
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Thomas Hindoe Paab... tgsi: fix buffer overflow
2016-04-12 Jose Fonsecagallium: Use STATIC_ASSERT whenever possible.
2016-04-12 Dave Airliesoftpipe: add SSBO/shader atomics support.
2016-04-12 Dave Airlietgsi: add support for buffer/atomic operations to tgsi_...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Nicolai Hähnletgsi/scan: add an assert for the size of the samplers_d...
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-02 Brian Paultgsi: add simple tgsi_is_msaa_target() helper
2016-04-01 Bas Nieuwenhuizengallium: add threads per block TGSI property
next