summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-08-27android: add support for vmwgfxChia-I Wu1-0/+38
2011-08-27nouveau: share the source listsChia-I Wu12-149/+91
2011-08-27r300g: share the source listChia-I Wu3-114/+63
2011-08-27i915g: share the source listChia-I Wu3-53/+30
2011-08-27svga: share the source listChia-I Wu3-97/+50
2011-08-26Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaStéphane Marchesin165-1829/+20352
2011-08-26svga: include LLVM in name string in debug buildsBrian Paul1-2/+11
2011-08-26r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer1-0/+3
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König5-0/+10
2011-08-25i915g: Fix off-by-one in scissors.David Reveman1-2/+2
2011-08-25i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin1-3/+3
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin4-6/+18
2011-08-25r600g: fix replace_gpr_with_pv_psVadim Girlin1-1/+1
2011-08-25r600g: fix check_and_set_bank_swizzleVadim Girlin1-10/+20
2011-08-25softpipe: add const qualifier to silence warningsBrian Paul1-1/+1
2011-08-25softpipe: implement TXF support via get_texel callbackDave Airlie1-0/+69
2011-08-25softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie1-0/+40
2011-08-25android: add support for r600gChia-I Wu1-0/+42
2011-08-25r600g: share the source listChia-I Wu3-31/+19
2011-08-24llvmpipe: add more restrict keywordsBrian Paul1-4/+4
2011-08-24r600g: fill out missing entries in opcode tables.Dave Airlie1-0/+36
2011-08-21android: build softpipeChia-I Wu1-0/+67
2011-08-19r600g: don't allocate separate depth and stencil for transfer textures on EGMarek Olšák1-1/+2
2011-08-19r600g: finally enable float depth buffers on evergreenMarek Olšák1-0/+11
2011-08-19r600g: rename resource -> view in create_sampler_viewMarek Olšák2-32/+26
2011-08-19r600g: hack around a problem with texture alignmentMarek Olšák1-0/+10
2011-08-19r600g: simplify the conditionals determining array modeMarek Olšák1-20/+11
2011-08-19r600g: put depth and stencil into one backing bufferMarek Olšák1-10/+17
2011-08-19r600g: fix depth-stencil on evergreenMarek Olšák4-55/+99
2011-08-19nv50: fix potential null deref in insn modifer optimization passChristoph Bumiller1-2/+4
2011-08-19r600g: fix a possible crash in r600_adjust_gprsMarek Olšák1-1/+1
2011-08-18llvmpipe: Don't build lp_test_arit on MSVC.José Fonseca1-1/+1
2011-08-18llvmpipe: snprintf->util_snprintf.José Fonseca1-1/+2
2011-08-18llvmpipe: Add u_math.h include.José Fonseca1-0/+1
2011-08-18r600g: implement NV_primitive_restart functionality (v2)Marek Olšák3-1/+9
2011-08-17nv50: don't drop flags definition when merging SAT with ADD/MADChristoph Bumiller1-0/+2
2011-08-16softpipe: fix an obvious copy-paste error in get_query_resultMarek Olšák1-1/+1
2011-08-16r600g: rename bc -> bytecodeMarek Olšák6-485/+485
2011-08-16r600g: expose ARB_ES2_compatibility by claiming fixed-point format supportMarek Olšák2-1/+1
2011-08-16noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák1-109/+12
2011-08-16u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák4-6/+6
2011-08-16r600g: consolidate two files r600d.hMarek Olšák1-1/+55
2011-08-16r600g: set read/write usage flags for each relocationMarek Olšák5-505/+531
2011-08-16winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2-4/+4
2011-08-16r600g: enable thread offloadingMarek Olšák3-5/+9
2011-08-16r600g: undefine RADEON_CTX_MAX_PM4Marek Olšák1-2/+0
2011-08-16r600g: don't include radeon_drm.h and xf86drm.hMarek Olšák1-3/+0
2011-08-16r600g: remove an unused parameter from r600_bo_destroyMarek Olšák7-14/+11
2011-08-16r600g: merge radeon_bo with r600_boMarek Olšák1-1/+1
2011-08-16r600g: use buffer_map/unmap from radeon_winsysMarek Olšák6-10/+13