summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Fix build with LLVM 3.2Tom Stellard2012-10-111-1/+10
* gallium: unify transfer functionsMarek Olšák2012-10-1115-170/+111
* Remove VAAPI support.Matt Turner2012-10-0912-1292/+0
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-084-11/+12
* gallium: remove resource_resolveMarek Olšák2012-09-301-0/+2
* clover: Fix build with libclang v3.2Tom Stellard2012-09-251-0/+5
* clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-253-1/+9
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-251-33/+33
* clover: Silence narrowing conversion warnings in resource.cpp.Francisco Jerez2012-09-241-3/+3
* clover: Handle NULL value for clEnqueueNDRangeKernel local_work_sizeTom Stellard2012-09-241-7/+6
* clover: Initialize height and depth to 1 for transfersTom Stellard2012-09-211-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-0510-34/+17
* Remove useless checks for NULL before freeingMatt Turner2012-09-056-25/+12
* Don't cast the return value of malloc/reallocMatt Turner2012-09-055-12/+12
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-057-25/+25
* vega: include u_debug.h for assert()Brian Paul2012-09-011-0/+1
* mesa: s/FREE/free/Brian Paul2012-09-015-16/+16
* mesa: s/MALLOC/malloc/Brian Paul2012-09-012-3/+3
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-312-1/+82
* st/dri: Support width and height gettersJakob Bornecrantz2012-08-261-1/+7
* st/dri: Claim to support validate_usageJakob Bornecrantz2012-08-261-1/+16
* wgl: update some commentsBrian Paul2012-08-242-2/+2
* clover: Accept CL_MEM_READ_WRITE flagBlaž Tomažič2012-08-241-4/+4
* st/dri: pass config options to the state trackerVadim Girlin2012-08-231-0/+8
* st/dri: add force_glsl_extensions_warn option to dri optionsVadim Girlin2012-08-231-1/+10
* st/dri: use driver name for driconf section lookupVadim Girlin2012-08-231-1/+2
* st/dri: Add shared usage on buffers createdJakob Bornecrantz2012-08-221-0/+3
* wayland-drm: close fd after the display is uninitializedPhilipp Brüschweiler2012-08-161-2/+3
* st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.Michel Dänzer2012-08-151-3/+3
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-8/+4
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* st/xorg: updates for CSO interface changesBrian Paul2012-08-032-7/+9
* st/xa: updates for CSO interface changesBrian Paul2012-08-034-9/+9
* vega: fix build breakage from cso sampler/view changesBrian Paul2012-08-031-17/+17
* st/xorg: fix masked transformationsLucas Stach2012-07-201-20/+40
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* gbm: Add gbm_bo_import for gallium gbm backendKristian Høgsberg2012-07-172-13/+49
* st/egl: Fix build for wayland includesElvis Lee2012-07-171-3/+4
* st/gbm: renaming pitch to stride on galliumElvis Lee2012-07-171-2/+2
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-161-1/+1
* st/xorg: Fix build failure due to symbol clash.José Fonseca2012-07-121-0/+3
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10