summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/omx/enc: enable b framesLeo Liu2014-06-042-3/+5
* st/omx/enc: implement h264 profile supportLeo Liu2014-06-042-2/+49
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+2
* st/wgl: use _debug_printf() instead of fprintf()Brian Paul2014-05-301-7/+3
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-302-15/+9
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-303-22/+136
* st/wgl: add debug code to check that pixel format initialization workedBrian Paul2014-05-301-3/+9
* st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul2014-05-301-1/+1
* st/egl: do not link against libloaderEmil Velikov2014-05-291-1/+0
* st/omx/enc: implement restricted b frames patternLeo Liu2014-05-272-2/+10
* gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov2014-05-254-10/+28
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-232-2/+6
* st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom2014-05-091-1/+1
* clover: Destory pipe_screen when device does not support compute v2Tom Stellard2014-05-091-1/+4
* st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca2014-05-071-0/+2
* st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-05-071-2/+15
* st/egl: Flush resources before presentation (android - bug 77966)Paulo Sergio Travaglia2014-05-051-0/+7
* xa: fix segfaultRob Clark2014-05-041-0/+3
* st/vega: Prevent signed/unsigned comparisons.José Fonseca2014-05-021-5/+5
* targets/dri: use a single version script to restict exported symbolsEmil Velikov2014-05-021-5/+0
* clover: Add a stub implementation of clCreateImage() v3Tom Stellard2014-05-024-2/+21
* clover: Query drivers for max clock frequencyTom Stellard2014-04-293-1/+8
* clover: Stub implementation of CL 1.2 sub-devices.EdB2014-04-293-4/+66
* clover: Add clEnqueue{Marker, Barrier}WithWaitList.EdB2014-04-292-7/+43
* clover: Align kernel argument sizes to nearest power of 2Jan Vesely2014-04-291-7/+16
* clover: Avoid warnings from references to deprecated CL 1.1 APIs.Francisco Jerez2014-04-291-0/+2
* 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