summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-20r100/r200: align to pitch updates in blit interfaceMaciej Cencora2-4/+4
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora7-215/+55
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora8-220/+60
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora17-260/+97
2010-01-19r600: align to r300 changes in the blit codeMaciej Cencora2-9/+7
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora4-8/+8
2010-01-19r600: prepare for some code sharingMaciej Cencora3-3/+4
2010-01-19r300: check if blitting for given format is supported earlierMaciej Cencora1-1/+22
2010-01-19r300: use nearest texture filtering for accelerated blitsMaciej Cencora1-2/+2
2010-01-19r300: fix Y coord flipping in accelerated blitsMaciej Cencora1-7/+6
2010-01-19radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora2-19/+3
2010-01-19r300: prepare for texcopy code sharingMaciej Cencora4-48/+51
2010-01-19radeon: add blit function to vtblMaciej Cencora1-0/+20
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt4-10/+0
2010-01-19i965: Improve the hashing of brw_state_cache keys to include the cache_id.Eric Anholt1-32/+54
2010-01-19i965: Remove obsolete comment about the state atoms.Eric Anholt1-7/+1
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt5-12/+84
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt17-168/+124
2010-01-19intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.Eric Anholt2-20/+21
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith10-16/+20
2010-01-19Check if gcc supports -fvisibility=hidden before adding to CFLAGSAlan Coopersmith1-1/+8
2010-01-19softpipe: remove redundant assignmentsBrian Paul1-5/+0
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher3-3/+3
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher3-4/+105
2010-01-19r100/r200: add blit support for ARGB4444Alex Deucher2-0/+12
2010-01-18r60: Add relocs for CB_TILE/FRAGAlex Deucher1-5/+24
2010-01-18docs: Clarify PIPE_TEXTURE_USAGE_DYNAMIC.Corbin Simpson1-1/+5
2010-01-18docs: Use proper XOR symbol.Corbin Simpson1-4/+4
2010-01-18r100: add blit supportAlex Deucher7-2/+623
2010-01-18r200: add blit supportAlex Deucher6-0/+604
2010-01-18docs: Spacing in TGSI formulae.Corbin Simpson1-0/+21
2010-01-18docs: Grammar and refs in Rasterizer.Corbin Simpson1-4/+3
2010-01-18docs: Cleanup Rasterizer a bit.Corbin Simpson2-45/+49
2010-01-18docs: Fix terms and refs.Corbin Simpson3-3/+5
2010-01-18docs: Slowly keep fleshing out more info.Corbin Simpson2-9/+21
2010-01-18docs: PIPE_TEXTURE_USAGE info.Corbin Simpson1-0/+24
2010-01-18i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads.Eric Anholt1-46/+68
2010-01-18i965: Only set up the stack register if it's going to get used.Eric Anholt2-6/+23
2010-01-18i965: Fix loads of non-relative-addr constants after a reladdr load.Eric Anholt1-1/+7
2010-01-18nv50: fix constant vtxattr methodsChristoph Bumiller1-13/+13
2010-01-18nv50: make instanced drawing work with edge flagsChristoph Bumiller1-45/+162
2010-01-18nv50: cannot exit shaders on a control flow instructionChristoph Bumiller1-1/+9
2010-01-18nv50: fix nv50_program->immd memory leakMarcin Slusarz1-0/+1
2010-01-18tgsi: Fix behaviour of dimension index.Michal Krol3-27/+29
2010-01-18tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol3-8/+11
2010-01-18tgsi: Add ureg_DECL_immediate_block_uint().Michal Krol2-0/+34
2010-01-18glsl: remove __inline directiveBrian Paul1-1/+1
2010-01-18st/mesa: updated comments and whitespaceBrian Paul1-1/+7
2010-01-18st/mesa: fix memory leak in st_translate_mesa_programMarcin Slusarz1-4/+5
2010-01-18r600: fix some warningsAlex Deucher2-6/+7