summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ilo: move BOs from ilo_texture to ilo_imageChia-I Wu2015-05-027-39/+63
* ilo: move ilo_layout.[ch] to core as ilo_image.[ch]Chia-I Wu2015-05-0211-487/+489
* ilo: add ilo_format.[ch] to coreChia-I Wu2015-05-028-169/+184
* ilo: add ilo_fence.h to coreChia-I Wu2015-05-025-58/+113
* ilo: add ilo_dev_init() to coreChia-I Wu2015-05-024-146/+195
* ilo: rename ilo_dev_info to ilo_devChia-I Wu2015-05-0225-141/+141
* ilo: move intel_winsys to ilo_dev_infoChia-I Wu2015-05-025-13/+15
* ilo: add ilo_dev.h to coreChia-I Wu2015-05-023-38/+73
* ilo: add ilo_debug.[ch] to coreChia-I Wu2015-05-025-85/+158
* ilo: add ilo_core.h to coreChia-I Wu2015-05-023-14/+48
* ilo: move intel_winsys.h to coreChia-I Wu2015-05-0220-19/+19
* 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-305-0/+114
* st/dri: implement the fence interfaceMarek Olšák2015-04-301-0/+80
* nvc0/ir: fix predicated PFETCH for realIlia Mirkin2015-04-302-2/+2
* nv50/ir: fix asFlow() const helper for OP_JOINIlia Mirkin2015-04-291-1/+1
* nvc0/ir: fix predicated PFETCH emissionIlia Mirkin2015-04-292-2/+6
* gk110/ir: fix set with a register dest to not auto-set the abs flagIlia Mirkin2015-04-291-1/+1
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-2917-47/+286
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-2919-21/+16
* clover: remove util/compatEdB2015-04-2912-367/+56
* r300: do not link against libdrm_intelEmil Velikov2015-04-291-1/+1
* 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
* gallium/svga: Remove useless ARRAY_SIZE declarationAxel Davy2015-04-291-4/+0
* util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy2015-04-291-2/+0
* 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