| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno/ir3: add support for memory (cat6) instructions | Rob Clark | 2015-03-03 | 3 | -4/+8 |
* | freedreno/ir3: fix up cat6 instruction encodings | Rob Clark | 2015-03-03 | 3 | -139/+121 |
* | tgsi/lowering: don't forget interp for BCOLOR inputs | Rob Clark | 2015-03-03 | 1 | -3/+7 |
* | freedreno/a3xx,a4xx: silence some warnings | Rob Clark | 2015-03-03 | 2 | -5/+2 |
* | c99_alloca.h: add case for __sun | Brian Paul | 2015-03-03 | 1 | -0/+4 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-03-03 | 11 | -12/+51 |
* | i965: Fix assertion in brw_reg_type_letters | Ben Widawsky | 2015-03-02 | 1 | -1/+1 |
* | i965: Rename some PIPE_CONTROL flags | Ben Widawsky | 2015-03-02 | 5 | -14/+14 |
* | i965/fs: Don't use backend_visitor::instructions after creating the CFG. | Matt Turner | 2015-03-02 | 1 | -10/+0 |
* | main/base_tex_format: Properly handle STENCIL_INDEX1/4/16 | Jason Ekstrand | 2015-03-02 | 1 | -0/+3 |
* | meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin | Jason Ekstrand | 2015-03-02 | 1 | -4/+4 |
* | i915: Remove hand-rolled memcpy implementation. | Matt Turner | 2015-03-02 | 2 | -29/+1 |
* | i965: Remove hand-rolled memcpy implementation. | Matt Turner | 2015-03-02 | 2 | -28/+1 |
* | i965: Consider scratch writes to have side effects. | Matt Turner | 2015-03-02 | 1 | -0/+1 |
* | mesa: Correct backwards NULL check. | Matt Turner | 2015-03-02 | 1 | -1/+1 |
* | mesa: Free memory allocated for luminance in readpixels. | Matt Turner | 2015-03-02 | 1 | -0/+1 |
* | mesa: Indent break statements and add a missing one. | Matt Turner | 2015-03-02 | 1 | -5/+6 |
* | c99_alloca.h: Include stdlib.h on all non-Windows. | Vinson Lee | 2015-03-02 | 1 | -5/+1 |
* | mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.h | Brian Paul | 2015-03-02 | 1 | -4/+0 |
* | mesa: remove the Elements() macro definition | Brian Paul | 2015-03-02 | 1 | -3/+0 |
* | util: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | radeon: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -10/+10 |
* | r200: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -10/+10 |
* | nouveau: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -4/+4 |
* | i965: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 5 | -8/+8 |
* | i915: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | mapi: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -2/+2 |
* | glsl: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 11 | -22/+22 |
* | st/dri: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -4/+4 |
* | st/mesa: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 10 | -45/+45 |
* | mesa/program: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 4 | -12/+12 |
* | mesa/swrast: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 2 | -2/+2 |
* | mesa/vbo: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 5 | -18/+18 |
* | mesa/main: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 24 | -63/+63 |
* | mesa: trim down #includes in api_loopback.h | Brian Paul | 2015-03-02 | 1 | -6/+1 |
* | mesa: trim down includes of compiler.h | Brian Paul | 2015-03-02 | 16 | -23/+6 |
* | scons: Fix HAVE___* definition. | Jose Fonseca | 2015-03-02 | 1 | -24/+23 |
* | identity: Remove. | Jose Fonseca | 2015-03-02 | 14 | -1707/+0 |
* | i965: Remove the create_raw_surface vtbl hook. | Francisco Jerez | 2015-03-02 | 5 | -47/+8 |
* | i965: Add missing defines for render cache messages. | Francisco Jerez | 2015-03-02 | 2 | -2/+8 |
* | i965/skl: Lay out a 1D miptree horizontally | Neil Roberts | 2015-03-02 | 1 | -2/+60 |
* | i965/skl: Lay out 3D textures the same as array textures | Neil Roberts | 2015-03-02 | 1 | -2/+8 |
* | i965/skl: Fix the maximum thread count format for the PS | Neil Roberts | 2015-03-02 | 1 | -1/+6 |
* | draw: fix division-by-zero for empty geometry shaders | Marek Olšák | 2015-03-02 | 1 | -2/+5 |
* | i965/gs: Check newly-generated GS-out VUE map against correct stage | Chris Forbes | 2015-03-01 | 1 | -1/+1 |
* | i965: add GLSL_TYPE_DOUBLE switch case to silence warning | Brian Paul | 2015-02-28 | 1 | -0/+1 |
* | mesa: include macros.h in stencil.h | Brian Paul | 2015-02-28 | 1 | -0/+1 |
* | mesa: move finite macro to imports.h | Brian Paul | 2015-02-28 | 2 | -8/+8 |
* | mesa: remove _NORMAPI, _NORMAPIP macros | Brian Paul | 2015-02-28 | 2 | -8/+1 |
* | mesa: move FLT_MAX_EXP to c99_math.h | Brian Paul | 2015-02-28 | 2 | -4/+4 |