aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez2012-07-011-2/+1
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* st/wgl: Add a few more comments.José Fonseca2012-06-262-6/+38
* st/wgl: 80-column wrappingBrian Paul2012-06-252-7/+12
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-221-1/+1
* st/vdpau: use template size as default for source_rect.Christian König2012-06-201-3/+10
* st/vdpau: clear Cb&Cr with 0.5fChristian König2012-06-201-2/+5
* st/glx: Do not undefine _R, _G, and _B.Vinson Lee2012-06-181-3/+0
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* st/xorg: Fix crash on startup.Dave Airlie2012-06-121-4/+11
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-1/+1