summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-043-32/+23
* st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul2015-03-041-0/+1
* mapi: remove unneeded ARRAY_SIZE #defineBrian Paul2015-03-043-1/+3
* glx: use ARRAY_SIZE from macros.hBrian Paul2015-03-043-1/+3
* scons: Update for the fact that we require GCC 4.2Jose Fonseca2015-03-041-15/+10
* svga: Set MSVC2013 compat flags.Jose Fonseca2015-03-042-1/+4
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-044-2/+7
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-049-7/+38
* st/vega: Remove.Jose Fonseca2015-03-0481-22104/+3
* st/egl: Remove.Jose Fonseca2015-03-0463-12965/+12
* windows/gdi: Remove.Jose Fonseca2015-03-0412-2127/+7
* nir: Use helper macros for dealing with VLAs.Jose Fonseca2015-03-044-24/+69
* gallium/auxiliary/indices: fix start paramMarc-Andre Lureau2015-03-041-4/+4
* scons: Define _DEFAULT_SOURCE.Vinson Lee2015-03-031-0/+1
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-032-3/+2
* freedreno/a4xx: re-enable int (conditional on glsl130)Rob Clark2015-03-031-1/+1
* freedreno/ir3: handle flat bypass for a4xxRob Clark2015-03-038-5/+99
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-033-4/+8
* freedreno/ir3: fix up cat6 instruction encodingsRob Clark2015-03-033-139/+121
* tgsi/lowering: don't forget interp for BCOLOR inputsRob Clark2015-03-031-3/+7
* freedreno/a3xx,a4xx: silence some warningsRob Clark2015-03-032-5/+2
* c99_alloca.h: add case for __sunBrian Paul2015-03-031-0/+4
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-0311-12/+51
* i965: Fix assertion in brw_reg_type_lettersBen Widawsky2015-03-021-1/+1
* i965: Rename some PIPE_CONTROL flagsBen Widawsky2015-03-025-14/+14
* i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner2015-03-021-10/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-021-0/+3
* meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand2015-03-021-4/+4
* i915: Remove hand-rolled memcpy implementation.Matt Turner2015-03-022-29/+1
* i965: Remove hand-rolled memcpy implementation.Matt Turner2015-03-022-28/+1
* i965: Consider scratch writes to have side effects.Matt Turner2015-03-021-0/+1
* mesa: Correct backwards NULL check.Matt Turner2015-03-021-1/+1
* mesa: Free memory allocated for luminance in readpixels.Matt Turner2015-03-021-0/+1
* mesa: Indent break statements and add a missing one.Matt Turner2015-03-021-5/+6
* c99_alloca.h: Include stdlib.h on all non-Windows.Vinson Lee2015-03-021-5/+1
* mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.hBrian Paul2015-03-021-4/+0
* mesa: remove the Elements() macro definitionBrian Paul2015-03-021-3/+0
* util: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* radeon: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* r200: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* nouveau: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* i965: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-025-8/+8
* i915: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mapi: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* glsl: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-0211-22/+22
* st/dri: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-0210-45/+45
* mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-024-12/+12
* mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-022-2/+2
* mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-025-18/+18