summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Remove 3 out of 3 level of abstraction for the VP8 decoder main structureEmeric Grange5-196/+42
2012-06-24g3dvl: Dead code removal and cleanups in the vp8 decoderEmeric Grange8-166/+17
2012-06-24g3dvl: Clean up the vp8 decoder initialization processEmeric Grange5-49/+16
2012-06-24g3dv: Update final frame buffer recuperationEmeric Grange2-14/+7
2012-06-24g3dv: Proper destruction of the vp8 decoderEmeric Grange1-0/+3
2012-06-24g3dvl: Continue VP8 decoder interface cleanupsEmeric Grange5-136/+31
2012-06-24g3dvl: minor cleanups inside VP8 decoderEmeric Grange1-11/+17
2012-06-24g3dvl: minor cleanups inside VP8 decoderEmeric Grange2-23/+20
2012-06-24st/vdpau: Disable altref frames as reference for now, as it causesEmeric Grange1-2/+3
2012-06-24g3dvl: Remove 2 useless ycbcr bufferEmeric Grange2-19/+0
2012-06-24st/vdpau: Fix two array left blank, reorder the reference framesEmeric Grange1-8/+10
2012-06-24g3dvl: Remove two out of 3 level of abstraction for the VP8 decoder main stru...Emeric Grange8-257/+39
2012-06-24g3dvl: Remove one out of 3 level of abstraction for the VP8 decoder mainEmeric Grange4-48/+22
2012-06-24g3dvl: More cleanups; Remove vpx_image; Continue separating the vpx context f...Emeric Grange13-486/+241
2012-06-24st/vdpau: Fix a small bug related to incorrect argument fed to set_reference_...Emeric Grange1-1/+6
2012-06-24g3dvl: Rename some VP8 decoder's filesEmeric Grange25-26/+26
2012-06-24g3dvl: Refactor some more code of the VP8 decoderEmeric Grange10-269/+116
2012-06-24g3dvl: The VP8 decoder now return a YV12 buffer instead of a I420 bufferEmeric Grange3-55/+35
2012-06-24g3dvl: Remove software implementation of the loopfilterEmeric Grange5-911/+2
2012-06-24g3dvl: Minor cleanups into the VP8 decoderEmeric Grange38-344/+223
2012-06-24st/vdpau: Add VP8 video decoding support through VDPAUEmeric Grange2-0/+136
2012-06-24g3dvl: Add VP8 video decoding supportEmeric Grange11-22/+868
2012-06-24g3dvl: Add a VP8 video decoder extracted from libvpx, v2Emeric Grange71-0/+10963
2012-06-23scons: Add glsl/glcpp to the include path.Vinson Lee1-2/+2
2012-06-22automake: add missing inclusion of GL headersLaurent Carlier2-0/+2
2012-06-22mesa: #define fprintf to be __mingw_fprintf() on Mingw32Brian Paul1-0/+10
2012-06-22svga: init pointer to NULL to silence MSVC warningBrian Paul1-1/+1
2012-06-22clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2-1/+18
2012-06-22i965: Compute dFdy() correctly for FBOs.Paul Berry6-9/+46
2012-06-22mesa: minor transform feedback commentsBrian Paul1-0/+2
2012-06-22mesa: fix comments on UBO buffer binding functionsBrian Paul1-4/+7
2012-06-22draw: Handle the case when there isn't a fragment shader.Olivier Galibert1-10/+17
2012-06-21mesa: update the emacs indent filesZack Rusin2-10/+10
2012-06-21r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard3-101/+30
2012-06-21r600g: Enable reusing of compute stateTom Stellard1-6/+9
2012-06-21r600g: Fix reading vtx instruction offset from bytestreamTom Stellard1-1/+1
2012-06-21radeon/llvm: Turn on the BitExtract peephole optimizationTom Stellard2-5/+32
2012-06-21radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard6-1/+54
2012-06-21radeon/llvm: Use the VLIW Scheduler for R600->NITom Stellard12-8/+75
2012-06-21mesa: set GL_ARB_uniform_buffer_object extension year to 2009Brian Paul1-1/+1
2012-06-21mesa: Add a comment explaining my thoughts on glBindBufferBase().Eric Anholt1-0/+26
2012-06-21mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object.Eric Anholt1-0/+24
2012-06-21mesa: Add support for glBindBufferBase/Range on GL_UNIFORM_BUFFER.Eric Anholt1-0/+85
2012-06-21mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt4-59/+103
2012-06-21mesa: Move buffer object dispatch setup to bufferobj.c.Eric Anholt3-11/+21
2012-06-21mesa: Add indexed binding points for uniform buffer objects.Eric Anholt2-0/+51
2012-06-21mesa: Add support for the GL_UNIFORM_BUFFER general binding point.Eric Anholt3-0/+22
2012-06-21mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.Eric Anholt3-0/+51
2012-06-21glapi: Add uniform buffer object APIVincent Lejeune3-1/+101
2012-06-21dricore: Turn it into a normal library.Eric Anholt4-28/+11