util: Add a string buffer implementation
[mesa.git] / src /
2017-09-26 Thomas Hellandutil: Add a string buffer implementation
2017-09-26 Timothy Arcerii965: make use of nir linking
2017-09-26 Timothy Arcerii965/nir: export nir_optimize
2017-09-26 Timothy Arcerii965: call brw_shader_gather_info() from the callers...
2017-09-26 Timothy Arcerii965: create a brw_shader_gather_info() helper
2017-09-26 Timothy Arcerinir: add some helpers for doing linking
2017-09-26 Timothy Arceriglsl: mark xfb varyings as always active
2017-09-26 Timothy Arcerinir: add always_active_io to nir variable
2017-09-26 Marek Olšákr600: fork and import gallium/radeon
2017-09-25 Kenneth Graunkei965: Rename do_flush_locked to submit_batch().
2017-09-25 Kenneth Graunkei965: Use atomic ops in get_new_program_id().
2017-09-25 Kenneth Graunkei965: Convert brw_bufmgr to use C11 mutexes instead...
2017-09-25 Kenneth Graunkei965: Delete dead meta stencil blit program fields...
2017-09-25 Tim Rowleyswr/rast: Handle instanceID offset / Instance Stride...
2017-09-25 Tim Rowleyswr/rast: Remove code supporting legacy llvm (<3.9)
2017-09-25 Tim Rowleyswr/rast: Fix allocation of DS output data for USE_SIMD...
2017-09-25 Tim Rowleyswr/rast: Slightly more efficient blend jit
2017-09-25 Tim Rowleyswr/rast: Properly sized null GS buffer
2017-09-25 Tim Rowleyswr/rast: Move SWR_GS_CONTEXT from thread local storage...
2017-09-25 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-25 Tim Rowleyswr/rast: New GS state/context API
2017-09-25 Tim Rowleyswr/rast: Add support for R10G10B10_FLOAT_A2_UNORM...
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-25 Leo Liust/va/postproc: implement the DRM prime grabber
2017-09-25 Leo Liuvl/compositor: convert RGB buffer to YUV with color...
2017-09-25 Leo Liuvl/csc: add a RGB to YUV CSC matrix
2017-09-25 Leo Liuvl/compositor: create RGB to YUV fragment shader
2017-09-25 Leo Liust/va/postproc: use progressive target buffer for scaling
2017-09-25 Leo Liust/va: make internal func vlVaHandleSurfaceAllocate...
2017-09-25 Leo Liust/va/postproc: add a full NV12 deint support from...
2017-09-25 Leo Liuvl/compositor: add Bob top and bottom to YUV deint...
2017-09-25 Leo Liuvl/compositor: remove vl_compositor_yuv_deint() function
2017-09-25 Leo Liust/va: use new vl_compositor_yuv_deint_full() to deint
2017-09-25 Leo Liust/omx: use new vl_compositor_yuv_deint_full() to deint
2017-09-25 Leo Liuvl/compositor: add a new function for YUV deint
2017-09-25 Leo Liuvl/compositor: extend YUV deint function to do field...
2017-09-25 Leo Liuvl/compositor: separate YUV part from shader video...
2017-09-25 Leo Liust/va/postproc: use video original size for postprocessing
2017-09-25 Bas Nieuwenhuizenradv: Fix VK_KHR_image_format_list.
2017-09-25 Bas NieuwenhuizenRevert "Revert "radv: fallback to an in-memory cache...
2017-09-25 Eric Engestromscons: use python3-compatible generator
2017-09-25 Eric Engestromscons: use python3-compatible print()
2017-09-25 Samuel Pitoisetradv: init the trace BO before compiling meta shaders
2017-09-25 Samuel Pitoisetradv: make radv_pipeline_init() static
2017-09-25 Samuel Pitoisetradv: remove unused variable in radv_dump_annotated_sha...
2017-09-25 Samuel Pitoisetradv: make use of ATI_VENDOR_ID everywhere
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. van... 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 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...
next