mesa.git
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
2015-07-29 Emil Velikovsvga: scons: remove unused HAVE_SYS_TYPES_H define
2015-07-29 Matt Turnerglsl: Avoid double promotion.
2015-07-29 Matt Turnermesa: Avoid double promotion.
2015-07-29 Matt Turnermesa/math: Avoid double promotion.
2015-07-29 Matt Turnerprogram: Avoid double promotion.
2015-07-29 Matt Turnerswrast: Avoid double promotion.
2015-07-29 Matt Turnertnl: Avoid double promotion.
2015-07-29 Matt Turnervbo: Avoid double promotion.
2015-07-29 Matt Turnerutil: Avoid double promotion.
2015-07-29 Matt Turnergallium/auxiliary: Avoid double promotion.
2015-07-29 Matt Turnernir: Avoid double promotion.
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-07-29 Matt Turnergallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
2015-07-29 Matt Turnerprogram: Use exp2(x) instead of pow(2.0, x).
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-07-29 Matt Turnerc99_math: Implement exp2f for MSVC.
2015-07-29 Matt Turnerglsl: Remove MSVC implementations of copysign and isnormal.
2015-07-29 Francisco Jerezi965/fs: Make the default builder 64-wide before enteri...
2015-07-29 Francisco Jerezi965/fs: Don't set exec_all on instructions wider than...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in the gen4...
2015-07-29 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-07-29 Ilia Mirkinnvc0/ir: cache vertex out base so that we don't recompu...
2015-07-29 Ilia Mirkinnvc0/ir: output base for reading is based on laneid
2015-07-29 Francisco JerezRevert "pipe-loader: simplify pipe_loader_drm_probe"
2015-07-29 Francisco Jerezi965/fs: Switch opt_cse() to the fs_builder constructor...
2015-07-29 Francisco Jerezi965/fs: Switch lower_logical_sends() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Switch lower_load_payload() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Don't rely on the default builder to create...
2015-07-29 Francisco Jerezi965/fs: Set up the builder execution size explicitly...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in opt_peephol...
2015-07-29 Francisco Jerezi965/fs: Set execution controls explicitly in opt_peeph...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly in lower_inte...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly for lowered...
2015-07-29 Francisco Jerezi965/fs: Set the execution size of the MOVs correctly...
2015-07-29 Francisco Jerezi965/fs: Define a new fs_builder constructor taking...
2015-07-29 Francisco Jerezi965/fs: Translate memory barrier NIR intrinsics.
2015-07-29 Francisco Jerezi965/fs: Execute nir_setup_uniforms, _inputs and _outpu...
next