summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-021-10/+3
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-021-1/+1
* st/dri/drm: Add a second libdridrm libraryEmil Velikov2014-07-021-1/+9
* st/dri: Allow separate dri-targetsEmil Velikov2014-07-027-2/+56
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* targets/egl-static: use inline_drm_helper and Automake.inc helpersEmil Velikov2014-06-301-4/+5
* targets/gbm: convert to static/shared pipe-driverEmil Velikov2014-06-303-20/+66
* targets/xa: provide alternative(static) xa targetEmil Velikov2014-06-302-5/+14
* st/omx: strcpy the string into the allocated bufferEmil Velikov2014-06-281-3/+3
* st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2014-06-272-9/+52
* gallium/dri2: implement blitImageAxel Davy2014-06-271-3/+51
* gallium: Add __DRIimageDriverExtension support to galliumAxel Davy2014-06-271-183/+286
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-264-94/+18
* st/omx: provide constant number of componentsEmil Velikov2014-06-261-8/+7
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-193-4/+34
* clover: Optimize module serialization for vectors of fundamental types.Francisco Jerez2014-06-191-1/+22
* clover: Don't use llvm's global contextTom Stellard2014-06-191-6/+9
* clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard2014-06-191-0/+5
* st/omx/enc: implement h264 level supportLeo Liu2014-06-181-0/+39
* st/st/omx: fix switch-case indentation in vid_enc.cLeo Liu2014-06-181-16/+16
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-123-1/+8
* egl/gallium: Set defines for supported APIs when using automakeNiels Ole Salscheider2014-06-121-0/+20
* gbm: Remove 64x64 restriction from GBM_BO_USE_CURSORMichel Dänzer2014-06-121-1/+1
* 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