summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-074-109/+45
* st/dri: always allocate private depth-stencil buffersMarek Olšák2012-12-071-59/+49
* scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee2012-12-041-2/+4
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-024-56/+89
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-3/+3
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-1/+3
* st/mesa: add support for GL core profilesMarek Olšák2012-11-291-1/+3
* st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst2012-11-171-2/+2
* clover: Fix build with clang 3.2Tom Stellard2012-11-161-1/+6
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-071-0/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-312-2/+2
* st/xorg: Remove superfluous miInitializeBackingStore() callMarvin Schmidt2012-10-301-1/+0
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-3/+3
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-195-10/+8
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-172-107/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-174-40/+94
* 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