summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2014-05-29st/egl: do not link against libloaderEmil Velikov1-1/+0
2014-05-27st/omx/enc: implement restricted b frames patternLeo Liu2-2/+10
2014-05-25gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov4-10/+28
2014-05-23Make DRI dependencies and build depend on the targetJon TURNEY2-2/+6
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1
2014-05-09clover: Destory pipe_screen when device does not support compute v2Tom Stellard1-1/+4
2014-05-07st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca1-0/+2
2014-05-07st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15
2014-05-05st/egl: Flush resources before presentation (android - bug 77966)Paulo Sergio Travaglia1-0/+7
2014-05-04xa: fix segfaultRob Clark1-0/+3
2014-05-02st/vega: Prevent signed/unsigned comparisons.José Fonseca1-5/+5
2014-05-02targets/dri: use a single version script to restict exported symbolsEmil Velikov1-5/+0
2014-05-02clover: Add a stub implementation of clCreateImage() v3Tom Stellard4-2/+21
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