aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-309-36/+209
* llvmpipe: (trivial) enable cube map arraysRoland Scheidegger2014-08-301-1/+2
* gallivm: handle cube map arrays for texture samplingRoland Scheidegger2014-08-305-44/+107
* draw: kill off bogus assertion in tgsi_fetch_gs_outputsRoland Scheidegger2014-08-301-3/+2
* softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger2014-08-301-2/+2
* tgsi: (trivial) fix handling msaa resources on TXFRoland Scheidegger2014-08-301-1/+4
* draw: remove fishy num_samplers/num_sampler_views check in llvm pathRoland Scheidegger2014-08-301-5/+1
* r600/compute: Don't leak compute pool item_list/unallocated_listAaron Watry2014-08-291-0/+6
* u_vbuf: Make sure all caps are initializedMichel Dänzer2014-08-291-24/+16
* r600g: Reinstate include path to common radeon source directoryMichel Dänzer2014-08-291-1/+2
* nouveau: allow more tokens by default to avoid parse failuresIlia Mirkin2014-08-281-2/+4
* targets/haiku-softpipe: explicitly prefix sw/hgl headerEmil Velikov2014-08-282-2/+2
* sw/hgl: struct haiku_displaytarget is not public structEmil Velikov2014-08-282-23/+21
* hgl: trivial bitsEmil Velikov2014-08-284-3/+11
* gallium/targets: Break haiku state_tracker out to own directoryAlexander von Gluck IV2014-08-2811-137/+156
* gallium/targets: Haiku softpipe, perform better framebuffer validationAlexander von Gluck IV2014-08-281-7/+13
* st/egl: ship all the files in the tarballEmil Velikov2014-08-282-8/+25
* st/clover: sort the sources listEmil Velikov2014-08-282-48/+52
* st/gbm: include the header in the sources listEmil Velikov2014-08-281-1/+2
* st/xlib: Include the headers in the sources list.Emil Velikov2014-08-282-2/+4
* st/omx: use makefile.sources to handle sources listsEmil Velikov2014-08-282-6/+11
* st/vdpau: pickup/ship the private headerEmil Velikov2014-08-281-8/+9
* st/vdpau: remove obsolete define VL_HANDLESEmil Velikov2014-08-282-21/+5
* st/vega: add headers and SConscript in the tarballEmil Velikov2014-08-282-1/+25
* st/xa: add remaining files in the tarballEmil Velikov2014-08-282-3/+6
* st/xvmc: pick up the headers for distributionEmil Velikov2014-08-282-2/+5
* st/xvmc: automake: move tests to noinstEmil Velikov2014-08-281-3/+4
* winsys/sw: add the final files to the tarballEmil Velikov2014-08-287-0/+21
* winsys/sw: automake: consistently use Makefile.sourcesEmil Velikov2014-08-2820-31/+41
* winsys/$(hw): ship the Android/SCons scripts in the tarballEmil Velikov2014-08-286-1/+11
* winsys/$(hw): include headers in Makefile.sourcesEmil Velikov2014-08-288-14/+39
* st/egl: cleanup sw winsys header inclusionsEmil Velikov2014-08-286-12/+8
* winsys/radeon: move radeon_cs_dump.h to drmEmil Velikov2014-08-282-2/+2
* gallium/radeon: cleanup header inclusionEmil Velikov2014-08-2832-36/+36
* winsys/svga: build: cleanup the includesEmil Velikov2014-08-282-6/+1
* winsys/i915: remove the software winsysEmil Velikov2014-08-288-490/+0
* gallium/ilo: cleanup intel_winsys.hEmil Velikov2014-08-287-8/+13
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-2715-0/+34
* st/clover: Fix build against LLVM SVN >= r216583Michel Dänzer2014-08-281-0/+5
* draw: fix base instance handling in llvm pathRoland Scheidegger2014-08-285-12/+20
* radeon/uvd: remove comment about RV770Alex Deucher2014-08-271-1/+0
* radeon/uvd: fix field handling on R6XX style UVDChristian König2014-08-261-2/+5
* vl/compositor: set the scissor before clearing the render targetChristian König2014-08-261-1/+1
* st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König2014-08-263-15/+71
* ilo: use genhw command opcodesChia-I Wu2014-08-265-134/+184
* ilo: rename intel_bo_map_unsynchronized()Chia-I Wu2014-08-264-13/+11
* ilo: remove max_batch_sizeChia-I Wu2014-08-265-14/+4
* ilo: replace domains by reloc flagsChia-I Wu2014-08-2611-125/+90
* radeonsi: handle PIPE_BIND_BLENDABLEMarek Olšák2014-08-251-1/+5
* r600g: only set PIPE_BIND_BLENDABLE if colorbuffer rendering is supportedMarek Olšák2014-08-252-20/+10