mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
[mesa.git] / src / mesa / main / glspirv.c
2019-08-11 Caio Marcelo de... i965/spirv: Lower shared memory later
2019-07-29 Jason Ekstrandmesa/spirv: Set frag_coord_is_sysval to GLSLFragCoordIs...
2019-07-12 Neil Robertsmesa/glspirv: Validate that compute shaders are not...
2019-07-12 Neil Robertsmesa/glspirv: Validate that there is a VS when there...
2019-06-30 Alejandro Piñeiroglspirv: Enable the new deref-base UBO/SSBO path on...
2019-06-20 Caio Marcelo de... glspirv: Call pass to lower frexp instructions
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Caio Marcelo de... glspirv: Don't re-use entry_point pointer from spirv_to_nir
2019-03-23 Caio Marcelo de... spirv: Add an execution environment to the options
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2018-10-31 Alejandro Piñeiroglspirv: no need to force entrypoint name to "main"
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-11 Dave Airlieglspirv: drop pointless assert (size_t is unsigned)
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-08-13 Alejandro Piñeiromesa/glspirv: fix compilation with MSVC
2018-08-13 Neil Robertsmesa/glspirv: Set separate_shader on shader_info
2018-08-13 Iago Toral Quirogamesa/glspirv: pick off the only entry point we need
2018-08-13 Alejandro Piñeiromesa/glspirv: compute double inputs and remap attributes
2018-07-31 Alejandro Piñeiroarb_gl_spirv: add calls to several nir lowerings
2018-07-31 Neil Robertsmesa/glspirv: Set last_vert_prog
2018-07-03 Antia Puentesmesa/glspirv: lower workgroup access to offsets
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add a _mesa_spirv_to_nir() function
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add _mesa_spirv_link_shaders() function
2018-03-30 Nicolai Hähnlemesa: Implement glSpecializeShaderARB
2018-01-26 Brian Paulmesa: change gl_compile_status enums to uppercase
2017-12-13 Kai Wasserbächmesa: remove second include of errors.h in src/mesa...
2017-12-12 Nicolai Hähnlemesa: implement SPIR-V loading in glShaderBinary
2017-12-12 Eduardo Lima Mitevmesa/glspirv: Add struct gl_shader_spirv_data
2017-12-12 Nicolai Hähnlemesa/glspirv: Add struct gl_spirv_module
2017-12-12 Nicolai Hähnlemesa: add GL_ARB_gl_spirv boilerplate