summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-24main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand1-2/+2
2015-02-24mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák1-1/+1
2015-02-24meta: Fix saving the results of the current occlusion queryNeil Roberts1-7/+10
2015-02-24mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga3-15/+25
2015-02-24mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga1-5/+52
2015-02-24i965/vec4/vp: Use vec4_visitor::CMP.Matt Turner1-2/+1
2015-02-24st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin1-1/+1
2015-02-24mesa: fix OES_texture_float texture render target behaviorTapani Pälli1-0/+12
2015-02-24Revert use of Mesa IR optimizer for ARB_fragment_programsCarl Worth1-3/+0
2015-02-24i965: Fix integer border color on Haswell.Kenneth Graunke3-0/+66
2015-02-24i965: Use a gl_color_union for sampler border color.Kenneth Graunke1-53/+52
2015-02-24i965: Override swizzles for integer luminance formats.Kenneth Graunke1-0/+8
2015-02-07i965: Add more stringent blitter assertionsBen Widawsky1-0/+3
2015-02-07i965: Consolidate some of the intel_blit logicBen Widawsky1-20/+8
2015-02-06i965/vec4: Correct MUL destination hazardBen Widawsky1-4/+4
2015-02-05i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).Kenneth Graunke1-9/+25
2015-02-05i965/fs: Use inst->eot rather than opcodes in register allocation.Kenneth Graunke1-11/+10
2015-02-05i965/fs: Delete is_last_send(); just check inst->eot.Kenneth Graunke1-14/+1
2015-02-06st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARBMichel Dänzer1-2/+9
2015-02-04i965: Remove now unnecessary Gen8 CMP destination type override.Matt Turner1-8/+0
2015-02-04i965: Set CMP's destination type to src0's type.Matt Turner2-18/+18
2015-02-04i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.Matt Turner1-1/+36