mesa/gallium: Move u_bit_scan{,64} from gallium to util.
[mesa.git] / src /
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-06-14 Aaron Watryclover: Include generated sources in AM_CPPFLAGS
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-14 Jason Ekstrandi965/compiler: Bring back the INTEL_PRECISE_TRIG enviro...
2016-06-14 Samuel Iglesias... i965: Defeat the register stride checker in pull unifor...
2016-06-14 Kenneth Graunkei965: Defeat the register stride checker in URB reads.
2016-06-14 Kenneth Graunkei965: Fix issues with number of VS URB entries on Cherr...
2016-06-14 Timothy Arceriglsl: make sure UBO arrays are sized in ES
2016-06-13 Vedran Miletićclover: Update OpenCL version string to match OpenGL
2016-06-13 Francisco Jerezi965/fs: Fix regs_written for SIMD-lowered instructions...
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-13 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-06-13 Kenneth Graunkemesa: Make TexSubImage check negative dimensions sooner.
2016-06-13 Brian Paulutil: update some assertions in util_resource_copy_region()
2016-06-13 Kenneth Graunkei965: Fix encode_slm_size() to take a generation, not...
2016-06-13 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-13 Nanley Cheryanv/pipeline: Don't dereference NULL dynamic state...
2016-06-13 Nanley Cheryanv: Document and rename anv_pipeline_init_dynamic_state()
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-13 Marek Olšákradeonsi: enable scratch coalescing
2016-06-13 Jimmy Berryst/va: hardlink driver instances to gallium_drv_video.so
2016-06-13 Jan Veselyvl: Fix trivial sign compare warnings
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Emil Velikovst/mesa: inline _mesa_create_context() into its only...
2016-06-13 Emil Velikovst/mesa: remove unneeded break from st_api_create_context()
2016-06-13 Emil Velikovst/mesa: use c99 initializer for st_gl_api
2016-06-13 Emil Velikovgallium: remove st_api::get_proc_address hook
2016-06-13 Emil Velikovmesa: remove _mesa_init_get_hash()
2016-06-13 Emil Velikovmesa: kill off _mesa_do_init_remap_table()
2016-06-13 Emil Velikovmesa: use native types when possible
2016-06-13 Emil Velikovmesa: make _mesa_map_function_spec() static
2016-06-13 Emil Velikovmesa: remove used _mesa_get_function_spec() and gl_func...
2016-06-13 Emil Velikovmesa: remove unused _mesa_map_function_array()
2016-06-13 Emil Velikovglapi: remap_helper.py: remove MESA_alt_functions
2016-06-13 Emil Velikovmesa: remove unused function _mesa_map_static_functions()
2016-06-13 Emil Velikovdri/common: remove unused libdri_test_stubs.la
2016-06-13 Emil Velikovswr: automake: add missing -I flag
2016-06-13 Chuck Atkinsswr: Add missing headers for package inclusion
2016-06-13 Emil Velikovautomake: get in-tree `make distclean' working again.
2016-06-13 Jan Veselygallivm: Fix trivial sign warnings
2016-06-13 Julien Isorcest/va: use proper temp pipe_video_buffer template
2016-06-13 Julien Isorcest/va: it is valid to release the VABuffer of an export...
2016-06-12 Timothy Arceriglsl: fix component overlap validation for doubles
2016-06-12 Timothy Arceriglsl: fix max varyings count for ARB_enhanced_layouts
2016-06-12 Kenneth Graunkei965: Use the correct number of threads for compute...
2016-06-12 Kenneth Graunkei965: Assert that the scratch spaces are in range.
2016-06-12 Kenneth Graunkei965: Fix CS scratch size calculations on Ivybridge...
2016-06-12 Kenneth Graunkei965: Fix Haswell CS per-thread scratch space encoding.
2016-06-12 Kenneth Graunkei965: Account for poor address calculations in Haswell...
2016-06-12 Kenneth Graunkei965: Allocate scratch space for the maximum number...
2016-06-12 Kenneth Graunkei965: Set subslice_total on Gen7/7.5 platforms.
2016-06-12 Kenneth Graunkei965: Fix shared local memory size for Gen9+.
2016-06-11 Ilia Mirkinnv50: reinstate dedicated constbuf push path
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-11 Ilia Mirkinmesa: add drawbuffer argument to ClearNamedFramebufferfi
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 Brian Paulsoftpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulsoftpipe: don't use 3-component formats
2016-06-10 Brian Paulst/mesa: tweak surface format mapping table
2016-06-10 Brian Paulutil: update util_resource_copy_region() for GL_ARB_cop...
2016-06-10 Anuj Phogatgallium: Fix region overlap conditions for rectangles...
2016-06-10 Anuj Phogatmesa: Fix region overlap conditions for rectangles...
2016-06-10 Dave Airliegallivm: more 64-bit integer prep work.
2016-06-10 Dave Airlieradeonsi: convert to 64-bitness checks instead of doubles.
2016-06-10 Dave Airliegallivm: make non-float return code bitcast consistent.
2016-06-10 Dave Airliegallium/gallivm: use 64-bit test instead of doubles.
2016-06-10 Dave Airliegallium/tgsi: add 64-bitness type check function.
2016-06-10 Jason Ekstrandanv/entrypoints: Rework #if guards
2016-06-10 Jason Ekstrandanv/entrypoints: Use the function pointer types provide...
2016-06-10 Nicolai Hähnlest/mesa: use base level size as "guess" when available
2016-06-10 Jason Ekstrandanv: Remove the PhysicalDeviceLimits FINISHME
2016-06-10 Jason Ekstrandanv/pipeline_cache: Allow for an zero-sized cache
2016-06-10 Jason Ekstrandanv/pipeline: Store the (set, binding, index) tripple...
2016-06-10 Jason Ekstrandanv/descriptor_set: Ensure that bindings are always...
2016-06-10 Jason Ekstrandanv/descriptor_set: Add a type field in debug builds
2016-06-10 Jason Ekstrandanv/descriptor_set: Set array_size to zero for non...
2016-06-10 Leo Liuvl/dri3: support receiving new pixmap for front buffer
2016-06-10 Leo Liuvl/dri3: get Makefile properly
2016-06-10 Jose Fonsecagallivm: Never emit llvm.fmuladd on LLVM 3.3.
2016-06-10 Jose Fonsecagallivm: Use llvm.fmuladd.*.
2016-06-10 Jose Fonsecautil,gallivm: Explicitly enable/disable fma attribute.
2016-06-10 Bas Nieuwenhuizenradeonsi: Reinitialize all descriptors in CE preamble.
2016-06-10 Jose Fonsecamesa: Wrap extensions.h declarations with extern "C".
2016-06-10 Ilia Mirkinst/mesa: fix type confusion with reladdrs
2016-06-10 Dave Airlieglsl/ir: remove TABs in ir_constant_expression.cpp
2016-06-09 Anuj Phogati965/gen9: Don't change halign and valign to fit in...
2016-06-09 Anuj Phogatmesa: Add a helper function for shared code in get_tex_...
2016-06-09 Samuel Pitoisetmesa: Let compute shaders work in compatibility profiles
2016-06-09 Tim Rowleyswr: implement clipPlanes/clipVertex/clipDistance/cullD...
2016-06-09 Daniel Czarnowskiglx: fix crash with bad fbconfig
2016-06-09 Nayan Deshmukhst/vdpau: implement luma keying
2016-06-09 Nayan Deshmukhvl: Apply luma key filter before CSC conversion
2016-06-09 Jason Ekstrandi965: Emit surface states for extra planes prior to...
2016-06-09 Marc-André Lureauvirgl: fix checking fences
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airliest/glsl_to_tgsi: move to checking 64-bitness instead...
2016-06-08 Dave Airliest/glsl_to_tgsi: use enum glsl_base_type instead of...
2016-06-08 Dave Airliemesa: use new 64-bit checks instead of explicit double...
next