nir/spirv: Make the header file C++ safe
[mesa.git] / src / glsl /
2015-06-25 Jason Ekstrandnir/spirv: Make the header file C++ safe
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Ilia Mirkinglsl: binding point is a texture unit, which is a combi...
2015-06-23 Jose Fonsecaglsl: Specify the shader stage in linker errors due...
2015-06-22 Kenneth Graunkenir: Allow vec2/vec3/vec4 instructions in the select...
2015-06-19 Brian Paulglsl: fix formatting glitch in _mesa_print_ir()
2015-06-19 Jose Fonsecaglsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOC...
2015-06-19 Ilia Mirkinglsl: guard gl_NumSamples enablement on ARB_sample_shading
2015-06-18 Ilia Mirkinglsl: add version checks to conditionals for builtin...
2015-06-18 Ilia Mirkinglsl: handle conversions to double when comparing param...
2015-06-16 Chris Forbesglsl: add ir reader support for ir_barrier
2015-06-16 Marek Olšákglsl: print locations of variables
2015-06-16 Timothy ArceriRevert "glsl: remove restriction on unsized arrays...
2015-06-14 Marek Olšákglsl: fix "tesselation" typo
2015-06-13 Timothy Arceriglsl: fix compile error message
2015-06-12 Timothy Arceriglsl: enforce restriction on AoA interface blocks in...
2015-06-12 Timothy Arceriglsl: enforce fragment shader input restrictions in...
2015-06-12 Timothy Arceriglsl: enforce output variable rules for GLSL ES 3.10
2015-06-12 Jordan Justennir: Add barrier intrinsic function
2015-06-12 Chris Forbesglsl: Add builtin barrier() function
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-11 Kristian Høgsberg... vk: Implement basic compute shader support
2015-06-11 Martin Peresglsl: fix constructing a vector from a matrix
2015-06-10 Timothy Arceriglsl: remove restriction on unsized arrays in GLSL...
2015-06-09 Chih-Wei Huangandroid: build with libcxx on android lollipop
2015-06-09 Brian Paulglsl: fix comment typo: s/accpet/accept/
2015-06-05 Alan Coopersmithglsl_compiler: Remove unused extra argument to printf...
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-06-02 Timothy Arcerinir: use src for ssa helper
2015-06-02 Timothy Arcerinir: remove extra semicolon
2015-06-02 Eduardo Lima Mitevnir: prevent use-after-free condition in should_lower_phi()
2015-06-01 Jason Ekstrandvk/HACK: Plumb real descriptor set/index into textures
2015-06-01 Jason EkstrandNIR: Add a helper for doing sampler lowering for vulkan
2015-05-28 Iago Toral Quiroganir: Fix output swizzle in get_mul_for_src
2015-05-28 Chad Versace.gitignore: Ignore spirv2nir binary
2015-05-25 Ilia Mirkinglsl: avoid leaking linked gl_shader when there's a...
2015-05-25 Jason Ekstrandvk/compiler: Fix up the binding hack and make it work...
2015-05-22 Matt Turnernir: Remove sRGB colorspace conversion round-trip.
2015-05-21 Timothy Arceriglsl: remove element_type() helper
2015-05-21 Matt Turnerglsl: Use AM_V_GEN/AM_V_at in NIR rules.
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-19 Jason Ekstrandvk: Use binding instead of index in uniform layout...
2015-05-18 Tapani Pälliglsl: add stage references for UBO uniforms
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandnir/spirv: Don't assert that the current block is empty
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for samplers
2015-05-16 Jason Ekstrandnir/spirv: Move Exp and Log to the list of currently...
2015-05-16 Jason Ekstrandnir/types: Add support for sampler types
2015-05-16 Jason Ekstrandnir/spirv: Make the global constants in spirv.h static
2015-05-16 Jason Ekstrandnir/spirv: Handle jump-to-loop in a more general way
2015-05-16 Jason Ekstrandnir/spirv: Handle boolean uniforms correctly
2015-05-16 Jason Ekstrandnir/spirv: Handle control-flow with loops
2015-05-16 Jason Ekstrandnir/spirv: Set a name on temporary variables
2015-05-16 Jason Ekstrandnir/spirv: Use the correct length for copying string...
2015-05-16 Jason Ekstrandnir/spirv: Make vtn_ssa_value handle constants as well...
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for GLSL 4.50 builtins
2015-05-16 Jason Ekstrandnir/spirv: Split the core datastructures into a header...
2015-05-16 Jason Ekstrandnir/spirv: Use the builder for all instructions
2015-05-16 Jason Ekstrandnir/spirv: Add support for a bunch of ALU operations
2015-05-16 Jason Ekstrandnir/spirv: Add support for indirect array accesses
2015-05-16 Jason Ekstrandnir/spirv: Explicitly type constants and SSA values
2015-05-16 Jason Ekstrandnir/spirv: Handle OpBranchConditional
2015-05-16 Jason Ekstrandnir/spirv: Add a helper for getting a value as an SSA...
2015-05-16 Jason Ekstrandnir/spirv: Split instruction handling into preamble...
2015-05-16 Jason Ekstrandnir/spirv: Implement load/store instructiosn
2015-05-16 Jason Ekstrandnir: Add a helper for getting the tail of a deref chain
2015-05-16 Jason Ekstrandnir/spirv: Actaully add variables to the funciton or...
2015-05-16 Jason Ekstrandnir/spirv: Add a vtn_untyped_value helper
2015-05-16 Jason Ekstrandnir/spirv: Use vtn_value in the types code and fix...
2015-05-16 Jason Ekstrandnir/types: Add an is_vector_or_scalar helper
2015-05-16 Jason Ekstrandnir/spirv: Add support for deref chains
2015-05-16 Jason Ekstrandnir/types: Add a scalar type constructor
2015-05-16 Jason Ekstrandnir/spirv: Add support for OpLabel
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring functions
2015-05-16 Jason Ekstrandnir/types: Add accessors for function parameter/return...
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring variables
2015-05-16 Jason Ekstrandnir/spirv: Add support for constants
2015-05-16 Jason Ekstrandnir/spirv: Add basic support for types
2015-05-16 Jason Ekstrandnir/types: Add more helpers for creating types
2015-05-16 Jason Ekstrandglsl/types: Expose the function_param and struct_field...
2015-05-16 Jason Ekstrandglsl/types: Add support for function types
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-05-16 Jason Ekstrandnir/spirv: Rework the way values are added
2015-05-16 Jason Ekstrandnir/spirv: Add stub support for extension instructions
2015-05-16 Jason EkstrandREVERT: Add a simple helper program for testing SPIR...
2015-05-16 Jason Ekstrandglsl/compiler: Move the error_no_memory stub to standal...
2015-05-16 Jason Ekstrandnir: Add the start of a SPIR-V to NIR translator
2015-05-16 Jason Ekstrandnir: Import the revision 30 SPIR-V header from Khronos
2015-05-12 Francisco Jereznir: Translate memory barrier intrinsics from GLSL IR.
2015-05-12 Francisco Jereznir: Translate image load, store and atomic intrinsics...
2015-05-12 Francisco Jereznir: Fix indexing of atomic counter arrays with a const...
2015-05-12 Francisco Jereznir: Add memory barrier intrinsic.
2015-05-12 Francisco Jereznir: Define image load, store and atomic intrinsics.
2015-05-12 Tapani Pällinir: fix sampler lowering pass for arrays
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
2015-05-09 Kenneth Graunkenir: Fix aggressive typos in nir_from_ssa.c.
2015-05-09 Jason Ekstrandnir/search: Save/restore the variables_seen bitmask...
2015-05-09 Jason Ekstrandnir/search: Assert that variable id's are in range
2015-05-09 Jason Ekstrandnir/search: handle explicitly sized sources in match_value
next