summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-18radeon/r300/r600: share common glCopyTex(Sub)Image codetiled_texturesMaciej Cencora15-217/+52
2010-01-18r600: align to r300 changes in the blit codeMaciej Cencora2-9/+7
2010-01-18r300/r600: move some bo offsets checking to blit codeMaciej Cencora4-8/+8
2010-01-18r600: prepare for some code sharingMaciej Cencora3-3/+4
2010-01-17radeon: untile texture image for glGetTexImageMaciej Cencora1-2/+38
2010-01-17radeon: dirty hack to make the _mesa_meta_GenerateMipMap workMaciej Cencora1-0/+4
2010-01-17r300: use _mesa_meta_GenerateMipMapMaciej Cencora1-1/+2
2010-01-17radeon: minor refactoringMaciej Cencora1-6/+3
2010-01-17radeon: move glGetTexImage handlers to seperate fileMaciej Cencora9-60/+102
2010-01-17r300/radeon: move tile bits setting to texture object creationMaciej Cencora2-7/+6
2010-01-17radeon: minor refactoringMaciej Cencora2-27/+31
2010-01-17radeon: add tile size getterMaciej Cencora2-1/+41
2010-01-16r300: check if blitting for given format is supported earlierMaciej Cencora1-1/+22
2010-01-16radeon: properly calculate rowstride for NPOT texturesMaciej Cencora1-1/+17
2010-01-16radeon: tile image when migrating to mipmap treeMaciej Cencora1-2/+15
2010-01-16radeon: use software tiling if accelerated blit isn't availableMaciej Cencora1-3/+16
2010-01-16radeon: added tiling functionsMaciej Cencora11-3/+316
2010-01-16radeon: compressed textures are already tiled, don't try to tile them againMaciej Cencora1-1/+1
2010-01-16r300: use nearest texture filtering for accelerated blitsMaciej Cencora1-2/+2
2010-01-16radeon: no need to emit full state twice after flushMaciej Cencora1-5/+0
2010-01-16radeon: pass proper value to blit functionMaciej Cencora1-2/+3
2010-01-16r300: fix Y coord flipping in accelerated blitsMaciej Cencora1-7/+6
2010-01-16radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora2-20/+4
2010-01-16r300: introduce new env var to enable tiled texturesMaciej Cencora1-0/+4
2010-01-16r300: minor refactoringMaciej Cencora4-48/+51
2010-01-16r300: more tiled textures workMaciej Cencora2-5/+44
2010-01-16radeon: add texture helper functionMaciej Cencora2-0/+14
2010-01-16radeon: preparation for tiled texturesMaciej Cencora2-0/+28
2010-01-16r600: remove stray END_BATCH in blit codeAlex Deucher1-1/+0
2010-01-16draw: Fix memory leak in gs codeJakob Bornecrantz3-0/+11
2010-01-16i965g: make xorg state tracker build i965g_drv.soDave Airlie1-31/+28
2010-01-15r600: improve blit supportAlex Deucher2-247/+1074
2010-01-15r600: add initial blit supportAndre Maasikas7-323/+701
2010-01-15r600: add r600_blit.cAlex Deucher1-0/+609
2010-01-15nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as b...Patrice Mandin1-9/+1
2010-01-15util: Handle FORMAT_Z32_FLOAT in util_pack_z().Michal Krol1-0/+2
2010-01-15util: Handle the remaining formats in pipe_put_tile_rgba().Michal Krol1-1/+4
2010-01-15util: Fix encoding for R8G8B8A8_UNORM formats and friends.Michal Krol1-4/+4
2010-01-15tgsi: Add ureg_property_gs_input_prim().Michal Krol2-0/+42
2010-01-15tgsi: Add ureg_src_dimension().Michal Krol2-6/+28
2010-01-15regress: Add .gitgnore for *.png files.Michal Krol2-0/+2
2010-01-15draw: Add missing header include.Michal Krol1-1/+1
2010-01-15gallium: document set_constant_bufferRoland Scheidegger1-1/+5
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger51-216/+204
2010-01-15gallium: remove set_edgeflags from docsRoland Scheidegger1-1/+0
2010-01-15configs: remove -ansi from linux-debugBrian Paul1-1/+1
2010-01-15tgsi: Fix sanity checks for indirect registers.Michal Krol1-3/+3
2010-01-15st/egl_g3d: Avoid validation upon buffer swap or flush frontbuffer.Chia-I Wu1-5/+4
2010-01-15st/egl_g3d: Hook to update_buffer of the pipe screen.Chia-I Wu2-1/+19
2010-01-15st/egl_g3d: Always override flush_frontbuffer.Chia-I Wu7-78/+23