summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increment version to 10.5.0-rc3mesa-10.5.0-rc3Emil Velikov2015-02-281-1/+1
* auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray2015-02-271-2/+2
* r600g/sb: treat undefined values like constantsDave Airlie2015-02-271-2/+2
* i965/skl: Implement WaDisable1DDepthStencilNeil Roberts2015-02-271-0/+12
* pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard2015-02-271-1/+5
* glsl: Rewrite and fix min/max to saturate optimization.Matt Turner2015-02-271-29/+46
* glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESAAndreas Boll2015-02-271-6/+30
* common: Fix PBOs for 1D_ARRAY.Laura Ekstrand2015-02-271-26/+36
* common: Correct PBO 2D_ARRAY handling.Laura Ekstrand2015-02-271-9/+17
* common: Correct texture init for meta pbo uploads and downloads.Laura Ekstrand2015-02-271-1/+4
* st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu2015-02-271-0/+5
* Increment version to 10.5.0-rc2mesa-10.5.0-rc2Emil Velikov2015-02-241-1/+1
* install-lib-links: remove the .install-lib-links fileEmil Velikov2015-02-241-0/+1
* mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev2015-02-241-2/+2
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-241-3/+38
* i965: Link test programs with gtest before pthreads.Matt Turner2015-02-241-10/+10
* radeonsi: fix point spritesMarek Olšák2015-02-241-1/+1
* vbo: fix an unitialized-variable warningMarek Olšák2015-02-241-0/+1
* radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák2015-02-241-18/+11
* i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner2015-02-244-2/+21
* i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2015-02-242-4/+52
* i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2015-02-242-4/+44
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-242-0/+362
* st/mesa: fix sampler view reference counting bug in glDraw/CopyPixelsBrian Paul2015-02-241-6/+9
* swrast: fix multiple color buffer writingBrian Paul2015-02-241-11/+14
* install-lib-links: don't depend on .libs directoryLucas Stach2015-02-241-2/+2
* auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov2015-02-241-0/+1
* auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov2015-02-242-1/+13
* automake: Use AM_DISTCHECK_CONFIGURE_FLAGSEmil Velikov2015-02-241-1/+1
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-241-4/+0
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-241-7/+7
* Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith2015-02-241-2/+2
* Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith2015-02-241-3/+3
* Avoid fighting with Solaris headers over isnormal()Alan Coopersmith2015-02-241-1/+1
* Remove extraneous ; after DECL_TYPE usageAlan Coopersmith2015-02-241-33/+33
* Bracket arguments to tr so they work with Solaris trAlan Coopersmith2015-02-241-1/+1
* glsl: Reduce memory consumption of copy propagation passes.Kenneth Graunke2015-02-242-6/+25
* main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand2015-02-241-2/+2
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-241-4/+8
* mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák2015-02-241-1/+1
* radeonsi: small fix in SPI stateMarek Olšák2015-02-241-2/+4
* meta: Fix saving the results of the current occlusion queryNeil Roberts2015-02-241-7/+10
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-243-15/+25
* mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga2015-02-241-5/+52
* i965/vec4/vp: Use vec4_visitor::CMP.Matt Turner2015-02-241-2/+1
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-242-4/+13
* st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin2015-02-241-1/+1
* nvc0: bail out of 2d blits with non-A8_UNORM alpha formatsIlia Mirkin2015-02-241-2/+5
* mesa: fix OES_texture_float texture render target behaviorTapani Pälli2015-02-241-0/+12
* Revert use of Mesa IR optimizer for ARB_fragment_programsCarl Worth2015-02-241-3/+0