summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Update OpenCL headers to version 1.2 from Khronos.Francisco Jerez2014-04-291-2/+6
* st/dri: cleanup dri extension handlingEmil Velikov2014-04-282-25/+30
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-222-23/+87
* st/omx/enc: replace omx buffer with texture bufferLeo Liu2014-04-221-29/+185
* st/xa: Cache render target surfaceThomas Hellstrom2014-04-171-3/+15
* st/xa: scissor to help tilersRob Clark2014-04-174-0/+48
* st/xa: remove unneeded argsRob Clark2014-04-175-12/+8
* st/omx/enc: separate input buffer private and task structureChristian König2014-04-112-59/+127
* vl: add interface for H264 B-frame encodingChristian König2014-04-111-1/+7
* Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov2014-04-091-3/+3
* st/omx/enc: cleanup omx/vid_enc.cLeo Liu2014-04-081-102/+118
* st/omx/enc: allocate input buffer private on demandChristian König2014-04-081-82/+42
* st/xa: Make sure unused samplers are set to NULLThomas Hellstrom2014-04-071-2/+3
* st/xa: Bind destination before setting new stateThomas Hellstrom2014-04-071-3/+3
* clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez2014-04-051-4/+6
* st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom2014-04-041-3/+3
* st/wgl: Remove wgl*Gallium*MESA().José Fonseca2014-04-034-103/+0
* st/omx/dec: fix possible segfault at eosChristian König2014-03-261-1/+1
* clover: Fix typo in validate_object()Tom Stellard2014-03-211-1/+1
* clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez2014-03-181-5/+16
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+15
* st/dri: flush drawable textures before unreferencingMarek Olšák2014-03-111-0/+8
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-072-5/+5
* st/vdpau: Add rotation v2Kusanagi Kouichi2014-03-071-0/+6
* st/omx/enc: fix crash on destructionChristian König2014-03-071-8/+15
* clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer2014-03-071-0/+4
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* clover: Fix building with latest llvmBruno Jiménez2014-03-031-3/+2
* st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2014-03-032-1/+57
* st/dri: move fourcc->format conversion to a common placeDave Airlie2014-03-031-46/+35
* Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard2014-02-251-1/+3
* Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri2014-02-261-3/+1
* clover: Fix build with LLVM 3.5Tom Stellard2014-02-251-1/+3
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-241-4/+14
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-224-2/+5
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-219-28/+28
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-216-56/+43
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-2129-163/+179
* clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez2014-02-211-7/+7
* clover: Define an intrusive smart reference class.Francisco Jerez2014-02-211-0/+66
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-216-30/+45
* clover: Fix up NULL constant pointer arguments.Francisco Jerez2014-02-211-1/+2
* st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2014-02-202-16/+29
* st/omx/dec/h264: fix prevFrameNumOffset handlingChristian König2014-02-201-0/+4