summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-185-3/+18
* clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez2014-08-181-2/+2
* clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez2014-08-181-0/+45
* clover: clGetProgramInfo support for OpenCL 1.2.EdB2014-08-171-0/+11
* st/dri: Add __DRI2rendererQueryExtension supportEmil Velikov2014-08-155-0/+88
* st/vdpau: add device reference countingChristian König2014-08-148-11/+46
* clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard2014-08-131-1/+5
* android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2014-08-131-4/+0
* automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov2014-08-131-66/+0
* st/dri: define GALLIUM_SOFTPIPE when building kms_swrastEmil Velikov2014-08-123-3/+9
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-114-23/+28
* gallium/stapi: move setting GL versions to the state trackerMarek Olšák2014-08-112-12/+15
* clover: Add support for CL_MAP_WRITE_INVALIDATE_REGIONBruno Jiménez2014-08-082-0/+14
* util: Gather some common macrosJason Ekstrand2014-08-042-0/+2
* st/dri: Fix driver loading if swrast isn't builtAaron Watry2014-08-031-0/+4
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-302-4/+22
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-302-0/+66
* st/gbm: don't segfault if the fail to create the screenEmil Velikov2014-07-301-1/+1
* st/gbm: retrieve the driver-name via dd_driver_name()Emil Velikov2014-07-301-0/+6
* st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca2014-07-291-2/+4
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* clover: Add checks for image support to the image functions v2Tom Stellard2014-07-283-0/+12
* clover: Add clUnloadPlatformCompiler.EdB2014-07-282-1/+6
* clover: Add clCreateProgramWithBuiltInKernels.EdB2014-07-282-1/+23
* clover: Query the device to see if images are supportedTom Stellard2014-07-253-1/+8
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-182-0/+3
* clover: Call end_query before getting timestamp result v2Tom Stellard2014-07-171-0/+1
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-1024-184/+89
* targets/dri-swrast: convert to gallium megadrivers :)Emil Velikov2014-07-102-2/+4
* st/dri/drm: remove __driDriverExtensions and driDriverAPIEmil Velikov2014-07-101-22/+0
* targets/dri: Add __driDriverGetExtensions_nouveau symbolEmil Velikov2014-07-102-0/+24
* st/xa: Don't close the drm fd on failure v2Thomas Hellstrom2014-07-031-1/+6
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-021-10/+3
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-021-1/+1
* st/dri/drm: Add a second libdridrm libraryEmil Velikov2014-07-021-1/+9
* st/dri: Allow separate dri-targetsEmil Velikov2014-07-027-2/+56
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* targets/egl-static: use inline_drm_helper and Automake.inc helpersEmil Velikov2014-06-301-4/+5
* targets/gbm: convert to static/shared pipe-driverEmil Velikov2014-06-303-20/+66
* targets/xa: provide alternative(static) xa targetEmil Velikov2014-06-302-5/+14
* st/omx: strcpy the string into the allocated bufferEmil Velikov2014-06-281-3/+3
* st/omx: keep the name, (name|role)_specific strings dynamically allocatedEmil Velikov2014-06-272-9/+52
* gallium/dri2: implement blitImageAxel Davy2014-06-271-3/+51
* gallium: Add __DRIimageDriverExtension support to galliumAxel Davy2014-06-271-183/+286
* st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)Emil Velikov2014-06-264-94/+18
* st/omx: provide constant number of componentsEmil Velikov2014-06-261-8/+7
* clover: Calculate the serialized size of a module efficiently.Francisco Jerez2014-06-193-4/+34
* clover: Optimize module serialization for vectors of fundamental types.Francisco Jerez2014-06-191-1/+22