gbm: Create a gbm_device getter for stride
[mesa.git] / src / compiler /
2017-01-27 Emil Velikovglsl: remove explicit __STDC_FORMAT_MACROS define
2017-01-27 Emil Velikovnir: add extra const notation in compare_blocks()
2017-01-27 Emil Velikovnir: silence implicit conversion to 64bit
2017-01-26 Lionel Landwerlinspirv: handle undefined components for OpVectorShuffle
2017-01-26 Lionel Landwerlinspirv: handle OpUndef as part of the variable parsing...
2017-01-25 Lionel Landwerlinspirv: bump headers to SPIRV 1.1
2017-01-25 Lionel Landwerlinspirv: add default handler for new enums
2017-01-25 Lionel Landwerlinspirv: fix typos
2017-01-25 Iago Toral Quirogaspirv: handle gl_SampleMask
2017-01-25 Iago Toral Quirogaspirv: acknowledge multisampled input attachments
2017-01-24 Timothy Arcerinir: bump loop max unroll limit
2017-01-24 Timothy Arceriglsl: lower constant arrays to uniform arrays before...
2017-01-24 Roland Scheideggerglsl: fix compile errors with mingw due to missing...
2017-01-23 Nicolai Hähnleglsl: split DIV_TO_MUL_RCP into single- and double...
2017-01-23 Timothy Arceriglsl: fix tes linking regression
2017-01-23 Timothy Arcerimesa/glsl: set and get cs layouts to and from shader_info
2017-01-23 Timothy Arcerimesa/glsl: set and get gs layouts directly to and from...
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-23 Timothy Arceriglsl: use last_vert_prog to get last {clip,cull}_distan...
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerist/mesa/glsl: change xfb_program field to last_vert_prog
2017-01-21 Jason Ekstrandnir/search: Use the correct bit size for integer compar...
2017-01-21 Kenneth Graunkeglsl: Rename [u]int64_t tokens.
2017-01-20 Ian Romanicknir: Add support for 64-bit integer types to split_var_...
2017-01-20 Ian Romanicknir: Enable 64-bit integer support for almost all unary...
2017-01-20 Ian Romanicknir: Shift count for shift opcodes is always 32-bits
2017-01-20 Ian Romanicknir: Lower packing and unpacking of 64-bit integer...
2017-01-20 Ian Romanicknir: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicknir: Add 64-bit integer constant support
2017-01-20 Ian Romanicknir: Add GLSL_TYPE_INT64 and GLSL_TYPE_UINT64 to glsl_g...
2017-01-20 Ian Romanickglsl: Optimize redundant pack(unpack()) and unpack...
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer modulus
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64%64 => 64 modulus
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer division
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64/64 => 64 division
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add "built-in" function for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer multiplication
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64x64 => 64 multip...
2017-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...
2017-01-20 Ian Romanickglsl/standalone: Enable ARB_gpu_shader_int64
2017-01-20 Ian Romanickglsl: Allow GLSL_TYPE_INT64 for ir_unop_abs and ir_unop...
2017-01-20 Ian Romanickglsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 values
2017-01-20 Ian Romanickglsl: Add interaction between ARB_gpu_shader_int64...
2017-01-20 Dave Airlieglsl: Add 64-bit integer functions
2017-01-20 Dave Airlieglsl/varying_packing: Add 64-bit integer support
2017-01-20 Dave Airlieglsl/ast: Add 64-bit integer support in some places.
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to some operations.
2017-01-20 Dave Airlieglsl/ir_builder: Add support for some 64-bit bitcasts.
2017-01-20 Dave Airlieglsl/ast: Add 64-bit integer support to conversion...
2017-01-20 Dave Airlieglsl: Add 64-bit integer support for constant expressions
2017-01-20 Dave Airlieglsl/ir: Add support for 64-bit integer conversions.
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to uniform initialiser...
2017-01-20 Dave Airlieglsl/varyings: Add 64-bit integer support.
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-20 Dave Airlieglsl: Add ARB_gpu_shader_int64 boilerplate.
2017-01-20 Lionel Landwerlinspirv: don't assert with location decorations on non...
2017-01-20 Lionel Landwerlinspirv: fix warn string typo
2017-01-20 Elie TOURNIERnir: add min/max optimisation
2017-01-20 Jason Ekstrandnir/algebraic: Only include nir_search_helpers once
2017-01-19 Timothy Arcerimesa/glsl: move TransformFeedbackBufferStride to gl_shader
2017-01-19 Timothy Arceriglsl: exit loop early if we find xfb layout qualifers
2017-01-19 Timothy Arceriglsl: set InnerCoverage directly in gl_program
2017-01-19 Timothy Arceriglsl: tidy up PostDepthCoverage shader field
2017-01-19 Timothy Arcerimesa/glsl: move pixel_center_integer to gl_shader
2017-01-19 Timothy Arcerimesa/glsl: move origin_upper_left to gl_shader
2017-01-19 Timothy Arcerimesa/glsl: move uses_gl_fragcoord to gl_shader
2017-01-19 Timothy Arcerimesa/glsl: move redeclares_gl_fragcoord to gl_shader
2017-01-19 Timothy Arcerimesa/glsl: move ARB_fragment_coord_conventions_enable...
2017-01-19 Timothy Arcerist/mesa/glsl: set early_fragment_tests directly in...
2017-01-19 Timothy Arcerimesa/glsl/i965: set and use tcs vertices_out directly
2017-01-19 Timothy Arcerimesa/glsl: move ProgramResourceList to gl_shader_progra...
2017-01-19 Timothy Arceriglsl: store number of explicit uniform loactions in...
2017-01-19 Timothy Arceriglsl: create a new link_and_validate_uniforms() helper
2017-01-19 Timothy Arceriglsl: make a bunch of varying linking functions static
2017-01-19 Timothy Arceriglsl: move more varying linking code to link_varyings.cpp
2017-01-18 Emil Velikovutils: build sha1/disk cache only with Android/Autoconf
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2017-01-18 Kenneth Graunkeglsl: Make copy propagation not panic when it sees...
2017-01-17 Ilia Mirkinglsl: avoid treating fb fetches as output reads to...
2017-01-14 Connor Abbottnir/gcm: fix a bug with metadata handling
2017-01-14 Timothy Arcerinir: optimise min/max fadd combos
2017-01-12 Jason Ekstrandnir/gcm: Fix a typo in a comment
2017-01-12 Jason Ekstrandnir/gcm: Rework the schedule late loop
2017-01-12 Jason Ekstrandspirv: Handle patch decorations up-front
2017-01-12 Iago Toral Quirogaspirv: fix typo in warning message
2017-01-11 Kenneth Graunkespirv: Shut up unhandled enumeration value warnings.
2017-01-11 Timothy Arcerinir: don't turn ieq/ine into inot if used by an if
2017-01-11 Timothy Arcerinir: add late opt to turn inot/b2f combos back to bcsel
2017-01-11 Timothy Arcerinir: add imprecise flrp optimisation
2017-01-11 Kenneth Graunkenir: Introduce a nir_opt_move_comparisons() pass.
2017-01-11 Timothy Arcerinir/algebraic: add support for conditional helper funct...
2017-01-11 Jason Ekstrandnir/search: Only allow matching SSA values
2017-01-11 Tapani Pällinir: change asserts to unreachable in nir_type_conversi...
2017-01-11 Iago Toral Quirogaspirv: gl_PrimitiveID in the fragment shader is handled...
2017-01-10 Kenneth Graunkenir: Add a pass to lower TES patch_vertices intrinsics...
2017-01-10 Kenneth Graunkespirv: Silence unsupported tessellation capability...
2017-01-10 Kenneth Graunkespirv: Tidy some repeated if checks by using a switch...
2017-01-10 Kenneth Graunkespirv: Add tessellation varying and built-in support.
next