mesa.git
2015-07-06 Jason Ekstrandvk: Remove stub for CloneImageData
2015-07-06 Jason Ekstrandvk: Remove the stub support for memory priorities
2015-07-06 Jason Ekstrandvk: Remove the stub support for explicit memory references
2015-07-06 Jason Ekstrandvk/vulkan.h: Reformat structs to match revision 130
2015-07-06 Jason Ekstrandvk/vulkah.h: Re-arrange structures to match the order...
2015-07-06 Connor Abbottnir/spirv: fix some bugs
2015-07-06 Connor Abbottnir/spirv: add support for builtins inside structures
2015-07-06 Connor Abbottnir/spirv: fix a bug with structure creation
2015-07-06 Connor Abbottnir/spirv: fix a bad assertion in the decoration handling
2015-07-06 Connor Abbottnir/spirv: pull out logic for getting builtin locations
2015-07-06 Connor Abbottnir/spirv: plumb through the type of dereferences
2015-07-06 Connor Abbottnir/spirv: handle structure member builtin decorations
2015-07-06 Connor Abbottnir/spirv: add a vtn_type struct
2015-07-06 Connor Abbottnir/spirv: move 'type' into the union
2015-07-06 Jason Ekstrandvk: Move CreateFramebuffer and CreateRenderPass higher...
2015-07-06 Jason Ekstrandvk: Remove atomic counters stubs
2015-07-06 Jason Ekstrandvk: Make vulkan.h look more like vulkan-130.h
2015-07-06 Jason Ekstrandvk: Add a revision 130 header along-side the current...
2015-07-03 Jason Ekstrandvk/meta: Add an initial implementation of ClearColorImage
2015-07-03 Jason Ekstrandvk/meta: Factor the guts out of cmd_buffer_clear
2015-07-01 Jason Ekstrandvk: Roll back to API v90
2015-07-01 Jason Ekstrandnir/spirv: Add initial structure member decoration...
2015-07-01 Jason Ekstrandnir/spirv: Make vtn_handle_type match the other handler...
2015-07-01 Jason Ekstrandnir/spirv: Add basic support for Op[Group]MemberDecorate
2015-07-01 Jason Ekstrandvk/x11: Allow for the client querying the size of the...
2015-06-30 Chad Versacevk/formats: Fix entry for S8_UINT
2015-06-30 Chad Versacevk/formats: Document new meaning of anv_format::cpp
2015-06-27 Chad Versacevk/depth: Add a FIXME
2015-06-27 Chad Versacevk/image: Enable 2d single-sample color miptrees
2015-06-27 Chad Versacevk/image: Define anv_surface, refactor anv_image
2015-06-27 Chad Versacevk/image: Reformat function signatures
2015-06-27 Chad Versacevk/image: Embed VkImageCreateInfo* into anv_image_creat...
2015-06-27 Chad Versacevk/image: Drop some tmp vars in anv_image_view_init()
2015-06-27 Chad Versacevk/image: Abort on stencil image views
2015-06-26 Chad Versacevk: Reindent struct anv_image
2015-06-26 Chad Versacevk: Define MIN(a, b) macro
2015-06-26 Chad Versacevk: Rename functions ALIGN_*32 -> align_*32
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Chad Versacevk/formats: Remove the cpp=0 stencil hack
2015-06-26 Chad Versacevk/image: Refactor anv_image_create()
2015-06-26 Chad Versacevk/image: Group some assertions closer together
2015-06-26 Chad Versacevk/formats: #undef fmt at end of format table
2015-06-26 Chad Versacevk: Fix comment for anv_depth_stencil_view::stencil_qpitch
2015-06-26 Chad Versacevk/image: Add qpitch fields to anv_depth_stencil_view
2015-06-26 Chad Versacevk: Reindent and document struct anv_depth_stencil_view
2015-06-26 Chad Versacevk/formats: Fix incorrect depth formats
2015-06-26 Chad Versacevk/image: Rename local variable in anv_image_create()
2015-06-26 Chad Versacevk/formats: Fix table entry for R8G8B8_SNORM
2015-06-26 Chad Versacevk/formats: Rename anv_format::format -> surface_format
2015-06-26 Chad Versacevk/formats: Rename anv_format::channels -> num_channels
2015-06-26 Chad Versacevk: Reindent struct anv_format
2015-06-26 Chad Versacevk/formats: Don't abbreviate tokens in the format table
2015-06-26 Jason Ekstrandvk/compiler: Add the initial hacks to get SPIR-V up...
2015-06-26 Jason EkstrandHACK: Get rid of sanity_param_count for FS
2015-06-26 Jason Ekstrandi965: Don't print the GLSL IR if it doesn't exist
2015-06-26 Jason Ekstrandnir/spirv: Set the right location for shader input...
2015-06-26 Jason Ekstrandnir/spirv: Set the interface type on uniform blocks
2015-06-26 Jason Ekstrandnir/spirv: Set the system value mode on builtins
2015-06-26 Jason Ekstrandnir/spirv: Actually put variables on the right linked...
2015-06-26 Jason Ekstrandglsl: Move vert_attrib varying_slot and frag_result...
2015-06-25 Chad Versacevk/image: Check extent does not exceed surface type...
2015-06-25 Chad Versacevk/image: Stop hardcoding SurfaceType of VkImageView
2015-06-25 Chad Versacevk/image: Add anv_image::surf_type
2015-06-25 Chad Versacevk/image: Add tables for gen SurfaceType
2015-06-25 Chad Versacevk/util: Add anv_loge() for logging error messages
2015-06-25 Chad Versacevk: Add func anv_is_aligned()
2015-06-25 Chad Versacevk: Add anv_minify()
2015-06-25 Chad Versacevk: Define MAX(a, b) macro
2015-06-25 Jason Ekstrandnir/spirv: Fix up some dererf ralloc parenting
2015-06-25 Jason Ekstrandi965/nir: Handle returns as long as they're at the...
2015-06-25 Jason Ekstrandi965/nir: Split NIR shader handling into two functions
2015-06-25 Jason Ekstrandnir/spirv: Use vtn_ssa_value for texture coordinates
2015-06-25 Jason Ekstrandnir/spirv: Add support for the Uniform storage class
2015-06-25 Jason Ekstrandnir/spirv: Add support for some more decorations includ...
2015-06-25 Jason Ekstrandnir/spirv: Make the header file C++ safe
2015-06-24 Jason Ekstrandvk: Build xmlconfig stuff into libi965_compiler
2015-06-24 Kristian Høgsberg... vk/headers: Handle MBO fields
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Kenneth Graunkemesa: Add a va_args variant of _mesa_gl_debug().
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turnermesa: Delete unused ICEIL().
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
next