summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray2015-02-271-2/+2
* glsl: silence uninitialized var warning on MinGWBrian Paul2015-02-271-0/+1
* mesa: silence unused var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-271-1/+2
* mesa: move declaration before codeBrian Paul2015-02-271-2/+3
* meta: silence declaration after code warning on MinGWBrian Paul2015-02-271-1/+2
* meta: silence uninitialized variable warnings for MinGWBrian Paul2015-02-271-0/+2
* gallium/util: add debug_print_usage_enum() debug helperBrian Paul2015-02-272-0/+22
* gallium/util: fix 'statement with no effect' warningBrian Paul2015-02-271-2/+2
* i965: Fix I/L/LA SNORM formats.Kenneth Graunke2015-02-271-1/+19
* i965/fs: Patch the instruction generating discards; don't use CMP.Z.Kenneth Graunke2015-02-271-2/+3
* i965/fs: Introduce brw_negate_cmod().Kenneth Graunke2015-02-272-0/+23
* main: Fix whitespace in teximage.c.Laura Ekstrand2015-02-271-1/+1
* radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2Tom Stellard2015-02-271-2/+2
* clover: Don't unconditionally define cl_khr_fp64Tom Stellard2015-02-271-1/+0
* pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard2015-02-271-1/+5
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-2710-12/+34
* nir: Use alloca instead of variable length arrays.Jose Fonseca2015-02-273-16/+21
* mesa: restore #include stdarg.h in imports.hBrian Paul2015-02-271-0/+1
* r300g/tests: Include stdio.h.Vinson Lee2015-02-261-0/+2
* radeon/compiler: include stdio.hBrian Paul2015-02-261-0/+1
* main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand2015-02-261-15/+65
* main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand2015-02-261-8/+54
* mesa: remove unused INLINE macro from compiler.hBrian Paul2015-02-261-7/+0
* st/mesa: replace INLINE with inlineBrian Paul2015-02-2615-37/+37
* swrast: replace INLINE with inlineBrian Paul2015-02-262-6/+6
* radeon: replace INLINE with inlineBrian Paul2015-02-265-8/+8
* r200: replace INLINE with inlineBrian Paul2015-02-263-4/+4
* i915: replace INLINE with inlineBrian Paul2015-02-2610-22/+22
* include,auxiliary: Remove support for MSVC older then 2008.Jose Fonseca2015-02-262-28/+1
* mesa: don't include stdint.h in compiler.hBrian Paul2015-02-261-6/+0
* mesa: don't include math.h in compiler.hBrian Paul2015-02-264-1/+3
* mesa: trim down #includes in compiler.hBrian Paul2015-02-264-5/+4
* r300g: remove dependency on compiler.hBrian Paul2015-02-265-3/+5
* mesa: don't include limits.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: don't include float.h in compiler.hBrian Paul2015-02-261-1/+0
* mesa: only include ctype.h where it's usedBrian Paul2015-02-262-1/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-265-3/+5
* mesa: remove M_PI, M_E, M_LOG2E macro definitionsBrian Paul2015-02-261-13/+0
* glsl: #include c99_math.h instead of core.hBrian Paul2015-02-261-1/+1
* gallium: whitespace, comment formatting fixes in p_defines.hBrian Paul2015-02-261-30/+36
* util: add debug_print_bind_flags() debug helperBrian Paul2015-02-262-0/+36
* gallium: renumber PIPE_BIND_ flagsBrian Paul2015-02-261-13/+13
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-02-261-4/+0
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-2511-97/+117
* i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRTAnuj Phogat2015-02-251-0/+3
* i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...Anuj Phogat2015-02-251-6/+6
* i965: Allocate texture buffer in intelTexImageAnuj Phogat2015-02-251-2/+11
* i965: Make a function to check the conditions to use the blitterAnuj Phogat2015-02-251-11/+29
* i965: Move the comment to the right placeAnuj Phogat2015-02-251-1/+1
* i965: Fix condition to use Y tiling in blitter in intel_miptree_create()Anuj Phogat2015-02-251-3/+3