anv: refactor wayland build handling
[mesa.git] / src / intel / vulkan /
2016-05-01 Emil Velikovanv: refactor wayland build handling
2016-05-01 Emil Velikovanv: use a common variable to manage the library depend...
2016-05-01 Emil Velikovanv: use the GENERATED_FILES variable
2016-05-01 Emil Velikovanv: fold the tests' makefile
2016-05-01 Emil Velikovanv: build the core vulkan only once
2016-05-01 Emil Velikovanv: kill off custom CFLAGS
2016-05-01 Emil Velikovanv: add missing link against the math library
2016-05-01 Emil Velikovanv: split sources lists to Makefile.sources
2016-05-01 Emil Velikovanv: remove custom rule to install the intel_icd.json
2016-05-01 Emil Velikovanv: tweak the LDFLAGS
2016-05-01 Emil Velikovanv: tweak the %.json rule
2016-05-01 Emil Velikovanv: add a comment about dev_icd.json
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Jason Ekstrandanv/lower_push_constants: fixup for nir_foreach_block()
2016-04-28 Jason Ekstrandanv/apply_pipeline_layout: fixup for nir_foreach_block()
2016-04-28 Jason Ekstrandanv/apply_dynamic_offsets: fixup for nir_foreach_block()
2016-04-28 Jason Ekstrandanv/dynamic_offsets: Fix the order of arguments to...
2016-04-28 Jason Ekstrandanv: Fix a build error caused by recent fp64 NIR changes
2016-04-27 Nanley Cheryanv/formats: Return proper error code for unsupported...
2016-04-27 Nanley Cheryanv/device: Set the compressed texture feature flags...
2016-04-26 Laurent Carlieranv: honor DESTDIR when installing icd file
2016-04-25 Grazvydas Ignotasanv: fix warnings in release build
2016-04-22 Jason Ekstrandanv/image: Use the has_matching_typed_storage_image_for...
2016-04-22 Jason Ekstrandisl: Take a devinfo in lower_storage_image_format inste...
2016-04-20 Kenneth Graunkei965: Generalize wm_key->compute_sample_id to wm_key...
2016-04-20 Kenneth Graunkei965: Delete now dead persample_2x FS program key flag.
2016-04-20 Jason Ekstrandanv: s/anv_batch_emit_blk/anv_batch_emit/
2016-04-20 Jason Ekstrandanv: Remove the old emit macro
2016-04-20 Jason Ekstrandanv/gen7_pipeline: Use the new emit macro
2016-04-20 Jason Ekstrandanv/gen7_cmd_buffer: Use the new emit macro
2016-04-20 Jason Ekstrandanv/device: Use the new emit macro
2016-04-20 Jason Ekstrandanv/state: Use the new emit macro
2016-04-20 Jason Ekstrandanv/gen8_pipeline: Use the new emit macro
2016-04-20 Jason Ekstrandanv/genX_pipeline: Use the new emit macro
2016-04-20 Jason Ekstrandanv/gen8_cmd_buffer: Use the new emit macro
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for quaries
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for DRAWING_RECT...
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for compute...
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANT
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for DEPTH/STENCI...
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for PIPE_CONTROL...
2016-04-20 Jason Ekstrandanv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE...
2016-04-20 Jason Ekstrandanv: Add a new block-based batch emit macro
2016-04-20 Marcin Ślusarzanv: fix build without Wayland platform
2016-04-20 Laurent Carlieranv: fix building on i686 with -mcpu=generic
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-20 Jason Ekstrandanv/apply_dynamic_offsets: Provide a range on the load_...
2016-04-20 Jason Ekstrandanv/lower_push_constants: Stop treating scalar specially
2016-04-15 Jason Ekstrandanv/device: Images are only enabled in scalar stages
2016-04-15 Jason Ekstrandanv: Advertise vertexPipelineStoresAndAtomics based...
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jason Ekstrandanv: Install the installable ICD
2016-04-14 Jason Ekstrandanv/intel_icd: Don't provide an absolute path
2016-04-14 Jason Ekstrandanv/pipeline: Use the right mask for lower_indirect_derefs
2016-04-14 Jason Ekstrandspirv: Move to compiler/
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Nanley Cheryanv: Remove default scissor and viewport concepts
2016-04-14 Nanley Cheryanv: Replace ::disable_scissor with ::use_rectlists
2016-04-14 Nanley Cheryanv: Delete anv_graphics_pipeline_create_info::disable_...
2016-04-14 Nanley Cherygen{7,8}_pipeline: Always set ViewportXYClipTestEnable
2016-04-14 Nanley Cherygen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictions
2016-04-14 Nanley Cheryanv_cmd_buffer: Don't make the initial state dirty
2016-04-14 Nanley Cheryanv/meta: Don't set the dynamic state for disabled...
2016-04-14 Nanley Cheryanv/clear: Disable the scissor operation
2016-04-10 Jason Ekstrandanv/pipeline: Set up flat enables correctly
2016-04-09 Jason Ekstrandanv/meta: Make clflushes conditional on !devinfo->has_llc
2016-04-08 Jason Ekstrandanv/formats: Advertise blit support for stencil
2016-04-08 Jason Ekstrandanv/blit2d: Add support for W-tiled destinations
2016-04-08 Jason Ekstrandanv/blit2d: Add another passthrough varying to the VS
2016-04-08 Jason Ekstrandanv/image: Remove the offset parameter from image_view_init
2016-04-08 Jason Ekstrandanv/blit2d: Add a bind_dst helper function
2016-04-08 Jason Ekstrandanv/blit2d: Simplify create_iview
2016-04-08 Jason Ekstrandanv/meta2d: Add support for blitting from W-tiled sourc...
2016-04-08 Jason Ekstrandisl: Rework the get_intratile_offset function
2016-04-08 Jason Ekstrandanv/image: Expose the guts of CreateBufferView for...
2016-04-08 Jason Ekstrandanv/blit2d: Refactor in preparation for different src...
2016-04-08 Jason Ekstrandanv/blit2d: Add layouts for using a texel buffer source
2016-04-08 Jason Ekstrandanv/blit2d: Rename the descriptor set and pipeline...
2016-04-08 Jason Ekstrandanv/blit2d: Enhance teardown and clean up init error...
2016-04-08 Jason Ekstrandanv/blit2d: Factor binding the source image into a...
2016-04-08 Jason Ekstrandanv/blit2d: Inline meta_emit_blit2d
2016-04-08 Jason Ekstrandanv/blit2d: Pass the source pitch into the shader
2016-04-08 Jason Ekstrandanv/blit2d: Break the texelfetch portion of shader...
2016-04-08 Jason Ekstrandanv/blit2d: Fix whitespace
2016-04-08 Jason Ekstrandanv/blit2d: Fix a NIR writemask
2016-04-08 Jason Ekstrandanv/meta2d: Don't declare an array sampler in the fragm...
2016-04-08 Jason Ekstrandanv/blit2d: Remove the tex_dim parameter from copy_frag...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-29 Jordan Justenanv/gen7: Fix command parser version test with indirect...
2016-03-29 Jordan Justenanv/gen7: DispatchIndirect requires cmd parser 5
2016-03-29 Jordan Justenanv/gen7: Save kernel command parser version
2016-03-29 Jordan Justenanv: Invalidate state cache before L3 partitioning...
2016-03-29 Jordan Justenanv: Fix cache pollution race during L3 partitioning...
2016-03-26 Nanley Cheryanv/blit2d: Add a function to create an ImageView
next