aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: include c11/threads.h in mtypes.hBrian Paul2015-03-051-0/+1
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-051-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-051-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-051-36/+26
* glsl: Fix GCC unused-variable warning in release build.Vinson Lee2015-03-041-3/+1
* ilo: improve WA handling in rectlist pathChia-I Wu2015-03-044-38/+60
* ilo: clean up Gen7.5 WAsChia-I Wu2015-03-042-51/+43
* clover: Fix build since llvm r231270Tom Stellard2015-03-041-1/+1
* ilo: add ILO_DEBUG=hangChia-I Wu2015-03-055-4/+45
* ilo: add some more winsys functionsChia-I Wu2015-03-042-2/+66
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-042-0/+38
* r300g: Check return value of snprintf().Matt Turner2015-03-041-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-041-3/+3
* glx/tests: add -I src/ to fix make checkBrian Paul2015-03-041-0/+1
* i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg2015-03-041-0/+8
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark2015-03-041-0/+1
* gallivm: init MM = NULL to silence warningBrian Paul2015-03-041-1/+1
* mapi: remove u_compiler.hBrian Paul2015-03-049-16/+10
* mapi: use util/macros.h instead of locally defined macrosBrian Paul2015-03-042-21/+2
* mapi: replace INLINE with inlineBrian Paul2015-03-045-17/+11
* 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
* 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-048-0/+18
* st/vega: Remove.Jose Fonseca2015-03-0470-20802/+1
* st/egl: Remove.Jose Fonseca2015-03-0460-12938/+8
* windows/gdi: Remove.Jose Fonseca2015-03-048-1981/+0
* 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
* 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
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-0310-12/+34
* 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