summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-04gallium/nouveau: move pushbuf and fences to contextHEADmasterMaarten Lankhorst35-554/+623
2015-03-04gallium/nouveau: decouple nouveau_fence implementation from screenMaarten Lankhorst12-78/+121
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
2015-03-02i965: Consider scratch writes to have side effects.Matt Turner1-0/+1
2015-03-02mesa: Correct backwards NULL check.Matt Turner1-1/+1
2015-03-02mesa: Free memory allocated for luminance in readpixels.Matt Turner1-0/+1
2015-03-02mesa: Indent break statements and add a missing one.Matt Turner1-5/+6
2015-03-02c99_alloca.h: Include stdlib.h on all non-Windows.Vinson Lee1-5/+1
2015-03-02mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.hBrian Paul1-4/+0
2015-03-02mesa: remove the Elements() macro definitionBrian Paul1-3/+0
2015-03-02util: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-03-02radeon: replace Elements() with ARRAY_SIZE()Brian Paul1-10/+10
2015-03-02r200: replace Elements() with ARRAY_SIZE()Brian Paul1-10/+10
2015-03-02nouveau: replace Elements() with ARRAY_SIZE()Brian Paul1-4/+4
2015-03-02i965: replace Elements() with ARRAY_SIZE()Brian Paul5-8/+8
2015-03-02i915: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-03-02mapi: replace Elements() with ARRAY_SIZE()Brian Paul1-2/+2
2015-03-02glsl: replace Elements() with ARRAY_SIZE()Brian Paul11-22/+22
2015-03-02st/dri: replace Elements() with ARRAY_SIZE()Brian Paul1-4/+4
2015-03-02st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul10-45/+45
2015-03-02mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul4-12/+12
2015-03-02mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2-2/+2
2015-03-02mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul5-18/+18
2015-03-02mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul24-63/+63
2015-03-02mesa: trim down #includes in api_loopback.hBrian Paul1-6/+1
2015-03-02mesa: trim down includes of compiler.hBrian Paul16-23/+6
2015-03-02scons: Fix HAVE___* definition.Jose Fonseca1-24/+23
2015-03-02identity: Remove.Jose Fonseca14-1707/+0
2015-03-02i965: Remove the create_raw_surface vtbl hook.Francisco Jerez5-47/+8
2015-03-02i965: Add missing defines for render cache messages.Francisco Jerez2-2/+8
2015-03-02i965/skl: Lay out a 1D miptree horizontallyNeil Roberts1-2/+60
2015-03-02i965/skl: Lay out 3D textures the same as array texturesNeil Roberts1-2/+8
2015-03-02i965/skl: Fix the maximum thread count format for the PSNeil Roberts1-1/+6