summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik2015-03-051-1/+1
* i965/vec4: Handle saturate in dump_instruction().Matt Turner2015-03-051-0/+2
* i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke2015-03-051-1/+49
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-0515-22/+46
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-055-42/+106
* mesa/x86: missing stdio inclusionsMark Janes2015-03-052-0/+4
* xmlpool: make sure we ship options.hEmil Velikov2015-03-051-1/+1
* mesa: drop Makefile from get_hash.h dependency listEmil Velikov2015-03-051-1/+1
* mesa: fix dependency tracking of generated sourcesEmil Velikov2015-03-051-0/+2
* mesa: rename format_info.c to format_info.hEmil Velikov2015-03-055-7/+7
* mesa/main: update .gitignoreEmil Velikov2015-03-051-2/+0
* mesa: remove THREADS check, printf calls in debug.cBrian Paul2015-03-051-5/+0
* osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* xlib: include stdio.hBrian Paul2015-03-054-1/+4
* st/mesa: include stdio.h where neededBrian Paul2015-03-052-0/+2
* swrast: include stdio.h where neededBrian Paul2015-03-051-0/+1
* nouveau: include stdio.h where neededBrian Paul2015-03-053-0/+3
* dri/common: include stdio.h where neededBrian Paul2015-03-052-0/+2
* mesa: include stdio.h where neededBrian Paul2015-03-0522-2/+25
* mesa: include c11/threads.h in mtypes.hBrian Paul2015-03-051-0/+1
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-051-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-051-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-051-36/+26
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-042-0/+38
* i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg2015-03-041-0/+8
* 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