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