mesa.git
2015-03-05 Brian Paulmapi: remove u_thread.h
2015-03-05 Brian Paulmapi: use c11 call_once() instead of pthread_once()
2015-03-05 Brian Paulmapi: THREADS was always defined, remove it
2015-03-05 Brian Paulmesa: remove THREADS check, printf calls in debug.c
2015-03-05 Brian Paulmapi: rewrite u_current_init() function without u_threa...
2015-03-05 Brian Paulmapi: fix preprocessor check in u_current_destroy()
2015-03-05 Brian Paulmapi: remove u_macros.h
2015-03-05 Brian Paulosmesa: include stdio.h
2015-03-05 Brian Paulxlib: include stdio.h
2015-03-05 Brian Paulst/osmesa: include stdio.h
2015-03-05 Brian Paulst/xlib: include stdio.h
2015-03-05 Brian Paulst/xlib: include stdio.h
2015-03-05 Brian Paulst/mesa: include stdio.h where needed
2015-03-05 Brian Paulswrast: include stdio.h where needed
2015-03-05 Brian Paulnouveau: include stdio.h where needed
2015-03-05 Brian Pauldri/common: include stdio.h where needed
2015-03-05 Brian Paulglsl: include stdio.h where needed
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-05 Brian Paulmesa: include c11/threads.h in mtypes.h
2015-03-05 Neil Robertsmeta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_T...
2015-03-05 Neil Robertsmeta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_G...
2015-03-05 Neil RobertsRevert "common: Fix PBOs for 1D_ARRAY."
2015-03-05 Vinson Leeglsl: Fix GCC unused-variable warning in release build.
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-03-04 Chia-I Wuilo: clean up Gen7.5 WAs
2015-03-04 Tom Stellardclover: Fix build since llvm r231270
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2015-03-04 Chia-I Wuilo: add some more winsys functions
2015-03-04 Matt Turneri965/fs: Don't propagate cmod to inst with different...
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-03-04 Brian Paulglx/tests: add -I src/ to fix make check
2015-03-04 Kristian Høgsbergi965: Fix uint64_t overflow in intel_client_wait_sync()
2015-03-04 Daniel Stoneegl: Take alpha bits into account when selecting GBM...
2015-03-04 Rob Clarkfreedreno/ir3: fix old compiler after f6b2e8af742
2015-03-04 Brian Paulgallivm: init MM = NULL to silence warning
2015-03-04 Brian Paulmapi: remove u_compiler.h
2015-03-04 Brian Paulmapi: use util/macros.h instead of locally defined...
2015-03-04 Brian Paulmapi: replace INLINE with inline
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-04 Brian Paulst/xlib: include p_compiler.h to get PUBLIC definition
2015-03-04 Brian Paulmapi: remove unneeded ARRAY_SIZE #define
2015-03-04 Brian Paulglx: use ARRAY_SIZE from macros.h
2015-03-04 Jose Fonsecascons: Update for the fact that we require GCC 4.2
2015-03-04 Jose Fonsecasvga: Set MSVC2013 compat flags.
2015-03-04 Jose Fonsecasoftpipe,trace: Set MSVC 2008 compat flags.
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecast/vega: Remove.
2015-03-04 Jose Fonsecast/egl: Remove.
2015-03-04 Jose Fonsecawindows/gdi: Remove.
2015-03-04 Jose Fonsecanir: Use helper macros for dealing with VLAs.
2015-03-04 Marc-Andre... gallium/auxiliary/indices: fix start param
2015-03-04 Vinson Leescons: Define _DEFAULT_SOURCE.
2015-03-03 Frank Henigmanintel: fix EGLImage renderbuffer _BaseFormat
2015-03-03 Rob Clarkfreedreno/a4xx: re-enable int (conditional on glsl130)
2015-03-03 Rob Clarkfreedreno/ir3: handle flat bypass for a4xx
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2015-03-03 Rob Clarkfreedreno/ir3: fix up cat6 instruction encodings
2015-03-03 Rob Clarktgsi/lowering: don't forget interp for BCOLOR inputs
2015-03-03 Rob Clarkfreedreno/a3xx,a4xx: silence some warnings
2015-03-03 Brian Paulc99_alloca.h: add case for __sun
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-03 Ben Widawskyi965: Fix assertion in brw_reg_type_letters
2015-03-03 Ben Widawskyi965: Rename some PIPE_CONTROL flags
2015-03-03 Matt Turneri965/fs: Don't use backend_visitor::instructions after...
2015-03-02 Jason Ekstrandmain/base_tex_format: Properly handle STENCIL_INDEX1...
2015-03-02 Jason Ekstrandmeta/TexSubImage: Stash everything other than PIXEL_TRA...
2015-03-02 Matt Turneri915: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Consider scratch writes to have side effects.
2015-03-02 Matt Turnermesa: Correct backwards NULL check.
2015-03-02 Matt Turnermesa: Free memory allocated for luminance in readpixels.
2015-03-02 Matt Turnermesa: Indent break statements and add a missing one.
2015-03-02 Vinson Leec99_alloca.h: Include stdlib.h on all non-Windows.
2015-03-02 Brian Paulmesa: remove extra definition of ARRAY_SIZE in src...
2015-03-02 Brian Paulmesa: remove the Elements() macro definition
2015-03-02 Brian Paulutil: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulradeon: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulr200: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulnouveau: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli915: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmapi: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulglsl: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulst/dri: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulst/mesa: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/program: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/swrast: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/vbo: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa: trim down #includes in api_loopback.h
2015-03-02 Brian Paulmesa: trim down includes of compiler.h
2015-03-02 Jose Fonsecascons: Fix HAVE___* definition.
2015-03-02 Jose Fonsecaidentity: Remove.
2015-03-02 Francisco Jerezi965: Remove the create_raw_surface vtbl hook.
2015-03-02 Francisco Jerezi965: Add missing defines for render cache messages.
2015-03-02 Neil Robertsi965/skl: Lay out a 1D miptree horizontally
2015-03-02 Neil Robertsi965/skl: Lay out 3D textures the same as array textures
2015-03-02 Neil Robertsi965/skl: Fix the maximum thread count format for the PS
2015-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
next