summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-24nvc0: allow holes in xfb target listsIlia Mirkin2-4/+13
2015-02-24st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin1-1/+1
2015-02-24nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin1-2/+5
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-12auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov8-6/+25
2015-02-12nir: add missing header to the sources listEmil Velikov1-0/+1
2015-02-12nir: resolve nir.h dependency list (fix make distcheck)Emil Velikov1-1/+1