summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-026-1/+15
* 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
* gallium/radeon: Only print a message for LLVM diagnostic errorsTom Stellard2014-07-021-2/+4
* radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQTom Stellard2014-07-021-1/+1
* r600g: allow viewport index/layer to be sent to psIlia Mirkin2014-07-021-2/+20
* targets/dri: allow duplicated symbolsEmil Velikov2014-07-021-0/+6
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-022-11/+4
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-028-128/+18
* targets/dri-ilo: Convert to static/shared pipe-driverEmil Velikov2014-07-024-102/+9
* targets/dri-i915: Convert to static/shared pipe-driversEmil Velikov2014-07-024-83/+9
* targets/dri-freedreno: Convert to static/shared pipe-driversEmil Velikov2014-07-025-105/+11
* targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-driversEmil Velikov2014-07-0212-405/+33
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-028-98/+109
* st/dri/drm: Add a second libdridrm libraryEmil Velikov2014-07-021-1/+9
* st/dri: Allow separate dri-targetsEmil Velikov2014-07-027-2/+56
* targets/dri-swrast: use drm aware dricommon when building more than swrastEmil Velikov2014-07-023-15/+4
* nvc0: add missed PIPE_CAP_DRAW_INDIRECTIlia Mirkin2014-07-011-0/+1
* llvmpipe: get rid of llvmpipe_get_texture_tile_linearRoland Scheidegger2014-07-023-107/+17
* llvmpipe: get rid of llvmpipe_get_texture_imageRoland Scheidegger2014-07-022-52/+1
* llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger2014-07-024-65/+7
* llvmpipe: allocate regular texture memory upfrontRoland Scheidegger2014-07-021-0/+7
* llvmpipe: get rid of linear_img structRoland Scheidegger2014-07-024-33/+19
* llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger2014-07-024-6/+6
* target-helpers: don't use designated initializersRoland Scheidegger2014-07-021-4/+4
* gallium/u_vbuf: get draw info from an indirect buffer if there's anyMarek Olšák2014-07-021-44/+72
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-0218-0/+106
* gallium: add PIPE_BIND_COMMAND_ARGS_BUFFERChristoph Bumiller2014-07-022-0/+4
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-015-2/+5
* nvc0/ir: only merge emit/restart for identical streamsIlia Mirkin2014-07-011-3/+10
* nvc0/ir: avoid creating restarts with non-0 streamIlia Mirkin2014-07-011-3/+7
* nvc0/ir: fix emitting vertex streamIlia Mirkin2014-07-011-7/+8
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-0114-1/+23
* gallium: add an index argument to create_queryIlia Mirkin2014-07-0124-30/+49
* gallium: add support for stream in so infoIlia Mirkin2014-07-012-0/+2
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-012-6/+6
* radeonsi: Use dma_copy when possible for si_blit.Axel Davy2014-07-011-0/+19
* targets/egl-static: use inline_drm_helper and Automake.inc helpersEmil Velikov2014-06-307-268/+54
* targets/gbm: convert to static/shared pipe-driverEmil Velikov2014-06-306-121/+160
* targets/xa: provide alternative(static) xa targetEmil Velikov2014-06-304-15/+107
* 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
* nv50: fix dri3 prime buffer creationAxel Davy2014-06-271-2/+6
* nvc0: fix dri3 prime buffer creationDave Airlie2014-06-271-1/+1
* gallium/dri2: implement blitImageAxel Davy2014-06-271-3/+51
* gallium: Add __DRIimageDriverExtension support to galliumAxel Davy2014-06-271-183/+286
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/Emil Velikov2014-06-264-4/+4
* auxiliary/vl: Remove no longer used SPLIT_TARGETSEmil Velikov2014-06-261-8/+0
* targets/radeonsi/omx: convert to static/shared pipe-driversEmil Velikov2014-06-265-72/+12