scons: put the generated git_sha1.h file in top-level src/ directory
[mesa.git] / src / mesa /
2016-06-17 Brian Paulscons: put the generated git_sha1.h file in top-level...
2016-06-17 Timothy Arcerimesa: remove remaining tabs in api_validate.c
2016-06-17 Samuel Iglesias... i965/fs: indirect addressing with doubles is not suppor...
2016-06-17 Iago Toral Quirogai965/fs: Fix single-precision to double-precision conve...
2016-06-16 Kenneth Graunkei965: Fix comment about CS scratch space encodings...
2016-06-16 Kenneth Graunkei965: Drop perf_debug about rasterizer discard in SOL...
2016-06-16 Kenneth Graunkei965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if...
2016-06-16 Ian Romanickmesa: If validation fails in a debug context just emit...
2016-06-16 Jose Fonsecamesa/main: Update _mesa_new_shader.
2016-06-16 Timothy Arcerii965: remove remaining tabs in brw_link.cpp
2016-06-16 Mathias Fröhlichvbo: Use a bitmask to track the active arrays in vbo_save*.
2016-06-16 Mathias Fröhlichvbo: Use a bitmask to track the active arrays in vbo_exec*.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate the active_samplers...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate the enabled textures.
2016-06-16 Mathias Fröhlichmesa: Use designated bool value to check texture unit...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate SamplersUsed
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate used vertex attributes.
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled clip...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate color material attributes.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to build ff fragment shader keys.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to build ff vertex shader keys.
2016-06-16 Mathias Fröhlichmesa: Remove the linked list of enabled lights
2016-06-16 Mathias Fröhlichmesa: Switch to bitmask based enabled lights in gen_mat...
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichnouveau: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichtnl: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled lights for...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichmesa: Track enabled lights in a bitmask
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichmesa: Remove the now unused CoordsReplace array.
2016-06-16 Mathias Fröhlichi965: Convert i965 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichi915: Convert i915 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichr200: convert r200 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichgallium: Convert the state_tracker to use CoordsReplace...
2016-06-16 Mathias Fröhlichswrast: Convert swrast to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichmesa: Add gl_point_attrib::CoordReplaceBits bitfield.
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-15 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-15 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-15 Nicolai Hähnlest_glsl_to_tgsi: don't read potentially uninitialized...
2016-06-15 Nicolai Hähnlemesa/main: fix integer overflows in _mesa_image_offset
2016-06-15 Timothy Arcerii965: remove type_size_vec4_times_4()
2016-06-14 Kenneth Graunkemesa: Pass gl_constant_value union into _mesa_fetch_sta...
2016-06-14 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-14 Mathias Fröhlichmesa: Make use of u_bit_scan{,64}.
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
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-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 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 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 Velikovmesa: remove unused function _mesa_map_static_functions()
2016-06-13 Emil Velikovdri/common: remove unused libdri_test_stubs.la
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 Mirkinmesa: add drawbuffer argument to ClearNamedFramebufferfi
2016-06-10 Brian Paulst/mesa: tweak surface format mapping table
2016-06-10 Anuj Phogatmesa: Fix region overlap conditions for rectangles...
2016-06-10 Nicolai Hähnlest/mesa: use base level size as "guess" when available
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-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 Jason Ekstrandi965: Emit surface states for extra planes prior to...
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...
2016-06-08 Marek Olšákst/mesa: try not to compile compute shader on the first use
2016-06-08 Nicolai Hähnlest/mesa: directly compute level=0 texture size in st_fi...
2016-06-08 Ilia Mirkinst/mesa: use buffer usage history to set dirty flags...
next