mesa.git
2015-08-03 Eduardo Lima... i965/nir/vec4: Implement load_const intrinsic
2015-08-03 Eduardo Lima... i965/vec4: Add auxiliary func to build a writemask...
2015-08-03 Iago Toral... i965/nir: Dot not assign direct uniform locations first...
2015-08-03 Iago Toral... nir/nir_lower_io: Add vec4 support
2015-08-03 Eduardo Lima... i965/nir: Pass a is_scalar boolean to brw_create_nir()
2015-08-03 Eduardo Lima... i965/nir/vec4: Add shader function implementation
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Add setup for system values
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-08-03 Iago Toral... i965/nir/vec4: Add setup of uniform variables
2015-08-03 Eduardo Lima... i965/nir/vec4: Add setup of input variables in NIR...
2015-08-03 Eduardo Lima... i965/vec4: Move type_size() method to brw_vec4_visitor...
2015-08-03 Eduardo Lima... i965/nir/vec4: Select between new nir_vec4 or current...
2015-08-03 Eduardo Lima... i965/nir/vec4: Add implementation placeholders for...
2015-08-03 Matt Turnermesa: Replace F_TO_I() with _mesa_lroundevenf().
2015-08-03 Matt Turnermesa: Add -fno-trapping-math to CFLAGS.
2015-08-03 Matt Turnermesa: Add -fno-math-errno to CFLAGS.
2015-08-03 Zoltan Gilianr600,compute: force tiling on 2D and 3D texture compute...
2015-08-03 Zoltan Gilianclover: handle setKernelArg errors
2015-08-03 Zoltan Gilianclover: fix image resource depth and array_size
2015-08-03 Timothy Arcerinir: Use a single bit for the dual-source blend index
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-08-03 Zoltan Gilianclover: move find_kernels to functions
2015-08-03 Timothy Arcerimesa: fix type for array indexing validation
2015-08-03 Marta Lofstedtmesa/es3.1: Allow multisampled textures for GLES 3.1
2015-08-03 Marta Lofstedtmesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLE
2015-08-03 Marta Lofstedtmesa/es3.1: Allow enable of GL_SAMPLE_MASK
2015-08-03 Marta Lofstedtmesa/es3.1: Allow textures with target GL_TEXTURE_2D_MU...
2015-08-03 Marta Lofstedtmesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODE
2015-08-03 Marta Lofstedtmesa/es3.1: Allow GL_SAMPLE_MASK
2015-08-03 Marta Lofstedtmesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with...
2015-08-02 Marek Olšákr600g: re-enable single-sample fast clear
2015-08-02 Marek Olšákr600g: fix the CB_SHADER_MASK setup
2015-08-02 Marek Olšákr600g: fix the single-sample fast clear setup
2015-08-02 Marek Olšákradeonsi: flush if the memory usage for an IB is too...
2015-08-01 Igor Gnatenkoopencl: use versioned .so in mesa.icd
2015-08-01 Emil Velikovincludes/GL: remove duplicated extension declarations...
2015-08-01 Emil Velikovdocs: rename/bump 10.7.0 release notes to 11.0.0
2015-08-01 Emil Velikovwinsys/radeon: don't leak the fd when it is 0
2015-08-01 Emil Velikovconfigure.ac: check for mkostemp()
2015-08-01 Emil Velikovegl/wayland: use drmGetNodeTypeFromFd helper instead...
2015-08-01 Emil Velikovegl/wayland: use designated initializers
2015-08-01 Emil Velikovegl: remove ifdef $(egl_extension) compile guards
2015-08-01 Emil Velikovegl/wayland: libdrm is a hard requirement, treat it...
2015-08-01 Emil Velikovegl: consolidate ifdef HAVE_LIBDRM blocks
2015-08-01 Emil Velikovconfigure.ac: null,android,gdi are not valid egl-platforms
2015-07-31 Marek OlšákRevert "gallium/radeon: re-enable unsafe math for graph...
2015-07-31 EdBclover: make dispatch matches functions def
2015-07-31 Vinson Leegallivm: Fix GCC unused-variable warning.
2015-07-31 Adam Jacksonglx: Fix missing bit decl for EXT_texture_integer
2015-07-31 Matt Turnerglsl: Initialize parse-state in constructor of lower_su...
2015-07-31 Adam Jacksonglx: Fix image size computation for EXT_texture_integer...
2015-07-31 Marek Olšákradeonsi: copy *8_SNORM bits exactly in resource_copy_r...
2015-07-31 Marek Olšákr600g: early exit in r600_clear if there's nothing...
2015-07-31 Marek Olšákradeonsi: early exit in si_clear if there's nothing...
2015-07-31 Marek Olšákradeonsi: fix a regression since the resource_copy_regi...
2015-07-31 Marek Olšákradeonsi: fix broken st/nine from merging tessellation
2015-07-31 Marek Olšákradeonsi: move CP DMA functions to their own file
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing ISA...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing TGSI...
2015-07-31 Marek Olšákradeonsi: add a debug flag that disables printing the...
2015-07-31 Marek Olšákradeonsi: store shader disassemblies in memory for...
2015-07-31 Marek Olšákradeonsi: don't use llvm.AMDIL.fraction for FRC and...
2015-07-31 Marek Olšákgallium/radeon: re-enable unsafe math for graphics...
2015-07-31 Marek Olšákgallium/radeon: don't use rsq_action
2015-07-31 Marek Olšákgallium/radeon: move r600-specific code to r600g
2015-07-31 Marek Olšákgallium/radeon: remove unused variables and old comments
2015-07-31 Marek Olšákgallium/radeon: remove build_intrinsic and build_tgsi_i...
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-31 Marek Olšákgallium/util: clear up that debug_get_flags_option...
2015-07-31 Marek Olšákradeonsi: completely rework updating descriptors withou...
2015-07-31 Francisco Jerezi965/fs: Fix regression with SIMD8 VS since b5f1a48e234...
2015-07-31 Ben Widawskyi965/gen9: Add hs, ds, and cs thread + urb info
2015-07-31 Ben Widawskyi965/bxt: Use more conservative thread counts
2015-07-31 Ben Widawskyi965/skl: Add production thread counts and URB size
2015-07-30 Eric Anholtvc4: Lower uniform loads to scalar in NIR.
2015-07-30 Eric Anholtvc4: Move some FS input lowering into NIR.
2015-07-30 Eric Anholtvc4: Move program keys to the header file.
2015-07-30 Eric Anholtvc4: Lower NIR inputs to scalar as well.
2015-07-30 Eric Anholtvc4: Start adding a NIR-based output lowering pass.
2015-07-30 Eric Anholtvc4: Mark our shaders as single-threaded.
2015-07-30 Eric Anholtvc4: Avoid leaking indirect array access UBOs.
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2015-07-30 Eric Anholtvc4: Fix return values from recent validation changes.
2015-07-30 Kai Wasserbächdocs: trivial cleanup of GL3.txt, remove redundant...
2015-07-30 Dave Airliest/mesa: don't draw instead of asserting in transform...
2015-07-30 Timothy Arcerimesa: remove now unused _mesa_get_uniform_location
2015-07-30 Timothy Arcerimesa: remove now unused subscript validations
2015-07-30 Timothy Arcerimesa: fix and simplify resource query for arrays
2015-07-30 Neil Robertsi965/bxt: Don't use brw_device_info_skl_early on BXT
2015-07-30 Timothy Arceriglsl: set stage flag for structs and arrays in resource...
2015-07-30 Dave Airliedocs: consolidate radeonsi in GL3.txt
2015-07-30 Dave Airlieradeonsi: enable GL4.1 and update documentation (v2)
2015-07-30 Dave Airlieradeonsi: add GS multiple streams support (v2)
2015-07-29 Anuj PhogatDelete unused functions in format parser
2015-07-29 Anuj Phogati965: Change the type of max_{vs, hs, ...}_threads...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-29 Jose Fonsecagallium/auxiliary: Ensure c99_math.h is included.
2015-07-29 Roland Scheideggerc99_math: (trivial) implement exp2 for MSVC too
2015-07-29 Ben Widawskyi965/bxt: Support 3src simd16 instructions
2015-07-29 Emil Velikovtargets/dri: scons: add missing link against libdrm
next