intel/decoder: Convert the iterator to work entirely in bits
[mesa.git] / src / compiler /
2017-12-13 Rob HerringAndroid: fix missing generation of vtn_gather_types.c
2017-12-13 Brian Paulglsl: trivial whitespace fixes in link_varyings.cpp
2017-12-13 Timothy Arcerinir: fix shift for uint64_t
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-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-08 Jordan Justenglsl: Split out shader program serialization
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-07 James Leggnir/opcodes: Fix constant-folding of bitfield_insert
2017-12-07 Timothy Arceriglsl: get correct member type when processing xfb ifc...
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 Eduardo Lima Mitevnir: Populate conversion opcodes to 16-bit types
2017-12-06 Jose Maria Casanov... nir: Add rounding modes enum
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-12-06 Jason Ekstrandspirv: Allow OpPtrAccessChain for block indices
2017-12-06 Jason Ekstrandnir: Add a vulkan_resource_reindex intrinsic
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-04 Samuel Iglesias... glsl: don't run intrastage array validation when the...
2017-12-04 Samuel Iglesias... glsl/es: precision qualifier doesn't need to match...
2017-12-04 Fabian Bielerglsl: Match order of gl_LightSourceParameters elements.
2017-12-04 Timothy Arcerinir: allow builin arrays to be lowered
2017-12-04 Timothy Arcerinir: add array lowering function that assumes there...
2017-12-03 Timothy Arcerinir: fix support for scalar arrays in nir_lower_io_types()
2017-12-03 Timothy Arcerinir: add varying component packing helpers
2017-12-03 Timothy Arcerinir: add varying array splitting pass
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-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-29 Timothy Arcerimesa: rework _mesa_add_parameter() to only add a single...
2017-11-28 Eric Engestromcompiler: fix typo
2017-11-28 Eric Engestromcompiler: use NDEBUG to guard asserts
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-27 Gwan-gyeong Munglsl: Fix typo nagivation -> navigation
2017-11-27 Dave Airlienir: fill outputs_read field and add patch outputs...
2017-11-25 Ilia Mirkinnir: allow texture offsets with cube maps
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-25 Marek Olšákmesa: don't assign numbers to vertex attrib enums manually
2017-11-22 Iago Toral Quiroganir/gather_info: recognize load_patch_vertices_in as...
2017-11-20 George Barrettglsl: Catch subscripted calls to undeclared subroutines
2017-11-17 Brian Paulglsl: s/unsigned/glsl_base_type/ in glsl type code...
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-11-13 Iago Toral Quirogaglsl/linker: use without_array() to retrieve type
2017-11-12 Timothy Arcerinir: add streams to nir data
2017-11-10 Rob Clarknir: handle get_buffer_size in nir_lower_atomics_to_ssbo
2017-11-09 Kenneth Graunkeglsl: Make #pragma STDGL invariant(all) only modify...
2017-11-09 Neil Robertsglsl: Transform fb buffers are only active if a variabl...
2017-11-09 Ian Romanickglsl: Minor cleanups after previous commit
2017-11-09 Ian Romanickglsl: Use more link_calculate_matrix_stride in lower_bu...
2017-11-09 Ian Romanickglsl: Use link_calculate_matrix_stride in lower_buffer_...
2017-11-09 Ian Romanickglsl: Refactor matrix stride calculation into a utility...
2017-11-09 Ian Romanickglsl/linker: Optimize swizzles again after linking
2017-11-09 Ian Romanickglsl: Combine nop-swizzle optimization with swizzle...
2017-11-09 Ian Romanickglsl: Make the swizzle-swizzle optimization greedy
2017-11-09 Ian Romanickglsl: Remove program_resource_visitor::visit_field...
2017-11-09 Ian Romanickglsl: Silence unused parameter warning
2017-11-09 Timothy Arceriglsl: use the correct parent when allocating program...
2017-11-09 Timothy Arceriglsl: drop cache_fallback
2017-11-08 Matt Turnernir: Don't print swizzles when there are more than...
2017-11-08 Dylan Bakermeson: Add threads dependencies to glsl_compiler executable
2017-11-08 Andreas Bollglsl: Fix typo fragement -> fragment
2017-11-08 Juan A. Suarez Romeroglsl: add varying resources for arrays of complex types
2017-11-07 Jason Ekstrandcompiler/nir_types: Handle vectors in glsl_get_array_el...
next