summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Try to make sense of the nir_shader_compiler_options code.Kenneth Graunke2015-03-082-1/+9
* i965/nir: Resolve source modifiers on Gen8+ logic operations.Kenneth Graunke2015-03-083-0/+27
* 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-059-18/+15
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-055-42/+106
* xmlpool: make sure we ship options.hEmil Velikov2015-03-051-1/+1
* osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* xlib: include stdio.hBrian Paul2015-03-054-1/+4
* 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
* 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
* windows/gdi: Remove.Jose Fonseca2015-03-047-1980/+0
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-032-3/+2
* 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
* 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
* 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
* 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
* 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
* 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
* i965: Fix I/L/LA SNORM formats.Kenneth Graunke2015-02-271-1/+19