aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv30,nvc0: only claim a single viewportIlia Mirkin2014-02-112-0/+4
* st/clover: use VISIBILITY_CXXFLAGS where approapriateEmil Velikov2014-02-111-3/+3
* omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2014-02-114-1/+4
* 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
* targets/egl-static: automake: don't export local symbolsEmil Velikov2014-02-111-0/+1
* gbm: automake: add symbol testsEmil Velikov2014-02-112-0/+15
* targets/gbm: automake: do not export internal symbolsEmil Velikov2014-02-111-0/+1
* st/gbm: automake: do not export gbm_gallium_drm_device_createEmil Velikov2014-02-111-1/+3
* auxiliary/pipe-loader: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* gbm: drop unneeded dependency of libudevEmil Velikov2014-02-111-2/+0
* opencl: do not link against libudevEmil Velikov2014-02-111-1/+1
* gallium/tests: do not link against libudevEmil Velikov2014-02-111-1/+0
* egl-static: stop linking against libudevEmil Velikov2014-02-111-1/+0
* pipe-loader: drop obsolete libudev.h includeEmil Velikov2014-02-111-1/+0
* omx/radeonsi: fix targetChristian König2014-02-111-0/+4
* vl: add H264 encoding interfaceChristian König2014-02-115-5/+64
* r600g: add support for multiple viewports.Dave Airlie2014-02-119-40/+98
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-02-103-4/+147
* gallium: add geometry shader output limitsGrigori Goronzy2014-02-0914-1/+52
* nv30: report 8 maximum inputsIlia Mirkin2014-02-081-1/+1
* nv50/ir/ra: some register spilling fixesChristoph Bumiller2014-02-091-5/+34
* nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2014-02-075-5/+4
* nvc0: create the SW objectChristoph Bumiller2014-02-072-0/+10
* nvc0/ir/emit: hardcode vertex output stream to 0 for nowChristoph Bumiller2014-02-071-2/+7
* gallium/tgsi: correct typo propagated from NV_vertex_program1_1Erik Faye-Lund2014-02-072-3/+3
* gallium/tgsi: use CLAMP instead of open-coded clampsErik Faye-Lund2014-02-071-22/+4
* nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)Ilia Mirkin2014-02-061-0/+8
* nv50: only over-allocate by a page for codeIlia Mirkin2014-02-061-4/+5
* nv50: fix layerid to be the fp input number rather than vp output numberIlia Mirkin2014-02-063-7/+9
* nv50: rework primid logicIlia Mirkin2014-02-063-6/+4
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-061-0/+1
* gallium/radeon: fix warningsMarek Olšák2014-02-063-5/+9
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-0651-71/+67
* gallium: define the behavior of PIPE_USAGE_* flags properlyMarek Olšák2014-02-062-12/+19
* gallium: remove PIPE_RESOURCE_FLAG_GEN_MIPSMarek Olšák2014-02-061-1/+0
* r600g,radeonsi: set resource domains in one place (v2)Marek Olšák2014-02-065-27/+23
* st/omx: add workaround for bug in BellagioChristian König2014-02-063-2/+16
* st/omx: initial OpenMAX support v3Christian König2014-02-0613-0/+2390
* vl/rbsp: add H.264 RBSP implementationChristian König2014-02-061-0/+164
* vl/vlc: add function to limit the vlc sizeChristian König2014-02-061-12/+41
* vl/vlc: add remove bits functionChristian König2014-02-061-0/+12
* radeon: just don't map VRAM buffers at allChristian König2014-02-061-2/+2
* radeon/video: directly create buffers in the right domainChristian König2014-02-063-7/+12
* radeon/video: seperate common video functionsChristian König2014-02-069-315/+413
* gallium/dri2: Fix dri2_dup_imageAxel Davy2014-02-051-0/+1
* tgsi/ureg: increase the number of immediatesZack Rusin2014-02-051-1/+1
* gallivm: make sure analysis works with large number of immediatesZack Rusin2014-02-051-8/+9
* gallivm: handle huge number of immediatesZack Rusin2014-02-054-44/+86