summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2015-03-26i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez3-15/+4
2015-03-11i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga1-2/+7
2015-03-11i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke1-3/+9
2015-03-11i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2-23/+18
2015-03-11i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2-5/+16
2015-03-11i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2-10/+8
2015-03-11i965/fs: Set smear on shader_time diff register.Kenneth Graunke1-0/+1
2015-03-11i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke1-2/+7
2015-03-11meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts1-0/+8
2015-03-11meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts1-12/+20
2015-03-11Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts1-36/+26
2015-03-11meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts1-4/+0
2015-03-07i965: Avoid applying negate to wrong MAD source.Matt Turner1-15/+13
2015-03-07main: Fix target checking for CopyTexSubImage*D.Laura Ekstrand1-8/+54
2015-03-07main: Fix target checking for CompressedTexSubImage*D.Laura Ekstrand1-15/+65
2015-03-07intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2-3/+2
2015-03-07i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik1-1/+1
2015-03-07i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke1-1/+49
2015-03-07i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner5-42/+106
2015-03-07i965/fs: Don't propagate cmod to inst with different type.Matt Turner2-0/+38
2015-03-07i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner1-10/+0
2015-03-07main/base_tex_format: Properly handle STENCIL_INDEX1/4/16Jason Ekstrand1-0/+3
2015-03-07meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_beginJason Ekstrand1-4/+4
2015-03-07i965: Consider scratch writes to have side effects.Matt Turner1-0/+1
2015-03-07mesa: Correct backwards NULL check.Matt Turner1-1/+1
2015-03-07mesa: Free memory allocated for luminance in readpixels.Matt Turner1-0/+1
2015-03-07mesa: Indent break statements and add a missing one.Matt Turner1-5/+6
2015-03-07i965/gs: Check newly-generated GS-out VUE map against correct stageChris Forbes1-1/+1
2015-03-07i965/vec4: Fix implementation of i2b.Matt Turner1-1/+1
2015-03-07i965/fs/nir: Use emit_math for nir_op_fpowIan Romanick1-1/+1
2015-03-02xmlpool: make sure we ship options.hEmil Velikov1-1/+1
2015-03-02mesa: drop Makefile from get_hash.h dependency listEmil Velikov1-1/+1
2015-03-02mesa: fix dependency tracking of generated sourcesEmil Velikov1-0/+2
2015-03-02mesa: rename format_info.c to format_info.hEmil Velikov4-6/+6
2015-03-02mesa/main: update .gitignoreEmil Velikov1-3/+1
2015-02-27i965/skl: Implement WaDisable1DDepthStencilNeil Roberts1-0/+12
2015-02-27common: Fix PBOs for 1D_ARRAY.Laura Ekstrand1-26/+36
2015-02-27common: Correct PBO 2D_ARRAY handling.Laura Ekstrand1-9/+17
2015-02-27common: Correct texture init for meta pbo uploads and downloads.Laura Ekstrand1-1/+4
2015-02-24mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev1-2/+2
2015-02-24i965: Link test programs with gtest before pthreads.Matt Turner1-10/+10
2015-02-24vbo: fix an unitialized-variable warningMarek Olšák1-0/+1
2015-02-24i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner4-2/+21
2015-02-24i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2-4/+52
2015-02-24i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2-4/+44
2015-02-24i965/fs: Add unit tests for saturate propagation pass.Matt Turner2-0/+362
2015-02-24st/mesa: fix sampler view reference counting bug in glDraw/CopyPixelsBrian Paul1-6/+9
2015-02-24swrast: fix multiple color buffer writingBrian Paul1-11/+14
2015-02-24i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke1-7/+7
2015-02-24Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith1-2/+2