summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-20/+0
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* windows/gdi: Remove.Jose Fonseca2015-03-048-1981/+0
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-032-3/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-2/+8
* i965: Fix assertion in brw_reg_type_lettersBen Widawsky2015-03-021-1/+1
* i965: Rename some PIPE_CONTROL flagsBen Widawsky2015-03-025-14/+14
* i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner2015-03-021-10/+0
* main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand2015-03-021-0/+3
* meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand2015-03-021-4/+4
* i915: Remove hand-rolled memcpy implementation.Matt Turner2015-03-022-29/+1
* i965: Remove hand-rolled memcpy implementation.Matt Turner2015-03-022-28/+1
* i965: Consider scratch writes to have side effects.Matt Turner2015-03-021-0/+1
* mesa: Correct backwards NULL check.Matt Turner2015-03-021-1/+1
* mesa: Free memory allocated for luminance in readpixels.Matt Turner2015-03-021-0/+1
* mesa: Indent break statements and add a missing one.Matt Turner2015-03-021-5/+6
* mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.hBrian Paul2015-03-021-4/+0
* mesa: remove the Elements() macro definitionBrian Paul2015-03-021-3/+0
* radeon: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* r200: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-10/+10
* nouveau: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* i965: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-025-8/+8
* i915: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-0210-45/+45
* mesa/program: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-024-12/+12
* mesa/swrast: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-022-2/+2
* mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-025-18/+18
* mesa/main: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-0224-63/+63
* mesa: trim down #includes in api_loopback.hBrian Paul2015-03-021-6/+1
* mesa: trim down includes of compiler.hBrian Paul2015-03-0216-23/+6
* i965: Remove the create_raw_surface vtbl hook.Francisco Jerez2015-03-025-47/+8
* i965: Add missing defines for render cache messages.Francisco Jerez2015-03-022-2/+8
* i965/skl: Lay out a 1D miptree horizontallyNeil Roberts2015-03-021-2/+60
* i965/skl: Lay out 3D textures the same as array texturesNeil Roberts2015-03-021-2/+8
* i965/skl: Fix the maximum thread count format for the PSNeil Roberts2015-03-021-1/+6
* i965/gs: Check newly-generated GS-out VUE map against correct stageChris Forbes2015-03-011-1/+1
* i965: add GLSL_TYPE_DOUBLE switch case to silence warningBrian Paul2015-02-281-0/+1
* mesa: include macros.h in stencil.hBrian Paul2015-02-281-0/+1
* mesa: move finite macro to imports.hBrian Paul2015-02-282-8/+8
* mesa: remove _NORMAPI, _NORMAPIP macrosBrian Paul2015-02-282-8/+1
* mesa: move FLT_MAX_EXP to c99_math.hBrian Paul2015-02-281-4/+0
* mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.cBrian Paul2015-02-282-4/+3
* mesa: remove unused uninitialized_var() macroBrian Paul2015-02-281-8/+0
* mesa: Check return value of __get_cpuid().Matt Turner2015-02-281-3/+3
* i965/fs/nir: Mark fallthrough.Matt Turner2015-02-281-0/+1
* i965/fs/nir: Mark fallthrough.Matt Turner2015-02-281-0/+1
* i965: Avoid applying negate to wrong MAD source.Matt Turner2015-02-272-30/+26
* i965/vec4: Fix implementation of i2b.Matt Turner2015-02-271-1/+1
* i965/fs/nir: Use emit_math for nir_op_fpowIan Romanick2015-02-271-1/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-8/+2