mesa.git
2019-03-06 Lionel Landwerlinvulkan/util: make header available from c++
2019-03-06 Jose Maria... iris: setup EdgeFlag Vertex Element when needed.
2019-03-06 Eric Anholtv3d: Include a count of register pressure in the RA...
2019-03-06 Samuel Pitoisetradv: enable lower_mul_2x32_64
2019-03-06 Jason Ekstrandst/nir: Move 64-bit lowering later
2019-03-06 Jason Ekstrandintel/nir: Move 64-bit lowering later
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandnir/deref: Expose nir_opt_deref_impl
2019-03-06 Jason Ekstrandnir/inline_functions: Break inlining into a builder...
2019-03-06 Jason Ekstrandglsl/nir: Inline functions in float64_funcs_to_nir
2019-03-06 Jason Ekstrandglsl/nir: Add a shared helper for building float64...
2019-03-06 Jason Ekstrandintel/nir: Drop an unneeded lower_constant_initializers...
2019-03-06 Jason Ekstrandintel/debug: Add a debug flag to force software fp64
2019-03-06 Jason Ekstrandi965: Compile the fp64 program based on nir options
2019-03-06 Jason Ekstrandnir: Teach loop unrolling about 64-bit instruction...
2019-03-06 Jason Ekstrandnir: Expose double and int64 op_to_options_mask helpers
2019-03-06 Iago Toral... compiler/nir: add an is_conversion field to nir_op_info
2019-03-06 Ian Romanickintel/fs: Fix extract_u8 of an odd byte from a 64-bit...
2019-03-06 Ian Romanickintel/fs: nir_op_extract_i8 extracts a byte, not a...
2019-03-06 Ian Romanickintel/compiler: Silence unused parameter warning in...
2019-03-06 Ian Romanickintel/compiler: Silence many unused parameter warnings...
2019-03-06 Eric Engestrommeson: remove unused include_directories(vulkan)
2019-03-06 Eric Engestrommeson: fix with_dri2 definition for GNU Hurd
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_types -> struct_types
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-03-06 Timothy Arceriglsl: rename get_record_instance() -> get_struct_instance()
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-03-05 Karol Herbstnir/vtn: add support for SpvBuiltInGlobalLinearId
2019-03-05 Karol Herbstnir: add support for address bit sized system values
2019-03-05 Karol Herbstnir/spirv: improve parsing of the memory model
2019-03-05 Karol Herbstnir: replace magic numbers with M_PI
2019-03-05 Caio Marcelo... anv: Implement VK_EXT_external_memory_host
2019-03-05 Eric Anholtv3d: Drop the V3D 3.x vpm read dead code elimination.
2019-03-05 Eric Anholtv3d: Eliminate the TLB and TLBU files.
2019-03-05 Eric Anholtv3d: Use ldunif instructions for uniforms.
2019-03-05 Eric Anholtv3d: Add support for register-allocating a ldunif to...
2019-03-05 Eric Anholtv3d: Drop the old class bits splitting up the accumulators.
2019-03-05 Eric Anholtv3d: Add support for vir-to-qpu of ldunif instructions...
2019-03-05 Eric Anholtv3d: Switch implicit uniforms over to being any qinst...
2019-03-05 Eric Anholtv3d: Do uniform rematerialization spilling before dropp...
2019-03-05 Eric Anholtv3d: Fix temporary leaks of temp_registers and when...
2019-03-05 Eric Engestromgitlab-ci: drop job prefixes
2019-03-05 Timur Kristóftgsi_to_nir: Set correct location for uniforms.
2019-03-05 Timur Kristóftgsi_to_nir: Improve interpolation modes.
2019-03-05 Kenneth Graunketgsi_to_nir: use sampler variables and derefs
2019-03-05 Timur Kristóftgsi_to_nir: Support FACE and POSITION properly.
2019-03-05 Timur Kristóftgsi_to_nir: Extract ttn_emulate_tgsi_front_face into...
2019-03-05 Timur Kristóftgsi_to_nir: Restructure system value loads.
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2019-03-05 Timur Kristófnir: Add multiplier argument to nir_lower_uniforms_to_ubo.
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2019-03-05 Timur Kristóftgsi_to_nir: Split to smaller functions.
2019-03-05 Timur Kristóftgsi_to_nir: Make the TGSI IF translation code more...
2019-03-05 Timur Kristóftgsi_to_nir: Fix TGSI LIT translation by using flt.
2019-03-05 Timur Kristóftgsi_to_nir: Fix the TGSI ARR translation by converting...
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-03-05 Eric Anholtv3d: Move the stores for fixed function VS output reads...
2019-03-05 Eric Anholtv3d: Translate f2i(fround_even) as FTOIN.
2019-03-05 Eric Anholtnir: Improve printing of load_input/store_output variab...
2019-03-05 Jason Ekstrandanv: Implement VK_EXT_inline_uniform_block
2019-03-05 Jason Ekstrandspirv: Use the same types for resource indices as pointers
2019-03-05 Jason Ekstrandspirv: Use the generic dereference function for OpArray...
2019-03-05 Jason Ekstrandspirv: Pull offset/stride from the pointer for OpArrayL...
2019-03-05 Jason Ekstrandanv: Add a concept of a descriptor buffer
2019-03-05 Jason Ekstrandanv: Take references to push descriptor set layouts
2019-03-05 Jason Ekstrandanv: Refactor descriptor pushing a bit
2019-03-05 Jason Ekstrandanv: drop add_var_binding from anv_nir_apply_pipeline_l...
2019-03-05 Jason Ekstrandanv: Clean up descriptor set layouts
2019-03-05 Jason Ekstrandanv: Count image param entries rather than images
2019-03-05 Jason Ekstrandanv: Stop allocating buffer views for dynamic buffers
2019-03-05 Jason Ekstrandanv: Rework arguments to anv_descriptor_set_write_*
2019-03-05 Jason Ekstrandanv/descriptor_set: Refactor alloc/free of descriptor...
2019-03-05 Eric Anholtv3d: Stop treating exec masking specially.
2019-03-05 Eric Anholtv3d: Restrict live intervals to the blocks reachable...
2019-03-05 Andres Gomezgitlab-ci: install distro's ninja
2019-03-05 Samuel Pitoisetradv: properly align the fence and EOP bug VA on GFX9
2019-03-05 Samuel Pitoisetradv: allocate enough space in cmdbuf when starting...
2019-03-05 Eric Engestromvulkan: import vk_layer.h from Khronos
2019-03-05 Eric Engestromegl: fix libdrm-less builds
2019-03-05 Eric Engestromvulkan: import missing file from Khronos
2019-03-05 Eric Engestromutil: #define PATH_MAX when undefined (eg. Hurd)
2019-03-05 Eric Engestromradv: use the platform defines in vk.xml instead of...
2019-03-05 Eric Engestromanv: use the platform defines in vk.xml instead of...
2019-03-05 Lionel Landwerlinanv: update supported patch version
2019-03-05 Tapani Pällianv: toggle on support for VK_EXT_ycbcr_image_arrays
2019-03-05 Lionel Landwerlinvulkan: update headers/registry to 1.1.102
2019-03-05 Tapani Pällianv: retain the is_array state in create_plane_tex_inst...
2019-03-05 Eric Engestrommeson: avoid going back up the tree with include_direct...
2019-03-05 Kenneth Graunkei965: Implement threaded GL support.
2019-03-04 Jason Ekstrandanv/pipeline: Drop anv_fill_binding_table
2019-03-04 Jason Ekstrandanv: Use an actual binding for gl_NumWorkgroups
2019-03-04 Jason Ekstrandintel,nir: Lower TXD with min_lod when the sampler...
2019-03-04 Jason Ekstrandspirv: OpImageQueryLod requires a sampler
2019-03-04 Jason Ekstrandanv: Count surfaces for non-YCbCr images in GetDescript...
2019-03-04 Sagar Ghugespirv: Allow [i/u]mulExtended to use new nir opcode
2019-03-04 Sagar Ghugenir/algebraic: Optimize low 32 bit extraction
next