anv: Set CURBEAllocationSize in MEDIA_VFE_STATE
[mesa.git] / src / compiler /
2016-02-28 Kristian Høgsberg... nir/spirv: Use the new bare sampler type
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Jason Ekstrandnir/spirv: Allow but warn for a few capabilities
2016-02-24 Jason Ekstrandnir/spirv: Add more capabilities
2016-02-23 Francisco Jerezglsl: Implement the required built-in functions when...
2016-02-23 Francisco Jerezglsl: Add usual extension boilerplate for OES_shader_im...
2016-02-22 Jason Ekstrandnir/spirv: Add support for multisampled textures
2016-02-19 Iago Toral Quirogaglsl: fix emit_inline_matrix_constructor for doubles
2016-02-19 Iago Toral Quirogaglsl: Mark float constants as such
2016-02-19 Iago Toral Quirogaglsl: fix indentation in emit_inline_matrix_constructor
2016-02-19 Rob Clarkglsl: fix standalone compiler
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Kenneth Graunkeglcpp: Disallow "defined" as a macro name.
2016-02-18 Jason Ekstrandnir/gather_info: Count textures and images
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-18 Jason Ekstrandnir/spirv: Add some more capabilities
2016-02-18 Jason Ekstrandnir: Add a helper for getting the one function from...
2016-02-18 Jason Ekstrandnir: Add a nir_foreach_variable_safe helper
2016-02-17 Kristian Høgsberg... spirv: Fix SpvOpFwidth, SpvOpFwidthFine and SpvOpFwidth...
2016-02-16 Timothy Arceriglsl: remove duplicate interpolation_string() function
2016-02-16 Timothy Arceriglsl: remove unused helper
2016-02-16 Timothy Arceriglsl: set user defined varyings to smooth by default...
2016-02-16 Timothy Arceriglsl: warn in GL as well as ES when varying not written
2016-02-14 Kenneth Graunkeglsl: Fix overflow of ImageAccess[] array.
2016-02-14 Jason Ekstrandnir/types: Add more type constructor functions
2016-02-14 Jason Ekstrandnir/types: Add a few more glsl_type_is_ functions
2016-02-14 Jason Ekstrandnir/types: Add helpers for working with sampler and...
2016-02-14 Jason Ekstrandnir/types: Add helpers for function types
2016-02-14 Jason Ekstrandglsl/types: Expose glsl_struct_field and glsl_function_...
2016-02-14 Jason Ekstrandglsl/types: Add a helper for getting image types
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-14 Jason Ekstrandglsl/types: Add a bare "sampler" type
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-02-13 Samuel Pitoisetmesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
2016-02-13 Ilia Mirkinmesa: make compute maximums reflect driver-provided...
2016-02-13 Jason Ekstrandnir: Get rid of the C++ NIR_SRC/DEST_INIT macros
2016-02-12 Timothy Arceriglsl: replace _strtoui64() with strtoull() for MSVC
2016-02-12 Jason Ekstrandnir/spirv/glsl: Clean up the row-skipping swizzle logic...
2016-02-12 Samuel Iglesias... glsl: Allow invariant qualifer in block members in...
2016-02-11 Jason Ekstrandnir/spirv: Allow the clip distance capability.
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Timothy Arceriglsl: don't validate interface blocks twice
2016-02-11 Timothy Arceriglsl: remove duplicate embedded struct validation
2016-02-11 Marek Olšákmesa: call build_program_resource_list inside Driver...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-11 Jason Ekstrandnir/lower_vec_to_movs: Better report channels handled...
2016-02-10 Kristian Høgsberg... nir: Fix out-of-tree build for spirv2nir
2016-02-10 Jason Ekstrandnir/spirv: Fix handling of OpGroupMemberDecorate
2016-02-10 Jason Ekstrandnir/spirv: Assert that struct member ids are in-bounds
2016-02-10 Mark Janesnir/spirv: fix build_mat_subdet stack smasher
2016-02-10 Jason Ekstrandanv: Fix up spirv for new texture/sampler split stuff
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-10 Jason Ekstrandvtn: Use const_index helpers
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Jason Ekstrandnir: Add some braces around loops and ifs
2016-02-09 Rob Clarknir: use const_index helpers
2016-02-09 Rob Clarkgtn: use const_index helpers
2016-02-09 Rob Clarknir: const_index helpers
2016-02-09 Kenneth Graunkeglsl: Disallow transform feedback varyings with compute...
2016-02-09 Jason Ekstrandnir/spirv: Better handle constant offsets in texture...
2016-02-09 Jason Ekstrandnir/spirv: Set the vtn_mode and interface type for...
2016-02-09 Jason Ekstrandnir/inline_functions: Don't shadown variables when...
2016-02-09 Jason Ekstrandnir: Rework function parameters
2016-02-09 Timothy Arcerinir: remove unused nir_variable fields
2016-02-09 Timothy Arceriglsl: remove unrequired forward declaration
2016-02-09 Timothy Arceriglsl: clean up and fix bug in varying linking rules
2016-02-09 Timothy Arceriglsl: simplify ES Vertex/Fragment shader requirements
2016-02-09 Timothy Arceriglsl: simplify required stages for linking rules
2016-02-09 Timothy Arceriglsl: small tidy up now that link_shaders() exits early...
2016-02-09 Timothy Arceriglsl: don't attempt to link empty program
2016-02-09 Matt Turnernir: Recognize open-coded bitfield_reverse.
2016-02-09 Matt Turnernir: Handle large unsigned values in opt_algebraic.
2016-02-09 Matt Turnernir: Do opt_algebraic in reverse order.
2016-02-09 Matt Turnernir: Recognize product of open-coded pow()s.
2016-02-09 Matt Turnernir: Add opt_algebraic rules for xor with zero.
2016-02-09 Timothy Arceriglsl: validate arrays of arrays on empty type delclarations
2016-02-09 Dave Airlieglsl/ir: add param index to variable.
2016-02-08 Francisco Jerezvtn: Clean up acos implementation.
2016-02-08 Francisco Jereznir/spirv: Create integer types of correct signedness.
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-02-07 Ilia Mirkinglsl: return cloned signature, not the builtin one
2016-02-07 Ilia Mirkinglsl: make sure builtins are initialized before getting...
2016-02-06 Timothy Arceriglsl: don't generate transform feedback candidate when...
2016-02-06 Timothy Arceriglsl: replace unreachable code with an assert()
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-04 Timothy Arceriglsl: simplify setting of image access qualifiers
2016-02-04 Matt Turnerglsl: Ensure glsl/ exists before making the lexer/parser.
2016-02-03 Rob ClarkRevert "compiler: removed unused Makefile.sources"
2016-02-03 Rob Clarkcompiler: fix .gitignore for glsl_compiler
2016-02-03 Rob Clarkcompiler: removed unused Makefile.sources
2016-02-02 Jordan Justenglsl: Disable tree grafting optimization for shared...
2016-02-02 Jordan Justenglsl: Enable debug prints for do_common_optimization
2016-02-01 Matt Turnernir: Add lowering support for unpacking opcodes.
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
next