summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-04i965/bdw: Modify PMA fix enable/disable w/aworkaroundsBen Widawsky1-19/+10
2015-03-04i965/skl: Don't use PMA stall workaroundBen Widawsky1-0/+6
2015-03-04i965: Reorganize PMA optimization workaround codeBen Widawsky3-8/+16
2015-03-04i965/hsw: Implement end of batch workaroundBen Widawsky2-0/+21
2015-03-04i965/hsw: Properly handle RO state invalidationBen Widawsky2-0/+16
2015-03-04i965/skl: Disable partial resolve in VCBen Widawsky2-0/+11
2015-03-04clover: Fix build since llvm r231270Tom Stellard1-1/+1
2015-03-05ilo: add ILO_DEBUG=hangChia-I Wu5-4/+45
2015-03-04ilo: add some more winsys functionsChia-I Wu2-2/+66
2015-03-04i965/fs: Don't propagate cmod to inst with different type.Matt Turner2-0/+38
2015-03-04r300g: Check return value of snprintf().Matt Turner1-1/+6
2015-03-04r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner1-3/+3
2015-03-04glx/tests: add -I src/ to fix make checkBrian Paul1-0/+1
2015-03-04i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg1-0/+8
2015-03-04egl: Take alpha bits into account when selecting GBM formatsDaniel Stone1-5/+11
2015-03-04freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark1-0/+1
2015-03-04gallivm: init MM = NULL to silence warningBrian Paul1-1/+1
2015-03-04mapi: remove u_compiler.hBrian Paul9-16/+10
2015-03-04mapi: use util/macros.h instead of locally defined macrosBrian Paul2-21/+2
2015-03-04mapi: replace INLINE with inlineBrian Paul5-17/+11
2015-03-04mesa: consolidate PUBLIC macro definitionBrian Paul3-32/+23
2015-03-04st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul1-0/+1
2015-03-04mapi: remove unneeded ARRAY_SIZE #defineBrian Paul3-1/+3
2015-03-04glx: use ARRAY_SIZE from macros.hBrian Paul3-1/+3
2015-03-04scons: Update for the fact that we require GCC 4.2Jose Fonseca1-15/+10
2015-03-04svga: Set MSVC2013 compat flags.Jose Fonseca2-1/+4
2015-03-04softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca4-2/+7
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca9-7/+38
2015-03-04st/vega: Remove.Jose Fonseca81-22104/+3
2015-03-04st/egl: Remove.Jose Fonseca63-12965/+12
2015-03-04windows/gdi: Remove.Jose Fonseca12-2127/+7
2015-03-04nir: Use helper macros for dealing with VLAs.Jose Fonseca4-24/+69
2015-03-04gallium/auxiliary/indices: fix start paramMarc-Andre Lureau1-4/+4
2015-03-03scons: Define _DEFAULT_SOURCE.Vinson Lee1-0/+1
2015-03-03intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2-3/+2
2015-03-03freedreno/a4xx: re-enable int (conditional on glsl130)Rob Clark1-1/+1
2015-03-03freedreno/ir3: handle flat bypass for a4xxRob Clark8-5/+99
2015-03-03freedreno/ir3: add support for memory (cat6) instructionsRob Clark3-4/+8
2015-03-03freedreno/ir3: fix up cat6 instruction encodingsRob Clark3-139/+121
2015-03-03tgsi/lowering: don't forget interp for BCOLOR inputsRob Clark1-3/+7
2015-03-03freedreno/a3xx,a4xx: silence some warningsRob Clark2-5/+2
2015-03-03c99_alloca.h: add case for __sunBrian Paul1-0/+4
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca11-12/+51
2015-03-02i965: Fix assertion in brw_reg_type_lettersBen Widawsky1-1/+1
2015-03-02i965: Rename some PIPE_CONTROL flagsBen Widawsky5-14/+14
2015-03-02i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner1-10/+0
2015-03-02main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand1-0/+3
2015-03-02meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand1-4/+4
2015-03-02i915: Remove hand-rolled memcpy implementation.Matt Turner2-29/+1
2015-03-02i965: Remove hand-rolled memcpy implementation.Matt Turner2-28/+1