loader/dri3: Try to make sure we only process our own NotifyMSC events
[mesa.git] / src / compiler / spirv /
2018-01-09 Scott D Phillips.gitignore: Ignore new generated files
2018-01-08 Jason Ekstrandspirv: Do implicit conversions of uint to bool in OpStore
2018-01-08 Jason Ekstrandspirv: Loosen the validation for load/store type matching
2018-01-08 Jason Ekstrandspirv: Require a storage type for OpStore destinations
2018-01-08 Jason Ekstrandspirv: Add a vtn_types_compatible helper
2018-01-08 Jason Ekstrandspirv: Store the id of the type in vtn_type
2018-01-08 Jason Ekstrandspirv: Add a mechanism for dumping failing shaders
2018-01-08 Jason Ekstrandspirv: Rework asserts in var_decoration_cb
2018-01-08 Jason Ekstrandspirv: Rework error checking for decorations
2018-01-08 Jason Ekstrandspirv: Add better type validation to OpTypeImage
2018-01-08 Jason Ekstrandspirv: Switch on vtn_base_type in OpComposite(Extract...
2018-01-08 Jason Ekstrandspirv: Refactor Op[Spec]ConstantComposite and add bette...
2018-01-08 Jason Ekstrandspirv: Add better validation to Op[Spec]Constant
2018-01-08 Jason Ekstrandspirv: Remove a pointless assignment in SpvOpSpecConstant
2018-01-08 Jason Ekstrandspirv: Unify boolean constants and add better validation
2018-01-08 Jason Ekstrandspirv/info: Add spirv_op_to_string
2018-01-08 Jason Ekstrandspirv: Make 'info' a local array spirv_info_c.py
2018-01-08 Jason Ekstrandspirv: Add better error messages in vtn_value helpers
2018-01-08 Caio Marcelo de... spirv: Import 1.2 rev 3 headers and grammar from Khronos
2017-12-28 Eero Tamminenspirv: consider bitsize when handling OpSwitch cases
2017-12-21 Mark JanesRevert "spirv: consider bitsize when handling OpSwitch...
2017-12-20 Juan A. Suarez Romerospirv: consider bitsize when handling OpSwitch cases
2017-12-18 Jason Ekstrandspirv: Relax the validation conditions of OpSelect
2017-12-12 Jason Ekstrandspirv: Handle image and sampler function parameters
2017-12-12 Jason Ekstrandspirv/cfg: Refactor the function parameter loop a bit
2017-12-12 Jason Ekstrandspirv/cfg: Be a bit more precise about function parameters
2017-12-12 Jason Ekstrandspirv: Make sampled images a real type
2017-12-12 Jason Ekstrandspirv: Add support for all bit sizes in OpSwitch
2017-12-12 Jason Ekstrandspirv: Restructure the case loop in OpSwitch handling
2017-12-12 Jason Ekstrandspirv: Add better parameter validation for vector and...
2017-12-12 Jason Ekstrandspirv: Add type validation for OpSelect
2017-12-12 Jason Ekstrandspirv: Add basic type validation for OpLoad, OpStore...
2017-12-12 Jason Ekstrandspirv: Add a prepass to set types on vtn_values
2017-12-12 Jason Ekstrandspirv: Add a vtn_type field to all vtn_values
2017-12-12 Jason Ekstrandspirv: Allow ignoring decorations for workgroup variables
2017-12-12 Jason Ekstrandspirv: Set lengths on scalar and vector types
2017-12-10 Bas Nieuwenhuizenspirv: Fix loading an entire block at once.
2017-12-07 Alejandro Piñeiromesa/spirv: move and rename nir_spirv_supported_capabil...
2017-12-07 Samuel Iglesias... spirv: fix bug when OpSpecConstantOp calls a conversion
2017-12-07 Samuel Iglesias... spirv: allow specialization constants with bitsize...
2017-12-06 Alejandro Piñeiromesa: define nir_spirv_supported_capabilities
2017-12-06 Eduardo Lima Mitevspirv/nir: Add support for SPV_KHR_16bit_storage
2017-12-06 Jose Maria Casanov... spirv: Enable FPRoundingMode decorator to nir operations
2017-12-06 Eduardo Lima Mitevspirv/nir: Handle 16-bit types
2017-12-06 Jose Maria Casanov... nir: Handle fp16 rounding modes at nir_type_conversion_op
2017-12-06 Jason Ekstrandspirv: Allow OpPtrAccessChain for block indices
2017-12-06 Jason Ekstrandspirv: Add support for lowering workgroup access to...
2017-12-06 Jason Ekstrandspirv: Rename get_shared_nir_atomic_op to get_var_nir_a...
2017-12-06 Jason Ekstrandspirv: Add theoretical support for single component...
2017-12-06 Jason Ekstrandspirv: Use offset_pointer_dereference to instead of...
2017-12-06 Jason Ekstrandspirv: Refactor a couple of pointer query helpers
2017-12-06 Jason Ekstrandspirv: Refactor the base case of offset_pointer_dereference
2017-12-06 Jason Ekstrandspirv: Add a switch statement for the block store opcode
2017-12-06 Jason Ekstrandspirv: Use a dereference instead of vtn_variable_resour...
2017-12-04 Jason Ekstrandspirv: Replace unreachable with vtn_fail
2017-12-04 Jason Ekstrandspirv: Replace assert with vtn_assert
2017-12-04 Jason Ekstrandspirv: Add vtn_fail and vtn_assert helpers
2017-12-04 Jason Ekstrandspirv: Do something useful with OpSource
2017-12-04 Jason Ekstrandspirv: Rework logging
2017-12-04 Jason Ekstrandspirv: Re-arrange vtn_builder initialization
2017-12-04 Jason Ekstrandspirv: Parent the nir_shader to the builder while building
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-02 Jason Ekstrandspirv: Only emit functions which are actually used
2017-12-02 Jason Ekstrandspirv: Drop the impl field from vtn_builder
2017-11-14 Alejandro Piñeirospirv: fix typo on DO NOT EDIT header
2017-11-13 Alex Smithnir/spirv: tg4 requires a sampler
2017-11-13 Alex Smithspirv: Use correct type for sampled images
2017-11-13 Alejandro Piñeirospirv: add DO NOT EDIT warning on generated spirv_info.c
2017-10-26 Jason Ekstrandspirv: Claim support for the simple memory model
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-09 Józef Kuciaspirv: Fix SpvOpAtomicISub
2017-10-07 Jason Ekstrandspirv: Don't warn on the ImageCubeArray capability
2017-10-02 Bas Nieuwenhuizennir/spirv: Allow loop breaks in a switch body.
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-12 Juan A. Suarez Romeronir/spirv: handle if's with same label in both branches
2017-09-11 Samuel Iglesias... nir/spirv: fix chain access with different index bit...
2017-09-05 Jason Ekstrandspirv: Add support for the HelperInvocation builtin
2017-08-29 Matt Turnernir/spirv: Use unreachable("...") rather than assert...
2017-08-02 Jason Ekstrandspirv: Fix SpvImageFormatR16ui
2017-07-18 Jason Ekstrandcompiler/spirv: Add a .gitignore and ignore spirv_info.c
2017-07-18 Jason Ekstrandnir/spirv: Add support for SPV_KHR_variable_pointers
2017-07-18 Jason Ekstrandnir/spirv: Add a helper for pushing SSA values
2017-07-18 Jason Ekstrandnir/spirv: Implement OpPtrAccessChain for buffers
2017-07-18 Jason Ekstrandspirv/nir: Add some useful asserts for type decorations
2017-07-18 Jason Ekstrandspirv: Add support for the StorageBuffer storage class
2017-07-18 Ian Romanickspirv: Generate spirv_info.c
2017-07-18 Ian Romanickspirv: Import the lastest 1.0.2 JSON from Khronos
2017-07-18 Jason Ekstrandspirv: Import the latest 1.2 header from Khronos
2017-07-10 James Leggspirv: Fix reaching unreachable for compare exchange...
2017-07-08 Andres Gomeznir/spirv: Remove unnecessary comment.
2017-07-05 Jason Ekstrandnir/spirv: Rework function argument setup
2017-07-05 Jason Ekstrandnir/spirv: Stop trying to convert pointers to SSA in...
2017-07-05 Jason Ekstrandnir/spirv: Use real pointer types
2017-07-05 Jason Ekstrandnir/spirv: Stop using glsl_type for function types
2017-07-05 Jason Ekstrandnir/spirv: Beef up the type system a bit
2017-07-05 Jason Ekstrandnir/spirv: Compact vtn_type
2017-07-05 Jason Ekstrandnir/spirv: Simplify type copying
2017-07-05 Jason Ekstrandnir/spirv: Compute offsets for UBOs and SSBOs up-front
2017-07-05 Jason Ekstrandnir/spirv: Rework the way pointers get dereferenced
2017-07-05 Jason Ekstrandnir/spirv: Break variable creation out into a helper
next