summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2014-04-29clover: Query drivers for max clock frequencyTom Stellard3-1/+8
2014-04-29clover: Stub implementation of CL 1.2 sub-devices.EdB3-4/+66
2014-04-29clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2-7/+43
2014-04-29clover: Align kernel argument sizes to nearest power of 2Jan Vesely1-7/+16
2014-04-29clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez1-0/+2
2014-04-29clover: Update OpenCL headers to version 1.2 from Khronos.Francisco Jerez1-2/+6
2014-04-28st/dri: cleanup dri extension handlingEmil Velikov2-25/+30
2014-04-24st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca1-19/+1
2014-04-24st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15
2014-04-22st/omx/enc: implement frame reordering and B-framesChristian König2-23/+87
2014-04-22st/omx/enc: replace omx buffer with texture bufferLeo Liu1-29/+185
2014-04-17st/xa: Cache render target surfaceThomas Hellstrom1-3/+15
2014-04-17st/xa: scissor to help tilersRob Clark4-0/+48
2014-04-17st/xa: remove unneeded argsRob Clark5-12/+8
2014-04-11st/omx/enc: separate input buffer private and task structureChristian König2-59/+127
2014-04-11vl: add interface for H264 B-frame encodingChristian König1-1/+7
2014-04-09Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov1-3/+3
2014-04-08st/omx/enc: cleanup omx/vid_enc.cLeo Liu1-102/+118
2014-04-08st/omx/enc: allocate input buffer private on demandChristian König1-82/+42
2014-04-07st/xa: Make sure unused samplers are set to NULLThomas Hellstrom1-2/+3
2014-04-07st/xa: Bind destination before setting new stateThomas Hellstrom1-3/+3
2014-04-05clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez1-4/+6
2014-04-04st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom1-3/+3
2014-04-03st/wgl: Remove wgl*Gallium*MESA().José Fonseca4-103/+0
2014-03-26st/omx/dec: fix possible segfault at eosChristian König1-1/+1
2014-03-21clover: Fix typo in validate_object()Tom Stellard1-1/+1
2014-03-18clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez1-5/+16
2014-03-17egl/main: Stop using EGLNative types internallyChad Versace1-3/+15
2014-03-11st/dri: flush drawable textures before unreferencingMarek Olšák1-0/+8
2014-03-11st/dri: build the drm backend when libdrm is presentEmil Velikov1-1/+5
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2-5/+5
2014-03-07st/vdpau: Add rotation v2Kusanagi Kouichi1-0/+6
2014-03-07st/omx/enc: fix crash on destructionChristian König1-8/+15
2014-03-07clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer1-0/+4
2014-03-04clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard1-1/+1
2014-03-04st/osmesa: check buffer size when searching for buffersBrian Paul1-4/+7
2014-03-03st/vdpau: fix possible NULL dereferenceGrigori Goronzy1-4/+4
2014-03-03st/omx: always advertise all componentsChristian König2-33/+23
2014-03-03clover: Fix building with latest llvmBruno Jiménez1-3/+2
2014-03-03st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2-1/+57
2014-03-03st/dri: move fourcc->format conversion to a common placeDave Airlie1-46/+35
2014-02-25Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard1-1/+3
2014-02-26Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri1-3/+1
2014-02-25clover: Fix build with LLVM 3.5Tom Stellard1-1/+3
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard1-4/+14
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov4-2/+5
2014-02-21clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez9-28/+28
2014-02-21clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez6-56/+43
2014-02-21clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez29-163/+179
2014-02-21clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez1-7/+7