mesa.git
2015-10-15 Jason Ekstrandanv: Completely rework descriptor set layouts
2015-10-14 Chad Versacevk: Add README
2015-10-14 Jason Ekstrandnir/spirv: Fix a bug in indirect OpAccessChain handling
2015-10-14 Jason Ekstrandanv/image: Add a basic implementation of GetImageSubres...
2015-10-13 Jason Ekstrandanv/formats: Use the surface_format_info struct from...
2015-10-13 Jason Ekstrandi965/surface_formats: Pull the surface_format_info...
2015-10-13 Jason Ekstrandanv/x11: Do something sensible if get_geometry fails...
2015-10-13 Jason Ekstrandanv/wsi: Add the GetSurfacePresentModesKHR stub
2015-10-13 Jason Ekstrandanv: Declare/validate the correct API version
2015-10-10 Jason Ekstrandanv/device: Return VK_SUCCESS after setting pCount...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Jason Ekstrandanv/queue: Get rid of the serial
2015-10-08 Kristian Høgsberg... i965: Link compiler unit tests to libi965_compiler.la
2015-10-08 Kristian Høgsberg... i965: Break out backend compiler to its own library
2015-10-08 Kristian Høgsberg... i965/cs: Get max_cs_threads from brw_compiler devinfo
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965: Move brw_select_clip_planes() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965: Use util_next_power_of_two() for brw_get_scratch_...
2015-10-08 Kristian Høgsberg... i965: Move brw_mark_surface_used() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965/cs: Split out helper for building local id payload
2015-10-08 Kristian Høgsberg... i965: Move brw_link_shader() and friends to new file...
2015-10-08 Kristian Høgsberg... i965: Configure bufmgr debug options from intel_screen.c
2015-10-08 Kristian Høgsberg... util: Move DRI parse_debug_string() to util
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-08 Jason Ekstrandvk/0.170.2: Update to the new VK_EXT_KHR_swapchain...
2015-10-08 Emil Velikovgallium/ddebug: add missing dd_util.h to sources list
2015-10-08 Emil Velikovgallium/ddebug: automake: sort sources alphabetically
2015-10-08 Jason Ekstrandnir/sweep: Reparent the shader name
2015-10-08 Jan Veselyc11/threads: initialize timeout structure
2015-10-08 Boyan Dingdocs/relnotes: document EGL_KHR_create_context on llvmp...
2015-10-08 Iago Toral... i965/gs/gen6: Maximum allowed size of SEND messages...
2015-10-08 Iago Toral... i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
2015-10-08 Iago Toral... i965: make pull constant loads in gen6 start at MRFs...
2015-10-08 Iago Toral... i965: Fix remove_duplicate_mrf_writes so it can handle...
2015-10-08 Tapani Pällimesa: include bad type in error string of _mesa_pack_de...
2015-10-08 Tapani Pälliglsl: add varyings to resource list only with SSO
2015-10-08 Jason Ekstrandmesa: Correctly handle GL_BGRA_EXT in ES3 format_and_ty...
2015-10-07 Emil VelikovRevert "mesa: enable KHR_debug for ES contexts"
2015-10-07 Chad VersaceMerge branch 'vulkan-0.170.2' into vulkan
2015-10-07 Matt Turneregl/dri2: Properly dereference array.
2015-10-07 Chad Versacevk: Remove temporary vulkan headers
2015-10-07 Chad Versacevk/0.170.2: Bump header version
2015-10-07 Chad Versacevk/0.170.2: Update C++ errata and typedefs
2015-10-07 Chad Versacevk/0.170.2: Update remaining enums
2015-10-07 Chad Versacevk/0.170.2: Update VkResult
2015-10-07 Chad Versacevk/0.170: Update VkDescriptorInfo
2015-10-07 Chad Versacevk/0.170.2: Update vkCreateDescriptorPool
2015-10-07 Chad Versacevk/0.170.2: Update VkAttachmentDescription
2015-10-07 Chad Versacevk/0.170.2: Update VkImageViewCreateInfo
2015-10-07 Chad Versacevk/0.170.2: Update VkImageCreateInfo
2015-10-07 Chad Versacevk/0.170.2: Update VkPhysicalDeviceProperties
2015-10-07 Chad Versacevk/0.170.2: Update VkImageFormatProperties
2015-10-07 Marek Olšákradeonsi: fix a GS hang on VI
2015-10-07 Marek Olšákradeonsi: remove TC L2 cache flush for index buffers...
2015-10-07 Chad Versacevk/0.170.2: Update VkFormatProperties
2015-10-07 Chad Versacevk/0.170.2: Update VkPhysicalDeviceFeatures
2015-10-07 Chad Versacevk/0.170.2: Update VkPhysicalDeviceLimits
2015-10-07 Jason Ekstrandanv/device: Remove some #ifdef'd out code
2015-10-07 Jason Ekstrandvk/0.170.2: Make vkUpdateDescriptorSets return void
2015-10-07 Jason Ekstrandanv/pipeline: Add support for dynamic state in pipelines
2015-10-07 Jason Ekstrandvk/0.170.2: Switch to the new dynamic state model
2015-10-07 Jason Ekstrandanv: Add a dynamic state data structure and basic helpers
2015-10-07 Jason Ekstrandanv/private: Add a typed_memcpy macro
2015-10-07 Chad Versacevk/meta: Fix -Wstrict-prototypes
2015-10-07 Chad Versacevk/0.170.2: Merge VkAttachmentView into VkImageView
2015-10-07 Chad Versacevk/image: Fix retrieval of anv_surface for depthstencil...
2015-10-07 Brian Paulsvga: whitespace fixes in svga_sampler_view.c
2015-10-07 Brian Paulsvga: whitespace fixes in svga_resource_buffer.c
2015-10-07 Stefan Dösingermesa: Remove GL_ARB_sampler_object depth compare error...
2015-10-07 Brian Paulsvga: round UBO constant buffer size up/down to multipl...
2015-10-07 Chad Versacevk: Drop -Wextra
2015-10-07 Emil Velikovegl/dri2: enable EGL_KHR_gl_colorspace for swrast
2015-10-07 Emil Velikovegl/dri2: ease srgb __DRIconfig conditionals
2015-10-07 Emil Velikovmesa: enable KHR_debug for ES contexts
2015-10-07 Matthew Watersmain/get: make KHR_debug enums available everywhere
2015-10-07 Matthew Watersglapi: add function pointers for KHR_debug for gles
2015-10-07 Varad Gautamegl: move memcpy to bring conf->base operations together
2015-10-07 Varad Gautamegl: restore surface type before linking config to...
2015-10-07 Ilia Mirkinnouveau: make sure there's always room to emit a fence
2015-10-07 Chad Versacevk: Embed two surface states in anv_image_view
2015-10-07 Chad Versacevk/pipeline: Emit MSAA finishme only if samples > 1
2015-10-07 Chad Versacevk: Remove stale finishme for stencil image views
2015-10-07 Chad Versacevk: Add anv_image::usage
2015-10-07 Chad Versacevk/meta: Fix usage flags for image-wrapped-buffers
2015-10-07 Chad Versacevk/image: Remove stale anv_asserts for depthstencil...
2015-10-06 Boyan Dingvc4: use nir two-sided-color lowering
2015-10-06 Eric Anholtvc4: Fix a leak of the last color read/write surface...
2015-10-06 Eric Anholtvc4: Fix a memory leak in the simulator case.
2015-10-06 Kristian Høgsberg... i965: Delete brw_cs.cpp which was deleted in master
2015-10-06 Jason Ekstrandnir/spirv: Better texture handling
2015-10-06 Jason Ekstrandnir/spirv: Update to SPIR-V Rev. 32
2015-10-06 Jason Ekstrandvk/0.170.2: Fairly trivial enum shuffling
2015-10-06 Jason Ekstrandvk/0.170.2: s/baseArraySlice/baseArrayLayer/
2015-10-06 Mark Janesmesa: remove unneeded #include of colormac.h
2015-10-06 Mark Janesradeon/r200: remove unneeded #include of colormac.h
2015-10-06 Mark Janesi965: remove unneeded #include of colormac.h
2015-10-06 Mark Janesi915: remove unneeded #include of colormac.h
2015-10-06 Chad Versacevk: Merge anv_attachment_view into anv_image_view
2015-10-06 Chad Versacevk: Update comments for anv_image_view
2015-10-06 Ville Syrjäläi915: Drop broken front_buffer_reading/drawing optimization
next