| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/util: add debug_print_usage_enum() debug helper | Brian Paul | 2015-02-27 | 2 | -0/+22 |
* | gallium/util: fix 'statement with no effect' warning | Brian Paul | 2015-02-27 | 1 | -2/+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 |
* | radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2 | Tom Stellard | 2015-02-27 | 1 | -2/+2 |
* | clover: Don't unconditionally define cl_khr_fp64 | Tom Stellard | 2015-02-27 | 1 | -1/+0 |
* | pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled | Tom Stellard | 2015-02-27 | 1 | -1/+5 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 10 | -12/+34 |
* | nir: Use alloca instead of variable length arrays. | Jose Fonseca | 2015-02-27 | 3 | -16/+21 |
* | mesa: restore #include stdarg.h in imports.h | Brian Paul | 2015-02-27 | 1 | -0/+1 |
* | r300g/tests: Include stdio.h. | Vinson Lee | 2015-02-26 | 1 | -0/+2 |
* | radeon/compiler: include stdio.h | Brian Paul | 2015-02-26 | 1 | -0/+1 |
* | main: Fix target checking for CompressedTexSubImage*D. | Laura Ekstrand | 2015-02-26 | 1 | -15/+65 |
* | main: Fix target checking for CopyTexSubImage*D. | Laura Ekstrand | 2015-02-26 | 1 | -8/+54 |
* | mesa: remove unused INLINE macro from compiler.h | Brian Paul | 2015-02-26 | 1 | -7/+0 |
* | st/mesa: replace INLINE with inline | Brian Paul | 2015-02-26 | 15 | -37/+37 |
* | swrast: replace INLINE with inline | Brian Paul | 2015-02-26 | 2 | -6/+6 |
* | radeon: replace INLINE with inline | Brian Paul | 2015-02-26 | 5 | -8/+8 |
* | r200: replace INLINE with inline | Brian Paul | 2015-02-26 | 3 | -4/+4 |
* | i915: replace INLINE with inline | Brian Paul | 2015-02-26 | 10 | -22/+22 |
* | include,auxiliary: Remove support for MSVC older then 2008. | Jose Fonseca | 2015-02-26 | 2 | -28/+1 |
* | mesa: don't include stdint.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -6/+0 |
* | mesa: don't include math.h in compiler.h | Brian Paul | 2015-02-26 | 4 | -1/+3 |
* | mesa: trim down #includes in compiler.h | Brian Paul | 2015-02-26 | 4 | -5/+4 |
* | r300g: remove dependency on compiler.h | Brian Paul | 2015-02-26 | 5 | -3/+5 |
* | mesa: don't include limits.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -1/+0 |
* | mesa: don't include float.h in compiler.h | Brian Paul | 2015-02-26 | 1 | -1/+0 |
* | mesa: only include ctype.h where it's used | Brian Paul | 2015-02-26 | 2 | -1/+1 |
* | mesa: include stdarg.h only where it's used | Brian Paul | 2015-02-26 | 5 | -3/+5 |
* | mesa: remove M_PI, M_E, M_LOG2E macro definitions | Brian Paul | 2015-02-26 | 1 | -13/+0 |
* | glsl: #include c99_math.h instead of core.h | Brian Paul | 2015-02-26 | 1 | -1/+1 |
* | gallium: whitespace, comment formatting fixes in p_defines.h | Brian Paul | 2015-02-26 | 1 | -30/+36 |
* | util: add debug_print_bind_flags() debug helper | Brian Paul | 2015-02-26 | 2 | -0/+36 |
* | gallium: renumber PIPE_BIND_ flags | Brian Paul | 2015-02-26 | 1 | -13/+13 |
* | meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex | Neil Roberts | 2015-02-26 | 1 | -4/+0 |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 11 | -97/+117 |
* | i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT | Anuj Phogat | 2015-02-25 | 1 | -0/+3 |
* | i965: Pass pointer to miptree as function parameter in intel_horizontal_textu... | Anuj Phogat | 2015-02-25 | 1 | -6/+6 |
* | i965: Allocate texture buffer in intelTexImage | Anuj Phogat | 2015-02-25 | 1 | -2/+11 |
* | i965: Make a function to check the conditions to use the blitter | Anuj Phogat | 2015-02-25 | 1 | -11/+29 |
* | i965: Move the comment to the right place | Anuj Phogat | 2015-02-25 | 1 | -1/+1 |
* | i965: Fix condition to use Y tiling in blitter in intel_miptree_create() | Anuj Phogat | 2015-02-25 | 1 | -3/+3 |
* | meta: Pass null pointer for the pixel data to avoid unnecessary data upload | Anuj Phogat | 2015-02-25 | 1 | -1/+4 |
* | meta: Fix buffer object assignment to account for both pack and unpack bo's | Anuj Phogat | 2015-02-25 | 1 | -1/+1 |
* | meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER | Anuj Phogat | 2015-02-25 | 1 | -1/+7 |
* | meta: Add assertion check for ctx->Meta->SaveStackDepth | Anuj Phogat | 2015-02-25 | 1 | -0/+2 |
* | meta: Do power of two samples check only for samples > 0 | Anuj Phogat | 2015-02-25 | 1 | -2/+2 |
* | glsl: Rewrite and fix min/max to saturate optimization. | Matt Turner | 2015-02-25 | 1 | -29/+46 |