summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_blit.c
AgeCommit message (Expand)Author
2011-02-03r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-05r300g,r300c: memset the compiler struct to zerosMarek Olšák
2010-09-04r300g: add a new debug option which disables compiler optimizationsMarek Olšák
2010-09-04r300/compiler: make optimizations not use 0.5 swizzles in vertex shadersMarek Olšák
2010-09-04r300/compiler: add new compiler parameter max_constantsMarek Olšák
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák
2010-05-29r300: fix blits for textures of width/height greater than 2048 on r5xxMarek Olšák
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák
2010-04-16r300/compiler: make ARB_shadow_ambient optionalMarek Olšák
2010-04-07r300: Initialize compiler.max_temp_regs for blits.Michel Dänzer
2010-03-13r300: blits for small dst pitch work just fineMaciej Cencora
2010-03-07r300: allow src and dst BOs to be placed in GTT during blitMaciej Cencora
2010-03-07r300: reset bos when validating buffers during blitMaciej Cencora
2010-03-04r300: make blit code work on swtcl machines.Dave Airlie
2010-03-04r300_blit: initialise whole fp structure to 0Dave Airlie
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-02-02Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613ae...Scott Moreau
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora
2010-01-19r300: check if blitting for given format is supported earlierMaciej Cencora
2010-01-19r300: use nearest texture filtering for accelerated blitsMaciej Cencora
2010-01-19r300: fix Y coord flipping in accelerated blitsMaciej Cencora
2010-01-19r300: prepare for texcopy code sharingMaciej Cencora
2010-01-09r300: minor accelerated blit fixesMaciej Cencora
2010-01-09r300: fallback on depth buffer blitsMaciej Cencora
2009-12-19r300: minor blit reworkMaciej Cencora
2009-12-19r300: better fix for glCopyTexSubImageMaciej Cencora
2009-12-16r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer
2009-12-13r300: fix regression introduced by da73c1edMaciej Cencora
2009-12-13r300: fix glCopyTexSubImageMaciej Cencora
2009-12-12r300: disable blit debugging infoMaciej Cencora
2009-12-12r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora
2009-12-12r300: setup render target format for r300/r400 cards tooMaciej Cencora
2009-12-12r300: finish blit support for r300Maciej Cencora
2009-12-12more blit fixesMaciej Cencora
2009-12-12blit WIPMaciej Cencora
2009-12-12r300: accelerated blit supportMaciej Cencora