summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: unduplicate code for PS partial flushMarek Olšák2012-04-011-4/+2
* r600g: determine in advance if hw has vertex cacheMarek Olšák2012-04-013-14/+16
* r600g: optimize r600_resource_vaMarek Olšák2012-04-015-18/+11
* targets/{xvmc,vdpau,va}: remove all objects on make cleanMarcin Slusarz2012-04-013-3/+3
* gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák2012-03-301-0/+4
* r600g: cleanup after get_query_result changeMarek Olšák2012-03-302-35/+9
* r300g: cleanup after get_query_result changeMarek Olšák2012-03-301-10/+13
* gallium/util: add helper function util_query_clear_resultMarek Olšák2012-03-301-0/+30
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-3015-27/+30
* gallium: make get_query_result return union* and not void*Marek Olšák2012-03-302-1/+55
* gallivm: Fix method overriding in raw_debug_ostream.Vinson Lee2012-03-281-3/+3
* draw: fix missing immediates bug in polygon stipple codeBrian Paul2012-03-281-0/+5
* vl: move winsys helper out of winsys directoryChristian König2012-03-2829-71/+52
* r600g: also disable transform feedback on caymanMarek Olšák2012-03-281-3/+4
* r600g: enable transform feedback on everything that isn't r700Marek Olšák2012-03-272-2/+7
* st/egl: Also remove wl_buffer_damage in wayland backendBenjamin Franzke2012-03-271-1/+0
* gallivm: Use InitializeNativeTargetDisassembler().ojab2012-03-271-1/+3
* st/vdpau: clear video surface at least onceChristian König2012-03-263-0/+31
* st/vdpau: invert interlaced buffer checksChristian König2012-03-261-1/+1
* drisw: fix image stride calculation for 16-bit.Dave Airlie2012-03-251-3/+3
* st/vdpau: improve frame dumping functionality a bitChristian König2012-03-221-3/+6
* st/vdpau: add VC-1 startcode if none is found in the streamChristian König2012-03-221-7/+42
* r600g: add support for TN (trinity) APUsAlex Deucher2012-03-204-4/+7
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-202-2/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-202-3/+0
* softpipe: set max cube texture size to 4Kx4KBrian Paul2012-03-202-1/+2
* r600g: fix r600_get_backend_mask() for virtual addressesAlex Deucher2012-03-191-2/+5
* r600g: fix point renderingMarek Olšák2012-03-191-1/+1
* gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee2012-03-141-0/+4
* noop: Use non-recursive automakeTom Stellard2012-03-142-16/+14
* identity: Use non-recursive automakeTom Stellard2012-03-142-14/+14
* galahad: Use non-recursive automakeTom Stellard2012-03-142-15/+28
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-1418-16/+49
* egl/drm: Include errno.hJosé Fonseca2012-03-111-0/+1
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-114-4/+38
* svga: Disable bogus assertions concerning min_index/max_index.José Fonseca2012-03-091-8/+7
* svga: add null vs pointer check in update_need_pipeline()Brian Paul2012-03-091-1/+1
* nv50: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristoph Bumiller2012-03-091-0/+2
* nv50,nvc0: share the format table codeChristoph Bumiller2012-03-092-353/+44
* vl: handle DRI2GetBuffers reply with multiple buffersChristian König2012-03-091-10/+23
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-092-1/+2
* st/vdpau: fix two small memory leaksChristian König2012-03-092-2/+6
* st/vdpau: add xine workaroundChristian König2012-03-091-1/+1
* vl/video_buffer: add YUYV and UYVY supportChristian König2012-03-091-16/+59
* r600g: add support for subsampled rgb formatsChristian König2012-03-091-0/+15
* gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-091-0/+42
* gallium: add R8G8_R8B8 and G8R8_B8R8 formatsChristian König2012-03-094-0/+99
* u_format: fix a comment about subsampled formatsChristian König2012-03-091-1/+1
* r600g: enable ARB_draw_instancedMarek Olšák2012-03-081-1/+1
* vl/video_buffer: add YUVA and VUYA supportChristian König2012-03-081-0/+20