summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-04-06configure.ac: Add AC_SYS_LARGEFILEtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20160223.170033submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150408.043231accepted/tizen/wearable/20150408.103951accepted/tizen/tv/20150408.103802accepted/tizen/mobile/20150408.104315accepted/tizen/common/20150408.102954tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commonMichel Dänzer3-6/+10
2014-09-24Allow EGL software rendering by building the EGL Gallium driverManuel Bachmann1-0/+3
2014-09-16r300g: set register classes before interferencesConnor Abbott1-2/+4
2014-09-16gallivm: Fix uses of 2^24Richard Sandiford1-4/+4
2014-09-16gallium/util: add missing u_debug includeAndreas Boll1-0/+1
2014-09-16nouveau: remove unneeded assertMaarten Lankhorst1-1/+0
2014-09-16nouveau: rework reference frame handlingMaarten Lankhorst3-4/+37
2014-09-16nouveau: fix MPEG4 hw decodingMaarten Lankhorst1-3/+3
2014-09-16nouveau: re-allocate bo's on overflowMaarten Lankhorst4-11/+87
2014-09-09nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2-2/+2
2014-09-08gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand1-5/+21
2014-09-08nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller1-9/+7
2014-09-08nv50/ir/util: fix BitSet issuesChristoph Bumiller3-3/+10
2014-09-05freedreno/ir3: fix potential null ptr derefRob Clark1-1/+2
2014-09-05freedreno/a2xx: fix segfaultRob Clark1-0/+1
2014-09-05freedreno/a3xx: handle first/last level properlyRob Clark3-9/+13
2014-09-05freedreno: implement pipe_flush_resource()Rob Clark1-1/+5
2014-09-05freedreno: don't ignore src/dst levelRob Clark1-39/+63
2014-09-05automake: check if the linker supports --dynamic-listJonathan Gray2-2/+10
2014-09-05kms-swrast: Support Prime fd handlingAndreas Pokorny2-11/+79
2014-09-05r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák1-0/+28
2014-09-05winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-09-05r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák1-6/+6
2014-09-05nv50: attach the buffer bo to the miptree structuresIlia Mirkin1-8/+5
2014-09-05nv50: mt address may not be the underlying bo's start addressIlia Mirkin3-12/+14
2014-09-05nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin1-0/+2
2014-09-05nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-05nvc0: don't make 1d staging textures linearIlia Mirkin1-1/+0
2014-09-05nv50: zero out unbound samplersIlia Mirkin1-2/+5
2014-09-05nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2-8/+29
2014-09-05r600g: fix layered clearMarek Olšák1-1/+2
2014-08-28radeon/uvd: fix field handling on R6XX style UVDChristian König1-2/+5
2014-08-26vl/compositor: set the scissor before clearing the render targetChristian König1-1/+1
2014-08-26st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König3-15/+71
2014-08-21r600g: Fix flat/smooth shade state toggleGlenn Kennard1-1/+3
2014-08-21r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-21r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard1-2/+3
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-21radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-21st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer1-2/+14
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-20gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-08-19vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt1-15/+11
2014-08-19vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt1-2/+5
2014-08-19r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard4-57/+87
2014-08-19gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV1-0/+1
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-19llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2-2/+3
2014-08-19nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann4-32/+37