aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/clover: use VISIBILITY_CXXFLAGS where approapriateEmil Velikov2014-02-111-3/+3
* omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2014-02-112-1/+2
* st/vdpau: automake: export only PUBLIC symbolsEmil Velikov2014-02-111-0/+1
* st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov2014-02-112-2/+4
* st/egl: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* st/gbm: automake: do not export gbm_gallium_drm_device_createEmil Velikov2014-02-111-1/+3
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-061-0/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-065-6/+6
* st/omx: add workaround for bug in BellagioChristian König2014-02-063-2/+16
* st/omx: initial OpenMAX support v3Christian König2014-02-068-0/+2235
* gallium/dri2: Fix dri2_dup_imageAxel Davy2014-02-051-0/+1
* st/dri: Fix tests for no draw/read buffers in dri_make_current()Michel Dänzer2014-01-311-2/+2
* st/dri: Allow creating OpenGL 3.3 core contextsMichel Dänzer2014-01-301-1/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* clover: Don't crash on NULL global buffer objects.Jan Vesely2014-01-221-11/+23
* st/vdpau: s/surface/resource/ to fix compiler warningBrian Paul2014-01-201-1/+1
* i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca2014-01-201-1/+1
* st/vdpau: check surface params before creating surfacesIlia Mirkin2014-01-193-0/+21
* st/vdpau: fix bogus error handling in output/bitmap creationIlia Mirkin2014-01-192-34/+35
* st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin2014-01-191-0/+5
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-181-0/+2
* st/egl: use loader util libEmil Velikov2014-01-183-42/+6
* gbm: use the loader util libEmil Velikov2014-01-181-1/+0
* loader: introduce the loader util libEmil Velikov2014-01-182-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1743-57/+57
* st/dri: prevent leak of dri option default valuesAaron Watry2014-01-161-0/+6
* clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez2014-01-151-6/+6
* clover: Don't try to build programs created from a binary again.Francisco Jerez2014-01-152-19/+22
* clover: Add missing fields to the clover::module serialization code.Francisco Jerez2014-01-151-0/+3
* clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez2014-01-151-1/+1
* clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez2014-01-141-1/+1
* st/egl: Flush resources before presentationMartin Andersson2014-01-133-0/+24
* st/vdpau: Destroy context when initialization failsAaron Watry2013-12-231-0/+1
* clover: Remove unused variableAaron Watry2013-12-231-1/+0
* clover: Append buffers that use CL_MEM_USE_HOST_PTR.Jan Vesely2013-12-181-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* st/dri: Check for kernel support before enabling fd sharing v2Thomas Hellstrom2013-12-181-2/+11
* st/dri: fix compiler warning for driCopySubBufferExtensionBrian Paul2013-12-171-1/+1
* st/xa: Add new map flagsThomas Hellstrom2013-12-172-9/+21
* st/dri: resolve sRGB buffers in linear colorspaceMarek Olšák2013-12-141-2/+23
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-136-9/+59
* gallium: allow choosing which colorbuffers to clearMarek Olšák2013-12-121-1/+1
* gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers2013-12-101-10/+104
* gallium/dri2: Set winsys_handle type to KMS for stride query.Christopher James Halse Rogers2013-12-101-0/+1
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-103-0/+4
* gallium/dri: Support DRI Image extension version 6Christopher James Halse Rogers2013-12-101-1/+71
* st/xa: Bump major version number to 2Thomas Hellstrom2013-12-061-1/+1
* clover: Fix missing minus sign in 'iterator_adaptor::operator-='.Francisco Jerez2013-12-021-1/+1