summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2014-06-04st/omx/enc: enable b framesLeo Liu2-3/+5
2014-06-04st/omx/enc: implement h264 profile supportLeo Liu2-2/+49
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca1-0/+2
2014-05-30st/wgl: use _debug_printf() instead of fprintf()Brian Paul1-7/+3
2014-05-30st/wgl: formatting fixes in stw_framebuffer.cBrian Paul1-82/+70
2014-05-30st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2-15/+9
2014-05-30st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul3-22/+136
2014-05-30st/wgl: add debug code to check that pixel format initialization workedBrian Paul1-3/+9
2014-05-30st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul1-1/+1
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