aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* osmesa: fix OSMesaPixelsStore typoBrian Paul2015-07-221-1/+1
* xa: don't leak fencesRob Clark2015-07-223-3/+7
* st/vdpau: fix mixer size checksChristian König2015-07-221-11/+11
* st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfacesMarek Olšák2015-07-081-1/+1
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-121-12/+0
* st/dri: check pscreen is valid before querying paramDave Airlie2015-06-121-1/+1
* clover: clarify and fix the EGL interop error caseMarek Olšák2015-06-121-1/+6
* st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák2015-06-031-5/+4
* clover: Build fix for FreeBSD.Koop Mast2015-05-271-0/+1
* st/hgl: Move st_api creation to st and extern "C" itAlexander von Gluck IV2015-05-152-8/+22
* gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV2015-05-131-0/+2
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-123-9/+42
* clover: Implement locking of the wait_count, _chain and _status members of ev...Francisco Jerez2015-05-121-0/+8
* clover: Wrap event::_status in a method to prevent unlocked access.Francisco Jerez2015-05-122-7/+12
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...Francisco Jerez2015-05-122-12/+34
* clover: Fix a bug with multi-threaded events v2Tom Stellard2015-05-112-3/+17
* clover: Add a mutex to guard queue::queued_eventsTom Stellard2015-05-112-0/+4
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-0/+1
* util: Move gallium's linked list to utilJason Ekstrand2015-05-086-6/+6
* st/dri: implement the fence interface for CL eventsMarek Olšák2015-04-303-1/+81
* gallium,clover: add OpenCL interoperability support for CL eventsMarek Olšák2015-04-303-0/+73
* st/dri: implement the fence interfaceMarek Olšák2015-04-301-0/+80
* clover: remove util/compatEdB2015-04-2912-367/+56
* clover: make module::symbol::name a stringEdB2015-04-293-4/+24
* clover: remove compat::stringEdB2015-04-297-129/+26
* clover: remove compat classes that match std oneEdB2015-04-296-70/+6
* clover: compile all sources with c++11EdB2015-04-291-1/+2
* st/nine: Remove Managed texture hack.Axel Davy2015-04-291-3/+4
* st/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAPAxel Davy2015-04-292-3/+10
* st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixesAxel Davy2015-04-293-2/+17
* st/nine: util_gen_mipmap doesn't need we reset states.Axel Davy2015-04-291-2/+0
* st/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumesAxel Davy2015-04-292-16/+1
* st/nine: Fix NineBaseTexture9_PreLoadAxel Davy2015-04-291-1/+1
* st/nine: Rewrite Managed texture uploadsAxel Davy2015-04-291-96/+125
* st/nine: Bound the dirty regions to resource sizeAxel Davy2015-04-293-0/+16
* st/nine: Simplify Surface9 Managed resources implementationAxel Davy2015-04-294-93/+53
* st/nine: Remove impossible cases with Managed texturesAxel Davy2015-04-292-34/+8
* st/nine: Encapsulate variables for MANAGED resourceAxel Davy2015-04-2910-57/+60
* st/nine: Rework texture data allocationAxel Davy2015-04-297-37/+131
* st/nine: Fix update_vertex_elements bad rebaseAxel Davy2015-04-291-3/+0
* st/nine: Add debug warning when application uses sw processingAxel Davy2015-04-296-7/+27
* st/nine: Rework update_vertex_buffersAxel Davy2015-04-291-11/+4
* st/nine: Fix computation of const_used_sizeXavier Bouchoux2015-04-291-3/+6
* st/nine: Fix behaviour of D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDINGXavier Bouchoux2015-04-291-1/+2
* st/nine: Improve D3DQUERYTYPE_TIMESTAMPXavier Bouchoux2015-04-291-2/+7
* st/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ queryXavier Bouchoux2015-04-291-1/+9
* st/nine: Change x86 FPU Control word on device creationTiziano Bacocco2015-04-291-0/+31
* st/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORYAxel Davy2015-04-292-9/+3
* st/nine: Fix comment in update_viewportAxel Davy2015-04-291-3/+2
* st/nine: Workaround barycentrics issue on some cardsAxel Davy2015-04-293-1/+31