summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* main: Remove redundant NumLayers checks.Laura Ekstrand2015-03-092-27/+0
* main: _mesa_cube_level_complete checks NumLayers.Laura Ekstrand2015-03-091-0/+4
* i965/fs: Implement SIMD16 dual source blending.Iago Toral Quiroga2015-03-095-19/+83
* nir: Plumb the shader stage into glsl_to_nir().Kenneth Graunke2015-03-081-1/+1
* nir: Add native_integers to nir_shader_compiler_options.Kenneth Graunke2015-03-082-2/+4
* nir: Try to make sense of the nir_shader_compiler_options code.Kenneth Graunke2015-03-083-2/+10
* i965/nir: Resolve source modifiers on Gen8+ logic operations.Kenneth Graunke2015-03-083-0/+27
* st/mesa: drop unused texture functionDave Airlie2015-03-092-50/+0
* mesa/st: remove unused TexDataDave Airlie2015-03-092-27/+0
* i915: Fix GCC unused-variable warning in release build.Vinson Lee2015-03-061-2/+1
* i965: free scratch buffers when destroying the contextIago Toral Quiroga2015-03-061-0/+6
* i965: Fix URB size for CHVVille Syrjälä2015-03-061-1/+1
* 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