vk: Add an initial implementation of the actual Khronos WSI extension
[mesa.git] / src /
2015-09-05 Jason Ekstrandvk: Add an initial implementation of the actual Khronos...
2015-09-05 Jason Ekstrandvk: Add initial support for VK_WSI_swapchain
2015-09-05 Jason Ekstrandvk: Move anv_x11.c to anv_wsi_x11.c
2015-09-05 Jason Ekstrandvk/device: Use an array for device extensions
2015-09-04 Kristian Høgsberg... vk: Further reduce diff to master
2015-09-03 Kristian Høgsberg... vk: Drop GLSL code from anv_compiler.cpp
2015-09-03 Kristian Høgsberg... vk: Assert that the SPIR-V module has the magic number
2015-09-03 Kristian Høgsberg... vk: Remove various hacks/scaffolding code
2015-09-03 Kristian Høgsberg... vk: Fall back to previous gens in entry point resolver
2015-09-03 Kristian Høgsberg... vk: Drop redundant gen7_CreateGraphicsPipelines
2015-09-03 Kristian Høgsberg... vk: Use vk* entrypoints in meta, not driver_layer pointers
2015-09-03 Kristian Høgsberg... vk: Drop check for I915_PARAM_HAS_EXEC_CONSTANTS
2015-09-03 Kristian Høgsberg... vk: Add new vk_errorf that takes a format string
2015-09-03 Kristian Høgsberg... vk: Make vk_error a little more helpful
2015-09-03 Chad Versacevk/image: Add PRM reference for QPitch equation
2015-09-02 Chad Versacevk/meta: Partially fix vkCmdCopyBufferToImage for S8_UINT
2015-09-01 Jason Ekstrandvk/meta: Use SPIR-V for shaders
2015-09-01 Jason Ekstrandvk/compiler: Handle interpolation qualifiers for SPIR...
2015-09-01 Jason Ekstrandvk/extensions: count needs to be <= number of extensions
2015-09-01 Jason Ekstrandvk/compiler: Properly reference/delete programs when...
2015-09-01 Jason Ekstrandvk/meta: Add a helper for making an image from a buffer
2015-09-01 Jason Ekstrandnir/spirv: Use VERTEX_ID_ZERO_BASE for VertexId
2015-09-01 Jason EkstrandMerge remote-tracking branch 'fdo-personal/nir-spirv...
2015-09-01 Jason Ekstrandnir/spirv: Update to the latest revision
2015-09-01 Jason Ekstrandnir/builder: Use nir_after_instr to advance the cursor
2015-09-01 Jason Ekstrandnir/intrinsics: Move to a two-dimensional binding model...
2015-09-01 Jason Ekstrandnir/nir_variable: Add a descriptor set field
2015-09-01 Jason Ekstrandmesa: Move gl_vert_attrib from mtypes.h to shader_enums.h
2015-09-01 Jason Ekstrandnir/cursor: Add a helper for getting the current block
2015-09-01 Connor Abbottnir/builder: add a nir_fdot() convenience function
2015-09-01 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
2015-08-31 Jason Ekstrandnir/cursor: Add a constructor for the end of a block...
2015-08-31 Connor Abbottnir/types: add more nir_type_is_xxx() wrappers
2015-08-31 Connor Abbottnir/types: add a helper to transpose a matrix type
2015-08-31 Jason Ekstrandnir/spirv: Don't assert that the current block is empty
2015-08-31 Jason Ekstrandnir/spirv: Add initial support for samplers
2015-08-31 Jason Ekstrandnir/spirv: Move Exp and Log to the list of currently...
2015-08-31 Jason Ekstrandnir/types: Add support for sampler types
2015-08-31 Jason Ekstrandnir/spirv: Make the global constants in spirv.h static
2015-08-31 Jason Ekstrandnir/spirv: Handle jump-to-loop in a more general way
2015-08-31 Jason Ekstrandnir/spirv: Handle boolean uniforms correctly
2015-08-31 Jason Ekstrandnir/spirv: Handle control-flow with loops
2015-08-31 Jason Ekstrandnir/spirv: Set a name on temporary variables
2015-08-31 Jason Ekstrandnir/spirv: Use the correct length for copying string...
2015-08-31 Jason Ekstrandnir/spirv: Make vtn_ssa_value handle constants as well...
2015-08-31 Jason Ekstrandnir/spirv: Add initial support for GLSL 4.50 builtins
2015-08-31 Jason Ekstrandnir/spirv: Split the core datastructures into a header...
2015-08-31 Jason Ekstrandnir/spirv: Use the builder for all instructions
2015-08-31 Jason Ekstrandnir/spirv: Add support for a bunch of ALU operations
2015-08-31 Jason Ekstrandnir/spirv: Add support for indirect array accesses
2015-08-31 Jason Ekstrandnir/spirv: Explicitly type constants and SSA values
2015-08-31 Jason Ekstrandnir/spirv: Handle OpBranchConditional
2015-08-31 Jason Ekstrandnir/spirv: Add a helper for getting a value as an SSA...
2015-08-31 Jason Ekstrandnir/spirv: Split instruction handling into preamble...
2015-08-31 Jason Ekstrandnir/spirv: Implement load/store instructiosn
2015-08-31 Jason Ekstrandnir: Add a helper for getting the tail of a deref chain
2015-08-31 Jason Ekstrandnir/spirv: Actaully add variables to the funciton or...
2015-08-31 Jason Ekstrandnir/spirv: Add a vtn_untyped_value helper
2015-08-31 Jason Ekstrandnir/spirv: Use vtn_value in the types code and fix...
2015-08-31 Jason Ekstrandnir/types: Add an is_vector_or_scalar helper
2015-08-31 Jason Ekstrandnir/spirv: Add support for deref chains
2015-08-31 Jason Ekstrandnir/types: Add a scalar type constructor
2015-08-31 Jason Ekstrandnir/spirv: Add support for OpLabel
2015-08-31 Jason Ekstrandnir/spirv: Add support for declaring functions
2015-08-31 Jason Ekstrandnir/types: Add accessors for function parameter/return...
2015-08-31 Jason Ekstrandnir/spirv: Add support for declaring variables
2015-08-31 Jason Ekstrandnir/spirv: Add support for constants
2015-08-31 Jason Ekstrandnir/spirv: Add basic support for types
2015-08-31 Jason Ekstrandnir/types: Add more helpers for creating types
2015-08-31 Jason Ekstrandglsl/types: Expose the function_param and struct_field...
2015-08-31 Jason Ekstrandglsl/types: Add support for function types
2015-08-31 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-08-31 Jason Ekstrandnir/spirv: Rework the way values are added
2015-08-31 Jason Ekstrandnir/spirv: Add stub support for extension instructions
2015-08-31 Jason EkstrandREVERT: Add a simple helper program for testing SPIR...
2015-08-31 Jason Ekstrandglsl/compiler: Move the error_no_memory stub to standal...
2015-08-31 Jason Ekstrandnir: Add the start of a SPIR-V to NIR translator
2015-08-31 Jason Ekstrandnir: Import the revision 30 SPIR-V header from Khronos
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-31 Nanley Cherymesa/texformat: use format conversion function in _mesa...
2015-08-31 Nanley Cherymesa/texcompress: correct mapping of S3TC formats in...
2015-08-31 Dave Airlier600/sb: update last_cf for finalize if.
2015-08-31 Matt Turneri965/fs: Use greater-equal cmod to implement maximum.
2015-08-31 Ben Widawskyi965/chv|skl: Apply sampler bypass w/a
2015-08-31 Dave Airliest/mesa: move to renumbering registers in a group
2015-08-31 Dave Airliest/mesa: reduce time spent in calculating temp read...
2015-08-31 Dave Airliest/mesa: cache tgsi opcode info in the instruction
2015-08-31 Dave Airlier600: move prim convert from geom shader to function.
2015-08-31 Timothy Arceriglsl: remove specical case subroutine type counting
2015-08-30 Edward O'Callaghanr600g: Use TGSI parse results instead of manually exfil...
2015-08-30 Edward O'Callaghanr600g: Set geometry properties in r600_create_shader_st...
2015-08-30 Edward O'Callaghanr600g: Move geometry properties state from shader to...
2015-08-30 Edward O'Callaghanr600g: Remove dead assigment to 'gs_input_prim' in...
2015-08-29 Marek Olšákradeonsi: don't use the emit qt keyword in si_init_atom
2015-08-29 Marek Olšákradeonsi: remove no-op 32-bit masking
2015-08-29 Marek Olšákgallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE...
2015-08-29 Marek Olšákwinsys/radeon: handle non-zero finite timeout when...
2015-08-29 Ilia Mirkinfreedreno/a3xx: implement half-z clipping
2015-08-29 Ilia Mirkinfreedreno/a3xx: add basic clip plane support
2015-08-29 Samuel Pitoisetnvc0: change prefix of MP performance counters to HW_SM
next