summaryrefslogtreecommitdiff
path: root/src
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-02mapi: fix shared-glapi dependency trackingEmil 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-27auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray1-2/+2
2015-02-27r600g/sb: treat undefined values like constantsDave Airlie1-2/+2
2015-02-27i965/skl: Implement WaDisable1DDepthStencilNeil Roberts1-0/+12
2015-02-27pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard1-1/+5
2015-02-27glsl: Rewrite and fix min/max to saturate optimization.Matt Turner1-29/+46
2015-02-27glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESAAndreas Boll1-6/+30
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-27st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu1-0/+5
2015-02-24mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev1-2/+2
2015-02-24egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy1-3/+38
2015-02-24i965: Link test programs with gtest before pthreads.Matt Turner1-10/+10
2015-02-24radeonsi: fix point spritesMarek Olšák1-1/+1
2015-02-24vbo: fix an unitialized-variable warningMarek Olšák1-0/+1
2015-02-24radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák1-18/+11
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-24auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov1-0/+1
2015-02-24auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov1-0/+4
2015-02-24Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer1-4/+0
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-24Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith1-3/+3
2015-02-24Avoid fighting with Solaris headers over isnormal()Alan Coopersmith1-1/+1
2015-02-24Remove extraneous ; after DECL_TYPE usageAlan Coopersmith1-33/+33
2015-02-24glsl: Reduce memory consumption of copy propagation passes.Kenneth Graunke2-6/+25
2015-02-24main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand1-2/+2
2015-02-24radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák1-4/+8
2015-02-24mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák1-1/+1
2015-02-24radeonsi: small fix in SPI stateMarek Olšák1-2/+4
2015-02-24meta: Fix saving the results of the current occlusion queryNeil Roberts1-7/+10