mesa.git
2017-09-25 Samuel Iglesias... anv: fix viewport transformation for z component
2017-09-24 David Airlieradv: add gfx9 scissor workaround
2017-09-23 Adam Jacksonglx: Sort the GLX extension bit enum and table
2017-09-22 Wladimir J... etnaviv: Add missing includes after 6ace0b8
2017-09-22 Lucas Stachetnaviv: fix 16bpp clears
2017-09-22 Tim Rowleyswr/rast: remove llvm fence/atomics from generated...
2017-09-22 Jason Ekstrandvulkan: enum generator: Generate entries for extended...
2017-09-22 Jason Ekstrandvulkan: enum generator: Stop using iterparse
2017-09-22 Lionel Landwerlinvulkan: enum generator: generate extension number defines
2017-09-22 Lionel Landwerlinvulkan: enum generator: make registry more flexible
2017-09-22 Lionel Landwerlinvulkan: enum generator: sort enums by names
2017-09-22 Lionel Landwerlinvulkan: enum generator: align function declarations...
2017-09-22 Grazvydas Ignotasutil/u_atomic: remove unnecessaty __atomic functions
2017-09-22 Grazvydas Ignotasconfigure: check if -latomic is needed for __atomic_*
2017-09-22 Lucas Stachetnaviv: don't enable RT full-overwrite when logicop...
2017-09-21 Anuj PhogatRevert "intel: Remove unused Kabylake pci ids
2017-09-21 Anuj PhogatRevert "intel: Remove unused device info for KBL GT1.5"
2017-09-21 Thomas Hellandgallium/util: Remove unused keymap
2017-09-21 Kenneth Graunkei965: Force outputs_written to contain varyings needed...
2017-09-21 Kenneth Graunkei965: Compute VS/GS output VUE map from the NIR info.
2017-09-21 Kenneth Graunkei965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs...
2017-09-21 Kenneth Graunkei965: Fix brw_finish_batch to grow the batchbuffer.
2017-09-21 Kenneth Graunkei965: Move MI_BATCHBUFFER_END handling into brw_finish_...
2017-09-21 Nicholas Miellradv: Implement VK_AMD_rasterization_order
2017-09-21 Brian Paulglsl: silence signed/unsigned comparison warning
2017-09-21 Ilia Mirkinnv20: Enable ARB_texture_border_clamp
2017-09-21 Ian Romanicknv20: Fix GL_CLAMP
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-21 Nicolai Hähnleglsl/linker: properly fix output variable overlap check
2017-09-21 Nicolai Hähnleac/surface: handle error when choosing preferred swizzl...
2017-09-21 Nicolai Hähnleamd/addrlib: fix missing va_end() after va_copy()
2017-09-21 Samuel Pitoisetradv: copy the number of viewports/scissors at pipeline...
2017-09-21 Topi Pohjolainenintel/blorp/hiz: Always set sample number
2017-09-21 Topi Pohjolaineni965/gen8: Remove unused gen8_emit_3dstate_multisample()
2017-09-21 Tapani Pällimesa: free current ComputeProgram state in _mesa_free_c...
2017-09-21 Timothy Arcerimesa/st: fix infinite loops
2017-09-21 Timothy Arceriglsl: merge loop_controls.cpp with loop_unroll.cpp
2017-09-21 Timothy Arceriglsl: move loop analysis helpers to loop_analysis.cpp
2017-09-21 Jason Ekstrandanv: Advertise VK_KHR_maintenance2
2017-09-21 Jason Ekstrandanv/image: Use RENDER_SURFACE_STATE::X/Y Offset on...
2017-09-21 Jason Ekstrandintel/blorp: Handle clearing compressed surfaces
2017-09-21 Jason Ekstrandintel/blorp: Internally expose surf_convert_to_uncompressed
2017-09-21 Jason Ekstrandanv/image: Support creating uncompressed views of compr...
2017-09-21 Jason Ekstrandanv: Add a new anv_surface_state struct
2017-09-21 Jason Ekstrandanv/image: Break surface state fill logic into a helper
2017-09-21 Jason Ekstrandanv/image: Add support for the VkImageViewUsageCreateIn...
2017-09-21 Samuel Iglesias... anv: Advertise point clipping properties
2017-09-21 Jason Ekstrandanv: Add support for tessellation domain origin control
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-21 Jason Ekstrandanv/image: Add support for the new depth/stencil layouts
2017-09-20 Jan Veselyclover: Wait for requested operation if blocking flag...
2017-09-20 Francisco Jerezclover: Run the associated action before an event is...
2017-09-20 Francisco Jerezclover: Wrap event::wait_count in a method taking care...
2017-09-20 Jason Ekstrandanv/entrypoints_gen: Dedent the C code
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-09-20 Bas Nieuwenhuizenradv: Use for_each_bit in the descriptor set flush.
2017-09-20 Bas Nieuwenhuizenradv: Add VK_KHR_bind_memory2 support.
2017-09-20 Roland Scheideggerllvmpipe, gallivm: implement lod queries (LODQ opcode)
2017-09-20 Louis-Francis... i965: Fix duplication of DRI images
2017-09-20 Nicolai Hähnleradeonsi: set MIP_POINT_PRECLAMP to 0
2017-09-20 Nicolai Hähnleradeonsi: fix array textures layer coordinate
2017-09-20 Nicolai Hähnleglsl/linker: fix output variable overlap check
2017-09-20 Christian Gmeineretnaviv: move sw query defines to etnaviv_query_sw.h
2017-09-20 Christian Gmeineretnaviv: move sw get_driver_query_info(..)
2017-09-20 Józef Kuciaanv: Fix descriptors copying
2017-09-20 Samuel Pitoisetradv: do not update the number of scissors in vkCmdSetS...
2017-09-20 Samuel Pitoisetradv: do not update the number of viewports in vkCmdSet...
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetScissor()
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetViewport()
2017-09-20 Samuel Pitoisetradv: inline radv_flush_compute_state() into radv_dispa...
2017-09-20 Samuel Pitoisetradv: add radv_dispatch() helper
2017-09-20 Samuel Pitoisetradv: add radv_emit_dispatch_packets() helper
2017-09-20 Dave Airlieac/surface: handle S8 on gfx9
2017-09-19 Krzysztof Sobieckiegl: fix build fallouts from 1d0be5b3fe5
2017-09-19 Jason Ekstrandanv: Advertise support VK_FORMAT_R8_SRGB
2017-09-19 Jason Ekstrandintel/blorp: Support clearing L8_UNORM_SRGB surfaces
2017-09-19 Emil Velikovegl: use switch statements over if/else chain
2017-09-19 Emil Velikovegl: remove unneeded braces around since line if statements
2017-09-19 Emil Velikovegl: simplify _eglDebugReport* API
2017-09-19 Emil Velikovegl: use _eglError's 'msg' as an actual message in...
2017-09-19 Emil Velikovautomake: adjust wayland-drm comment
2017-09-19 Emil Velikovconfigure.ac: split the wayland client/server confusion
2017-09-19 Emil Velikovwayland-drm: constify the callbacks struct
2017-09-19 Emil Velikovwayland-drm: add wl_display/wl_resource forward declara...
2017-09-19 Emil Velikovconfigure.ac: define WL_HIDE_DEPRECATED at global scale
2017-09-19 Micah Fedkewayland-drm: avoid deprecated use of struct wl_resource
2017-09-19 Emil Velikovwayland-drm: remove unused wayland_drm_buffer_get_...
2017-09-19 Emil Velikovwayland-drm: remove hardcoded enum wl_drm_format
2017-09-19 Eric Anholtbroadcom/genxml: Set up enums for VC5 blending, depth...
2017-09-19 Eric Anholtbroadcom/genxml: Add support for enum-typed fields.
2017-09-19 Juan A. Suarez... intel: automake: add isl_genX_priv.h in the source...
2017-09-19 Juan A. Suarez... vulkan: automake: add vk_android_native_buffer.h in...
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-19 Ian Romanickglsl: Silence unused parameter warnings
2017-09-19 Juan A. Suarez... glsl: buffer variables can be readonly and writeonly
2017-09-19 Jason EkstrandRevert "i965: Reset miptree aux state on update_image_b...
2017-09-19 Zhongmin Wuegl/android: Use per surface out fence
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
next