Introduce .editorconfig
[mesa.git] / src / gallium / drivers / llvmpipe /
2016-08-29 Roland Scheideggerllvmpipe: (trivial) honor render_condition_enabled...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-20 Roland Scheideggerllvmpipe: fix issues with depth clamp
2016-08-20 Roland Scheideggerllvmpipe: fix depth clamping wrt reversed near/far...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-14 Roland Scheideggerllvmpipe: hack-fix bugs due to bogus bind flags
2016-06-10 Brian Paulllvmpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulllvmpipe: don't use 3-component formats, except 32...
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-23 Tobias Klausmannllvm/softpipe: Enable cull_distance as draw supports it.
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2016-04-26 Jose Fonsecagallium: Include intrin.h instead of defining ourselves.
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-19 Jose Fonsecallvmpipe: Call LLVMShutdown before exiting.
2016-04-19 Jose Fonsecallvmpipe: Avoid LLVMGetGlobalContext in tests.
2016-04-19 Jose Fonsecallvmpipe: Skip false exp2 failure in lp_test_arit due...
2016-04-19 Jose Fonsecallvmpipe: Test more vector lengths.
2016-04-18 Dave Airliegallivm: convert size query to using a set of parameters.
2016-04-15 Jason EkstrandMerge branch 'vulkan'
2016-04-15 Roland Scheideggerllvmpipe: (trivial) initialize src1_alpha var to NULL
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jose Fonsecascons: Add a "check" target to run all unit tests.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecallvmpipe: Test rounding of x.5.
2016-04-12 Bas Nieuwenhuizengallium: Add capability for ARB_robust_buffer_access_be...
2016-04-12 Marek Olšákgallium: add pipe_context::set_active_query_state for...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Jose Fonsecallvmpipe: Test abs.
2016-04-03 Jose Fonsecallvmpipe: Build lp_test_arit on MSVC too.
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-15 Roland Scheideggerllvmpipe: fix lp_rast_plane alignment on 32bit
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Brian Paulllvmpipe: add a few const qualifiers
2016-02-13 Vinson Leellvmpipe: Do not use barriers if not using threads.
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-02-03 Roland Scheideggerllvmpipe: use scissor_planes_needed helper function
2016-02-02 Roland Scheideggerllvmpipe: drop scissor planes early if the tri is fully...
2016-02-02 Roland Scheideggerllvmpipe: minor cleanup of sse2 for calc_fixed_position
2016-02-02 Roland Scheideggerllvmpipe: use vector loads for (optimized) tri raster...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-20 Roland Scheideggerllvmpipe: warn about illegal use of objects in differen...
2016-01-20 Roland Scheideggerllvmpipe,i915: add back NEW_RASTERIZER dependency when...
2016-01-20 Roland Scheideggerllvmpipe: turn depth clears into full depth/stencil...
2016-01-17 Oded Gabbayllvmpipe: fix arguments order given to vec_andc
2016-01-15 Roland Scheideggerllvmpipe: ditch additional ref counting for vertex...
2016-01-15 Roland Scheideggerllvmpipe: fix "leaking" textures
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-13 Roland Scheideggerllvmpipe: (trivial) use cast wrapper for __m128d to...
2016-01-13 Roland Scheideggerllvmpipe: avoid most 64 bit math in rasterization
2016-01-13 Roland Scheideggerllvmpipe: scale up bounding box planes to subpixel...
2016-01-13 Roland Scheideggerllvmpipe: add sse code for fixed position calculation
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-07 Roland Scheideggerllvmpipe: do 64bit plane calculations in the sse path
2016-01-07 Roland Scheideggerllvmpipe: don't store eo as 64bit int
2016-01-07 Roland Scheideggerllvmpipe: use aligned data for the assembly program...
2016-01-07 Roland Scheideggerllvmpipe: use ints not unsigned for slots
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-07 Roland Scheideggerllvmpipe: scratch some special handling of vp_index...
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2016-01-06 Oded Gabbayllvmpipe: Optimize lp_rast_triangle_32_3_16 for POWER8
2016-01-06 Oded Gabbayllvmpipe: Optimize BUILD_MASK(_LINEAR) for POWER8
2016-01-06 Oded Gabbayllvmpipe: Optimize do_triangle_ccw for POWER8
next