| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 1 | -4/+0 |
* | mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c | Brian Paul | 2015-02-28 | 2 | -4/+3 |
* | mesa: remove unused uninitialized_var() macro | Brian Paul | 2015-02-28 | 1 | -8/+0 |
* | mesa: Check return value of __get_cpuid(). | Matt Turner | 2015-02-28 | 1 | -3/+3 |
* | i965/fs/nir: Mark fallthrough. | Matt Turner | 2015-02-28 | 1 | -0/+1 |
* | i965/fs/nir: Mark fallthrough. | Matt Turner | 2015-02-28 | 1 | -0/+1 |
* | i965: Avoid applying negate to wrong MAD source. | Matt Turner | 2015-02-27 | 2 | -30/+26 |
* | i965/vec4: Fix implementation of i2b. | Matt Turner | 2015-02-27 | 1 | -1/+1 |
* | i965/fs/nir: Use emit_math for nir_op_fpow | Ian Romanick | 2015-02-27 | 1 | -1/+1 |
* | Revert "configure: Leverage gcc warn options to enable safe use of C99 featur... | Kenneth Graunke | 2015-02-27 | 1 | -8/+2 |
* | mesa: silence unused var warning in get_tex_rgba_uncompressed() | Brian Paul | 2015-02-27 | 1 | -1/+2 |
* | mesa: move declaration before code | Brian Paul | 2015-02-27 | 1 | -2/+3 |
* | meta: silence declaration after code warning on MinGW | Brian Paul | 2015-02-27 | 1 | -1/+2 |
* | meta: silence uninitialized variable warnings for MinGW | Brian Paul | 2015-02-27 | 1 | -0/+2 |
* | i965: Fix I/L/LA SNORM formats. | Kenneth Graunke | 2015-02-27 | 1 | -1/+19 |
* | i965/fs: Patch the instruction generating discards; don't use CMP.Z. | Kenneth Graunke | 2015-02-27 | 1 | -2/+3 |
* | i965/fs: Introduce brw_negate_cmod(). | Kenneth Graunke | 2015-02-27 | 2 | -0/+23 |
* | main: Fix whitespace in teximage.c. | Laura Ekstrand | 2015-02-27 | 1 | -1/+1 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 1 | -2/+8 |
* | mesa: restore #include stdarg.h in imports.h | Brian Paul | 2015-02-27 | 1 | -0/+1 |
* | main: Fix target checking for CompressedTexSubImage*D. | Laura Ekstrand | 2015-02-26 | 1 | -15/+65 |