mesa.git
2015-03-13 Ian Romanicki965/vs: Add missing resolve_bool_comparison calls...
2015-03-13 Chris Forbesi965/disasm: Fix format strings
2015-03-13 Chris Forbesi965/disasm: Mark format() as being printf-style.
2015-03-13 Matt Turnerdocs: List ARB_shading_language_packing/EXT_shader_inte...
2015-03-13 Matt Turnerglsl: Expose built-in packing functions under GLSL...
2015-03-13 Matt Turneregl: Create queryable strings in eglInitialize().
2015-03-13 Samuel Iglesias... glsl: optimize (0 cmp x + y) into (-x cmp y).
2015-03-13 Eduardo Lima... mesa: Check for valid PBO access in gl(Compressed)Tex...
2015-03-13 Eduardo Lima... mesa: Separate PBO validation checks from buffer mappin...
2015-03-13 Eduardo Lima... mesa: Set the correct image size in _mesa_validate_pbo_...
2015-03-13 Eduardo Lima... meta: Remove error checks for texture <-> pixel-buffer...
2015-03-13 Brian Paulutil: convert slab macros to inline functions
2015-03-13 Brian Paulegl: fix cast to silence compiler warning
2015-03-13 Alexandre Demersgallivm: (trivial) Fix typo in comment introduced by...
2015-03-12 Seán de Búrcamesa: improve ARB_copy_image internal format compat...
2015-03-12 Kenneth Graunkenir: Fix non-determinism in nir_lower_vars_to_ssa().
2015-03-12 Jason Ekstrandutil: Fix foreach_list_typed_safe when exec_node is...
2015-03-12 Kenneth Graunkei965: Use NIR for scalar VS when INTEL_USE_NIR is set.
2015-03-12 Kenneth Graunkei965/fs: Add VS output support to nir_setup_outputs().
2015-03-12 Kenneth Graunkei965/fs: Handle VS inputs in the NIR backend.
2015-03-12 Kenneth Graunkei965/fs: Refactor fs_visitor::nir_setup_inputs().
2015-03-12 Kenneth Graunkei965: Implement NIR intrinsics for loading VS system...
2015-03-12 Kenneth Graunkenir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and...
2015-03-12 Kenneth Graunkei965/nir: Lower to registers a bit later.
2015-03-12 Kenneth Graunkei965/nir: Optimize after nir_lower_var_copies().
2015-03-12 Kenneth Graunkei965/fs: Store a pointer to brw_sampler_prog_key_data...
2015-03-12 Brian Paultnl: HAVE_LE32_VERTS is never defined, remove associate...
2015-03-12 Brian Paulmesa: move LONGSTRING into generated enums.c
2015-03-12 Brian Paulmesa: remove _ASMAPI, ASMAPIP
2015-03-12 Brian Paulmesa: remove _XFORMAPI
2015-03-12 Brian Paulswrast: remove _BLENDAPI
2015-03-12 Brian Paulmesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES()
2015-03-12 Brian Paulmesa: remove register keyword, add const in _mesa_Query...
2015-03-12 Brian Paulmesa: reindent querymatrix.c
2015-03-12 Brian Paulmesa: move fpclassify work-arounds into c99_math.h
2015-03-12 Jose Fonsecagallivm: Prevent double delete on LLVM 3.6
2015-03-11 Emil Velikovautogen.sh: pass --force to autoreconf, quote ORIGDIR
2015-03-11 Emil Velikovglx: remove support for non-multithreaded platforms
2015-03-11 Emil Velikovglx: remove final reference to THREADS
2015-03-11 Emil Velikovconfigure: require pthreads for POSIX builds
2015-03-11 Emil Velikovegl/main: convert thread management to use c11 threads
2015-03-11 Emil Velikovegl/main: use c11/threads' mutex directly
2015-03-11 Jason Ekstrandnir/worklist: Don't change the start index when computi...
2015-03-11 Thomas Hellandnir: Optimize a + neg(a)
2015-03-11 Thomas Hellandnir: Optimize (a*b)+(a*c) -> a*(b+c)
2015-03-11 Marius Predutvbo: improve the code style by adjust the preprocessing...
2015-03-11 Brian Paulmesa: remove CPU_TO_LE32() for AIX
2015-03-11 Brian Paulmesa: remove #define __volatile
2015-03-11 Brian Paulmesa: use strdup() instead of _mesa_strdup()
2015-03-11 Brian Paulst/glx: use strdup() instead of _mesa_strdup()
2015-03-11 Brian Paulxlib: use strdup() instead of _mesa_strdup()
2015-03-11 Brian Pauli915: add parens to silence operator precedence warning
2015-03-11 Iago Toral... i965: Fix out-of-bounds accesses into pull_constant_loc...
2015-03-10 Jordan Justeni965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg
2015-03-10 Jordan Justeni965/fs: Use unsigned for CS/VS atomics pixel mask...
2015-03-10 Jordan Justeni965/gen8: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen8: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-03-10 Dave Airliemesa/scissor: fix typos in debug names
2015-03-10 Samuel Pitoisetnvc0: fix wrong max value for driver queries
2015-03-10 Vinson Leei965: Silence GCC maybe-uninitialized warning.
2015-03-10 Vinson Leei915: Fix GCC unused-but-set-variable warning in releas...
2015-03-10 Vinson LeeAdd macro for unused function attribute.
2015-03-09 Ben Widawskymeta: Plug memory leak
2015-03-09 Kenneth Graunkei965/fs: Don't issue FB writes for bound but unwritten...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_end() insert before...
2015-03-09 Kenneth Graunkei965/fs: Make get_timestamp() pass back the MOV rather...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_write return rather...
2015-03-09 Kenneth Graunkei965/fs: Set smear on shader_time diff register.
2015-03-09 Kenneth Graunkei965/fs: Set force_writemask_all on shader_time instruc...
2015-03-09 Alexandre Demersr600g: Use R600_MAX_VIEWPORTS instead of 16
2015-03-09 Ian Romanicki915: Remove unused IS_GEN2 macro
2015-03-09 Ian Romanicki915: Remove (mostly) unused IS_915 macro
2015-03-09 Ian Romanicki915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PN...
2015-03-09 Ian Romanicki915: Remove IS_9XX macro
2015-03-09 Ian Romanicki915: Remove unused IS_MOBILE macro
2015-03-09 Ian Romanicki965: Don't write past the end of the application suppl...
2015-03-09 Ian Romanicki965: Silence unused parameter warning
2015-03-09 Ian Romanicki965: Silence many 'static' is not at beginning of...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_target.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Cosmetic changes for Texture Buffers.
2015-03-09 Laura Ekstrandmain: Refactor _mesa_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Use _mesa_lookup_bufferobj_err to simplify Tex...
2015-03-09 Laura Ekstrandmain: Add utility function _mesa_lookup_bufferobj_err.
2015-03-09 Laura Ekstrandmain: Checking for cube completeness in GetCompressedTe...
2015-03-09 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support for glCompressedText...
2015-03-09 Laura Ekstrandmain: assert(texImage) in ARB_DSA texture cube map...
2015-03-09 Laura Ekstrandmain: Remove redundant copy of cube map block comment...
2015-03-09 Laura Ekstrandmain: Remove redundant NumLayers checks.
2015-03-09 Laura Ekstrandmain: _mesa_cube_level_complete checks NumLayers.
2015-03-09 Marek Olšákr300g: fix sRGB->sRGB blits
2015-03-09 Marek Olšákr300g: fix a crash when resolving into an sRGB texture
2015-03-09 Marek Olšákr300g: use memset for clearing the shader key
next