summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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