summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-163-5/+20
* r600g: emit CS using radeon_winsysMarek Olšák2011-08-161-2/+2
* r600g: remove struct r600_relocMarek Olšák2011-08-161-13/+2
* r600g: let radeon_winsys maintain the list of relocationsMarek Olšák2011-08-161-1/+2
* r600g: remove now-unused r600_context::fenced_boMarek Olšák2011-08-161-1/+1
* r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipeMarek Olšák2011-08-166-31/+34
* r600g: cleanup includes in winsysMarek Olšák2011-08-162-8/+2
* r600g: first step into winsys/radeonMarek Olšák2011-08-163-3/+9
* r600g: Add support for ROUND, v2Lauri Kasanen2011-08-102-3/+5
* r300g: silence some warnings about uninitialized variablesBrian Paul2011-08-093-6/+8
* svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul2011-08-091-0/+2
* nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller2011-08-072-2/+16
* winsys/radeon: fix space checkingMarek Olšák2011-08-051-2/+1
* r300g: handle new CAPsMarek Olšák2011-08-051-9/+4
* r300g: adapt to the resource_resolve interface changeMarek Olšák2011-08-051-21/+22
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-048-0/+16
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-018-0/+16
* | nv50: implement resource_resolve with custom blitChristoph Bumiller2011-08-048-11/+559
* | r600g: remove more of unused codeMarek Olšák2011-08-041-13/+0
* | r600g: take into account force_add_cf in popsVadim Girlin2011-08-031-15/+24
* | r600g: use backend mask for occlusion queriesVadim Girlin2011-08-031-0/+4
* | r600g: remove dummy function r600_bo_offsetMarek Olšák2011-08-024-26/+22
* | r600g: remove unused codeMarek Olšák2011-08-021-1/+0
* | gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-025-41/+6
* | r600g: fix up vs export handlingAlex Deucher2011-07-294-4/+27
* | softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt2011-07-281-4/+12
* | r600g: fix vs export countVadim Girlin2011-07-282-2/+2
* | r300g: copy the compiler from r300cMarek Olšák2011-07-2669-25/+17038
* | winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-254-6/+3
* | winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-253-3/+3
* | winsys/radeon: simplify how value queries workMarek Olšák2011-07-258-43/+32
* | r600g: use file_max instead of file_count to determine reg offsetChristian König2011-07-241-3/+3
* | gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton2011-07-231-89/+96
* | llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-223-2/+298
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-2116-148/+383
|\ \
| * | softpipe: use the polygon stipple utility moduleBrian Paul2011-07-219-14/+131
| * | softpipe: implement fragment shader variantsBrian Paul2011-07-2113-117/+251
| * | softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-214-17/+5
| * | softpipe: remove obsolete commentBrian Paul2011-07-211-4/+0
| * | softpipe: rename a functionBrian Paul2011-07-211-7/+7
* | | nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-218-1/+56
* | | llvmpipe: include LLVM version number in name stringBrian Paul2011-07-191-1/+3
* | | llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-191-4/+15
* | | r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet2011-07-182-26/+2
* | | nv50: fix bogus error message about 3d surfacesChristoph Bumiller2011-07-161-1/+3
* | | r600g: fix queries and predicationVadim Girlin2011-07-152-11/+23
* | | i915g: move declaration before codeBrian Paul2011-07-141-1/+2
* | | nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-148-191/+220
* | | nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-1423-213/+308
* | | nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-142-0/+9