summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-18r600: align for mipmap tree changesradeon-texrewrite-cleanMaciej Cencora3-40/+24
2009-11-17r200: align for mipmap tree changesMaciej Cencora3-30/+14
2009-11-17radeon: align for mipmap tree changesMaciej Cencora3-30/+14
2009-11-14radeon: return false on texture validation if texture isn't completeMaciej Cencora1-3/+3
2009-11-14radeon: rework mipmap treeMaciej Cencora8-364/+400
2009-11-14radeon: more texture code refactoringMaciej Cencora1-116/+92
2009-11-14radeon: minor refactoring of texture codeMaciej Cencora1-11/+46
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora5-37/+30
2009-11-14r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1Maciej Cencora1-1/+1
2009-11-14radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora4-23/+3
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora2-3/+19
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora2-2/+5
2009-11-14radeon: fix glBufferSubDataMaciej Cencora1-0/+5
2009-11-14radeon: add radeon_bo_is_referenced_by_cs functionMaciej Cencora1-0/+13
2009-11-14radeon: remove unnecessary call to radeonEmitStateMaciej Cencora1-2/+0
2009-11-14r300: add missing texformatMaciej Cencora1-0/+1
2009-11-14r300: remove unneeded includesMaciej Cencora3-5/+0
2009-11-11st/xorg: use an immediate instead of a full blown constZack Rusin1-3/+3
2009-11-11st/xorg: don't use flow controlZack Rusin1-12/+6
2009-11-11swrast: handle additional Z24 formats in read_depth_pixels()Brian Paul1-5/+18
2009-11-11demos/glsl: Add missing break statement to noise test.Vinson Lee1-0/+1
2009-11-11st/xorg: implement repeatnone and make some code smell less like assZack Rusin4-23/+67
2009-11-11st/xorg: fallback until daddy can implement you properlyZack Rusin1-0/+5
2009-11-11progs/tests: add alpha/blend testing to packedpixels.cBrian Paul1-22/+42
2009-11-11r300, r300g: Add missing registers.Corbin Simpson2-3/+7
2009-11-11dri-st: Add some required GL 2.0 extensions.Corbin Simpson1-0/+3
2009-11-10st/xorg: Fallback if picture format doesn't match texture formatJakob Bornecrantz2-3/+26
2009-11-10st/xorg: Don't segfault when debug printingJakob Bornecrantz1-3/+3
2009-11-10st/xorg: wrap to border colorZack Rusin1-1/+1
2009-11-10swrast: update renderbuffer format assertionsbrian1-3/+4
2009-11-10mesa: fix some begin/end render-to-texture logicbrian1-21/+38
2009-11-10mesa: move check_begin/end_texture_render() callsbrian1-9/+11
2009-11-10mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian1-3/+7
2009-11-10mesa: rename vars in _mesa_BindFramebufferEXT()brian1-22/+21
2009-11-10mesa: added comment for check_begin_texture_render()brian1-0/+5
2009-11-10st/egl: Probe hardware for depth stencil formatJakob Bornecrantz1-24/+52
2009-11-10st/xorg: cleanup the namingZack Rusin2-22/+24
2009-11-10st/xorg: print ouf the picture formats when compositingZack Rusin1-0/+63
2009-11-10Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt4-9/+78
2009-11-10i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.Eric Anholt4-4/+23
2009-11-10i965: Add a note explaining the data cache domain.Eric Anholt1-1/+4
2009-11-10i965: Fix VS constant buffer value loading.Eric Anholt1-1/+11
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt1-19/+21
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt1-1/+1
2009-11-10i915g: Fix memory leak when pci id is unknown.Vinson Lee1-0/+1
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt1-19/+21
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt1-1/+1
2009-11-10slang: Fix return value check.Michal Krol1-1/+1
2009-11-10st/xorg: Fix SCons build.Michel Dänzer1-0/+6
2009-11-10slang: Check OOM conditions for alloc_node_storage().Michal Krol1-4/+15