Age | Commit message (Expand) | Author |
2010-01-18 | i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads. | Eric Anholt |
2010-01-18 | i965: Only set up the stack register if it's going to get used. | Eric Anholt |
2010-01-18 | i965: Fix loads of non-relative-addr constants after a reladdr load. | Eric Anholt |
2010-01-18 | r600: fix some warnings | Alex Deucher |
2010-01-18 | r600: Update default state size to account for the new relocation | Jerome Glisse |
2010-01-18 | r6xx/r7xx: emit relocation for FRAG & TILE buffer | Jerome Glisse |
2010-01-18 | r600: fix shadow_ambient shader | Andre Maasikas |
2010-01-17 | radeon_compiler: include main/compiler.h for compiler portability macros | Alan Coopersmith |
2010-01-16 | r600: remove stray END_BATCH in blit code | Alex Deucher |
2010-01-15 | r600: improve blit support | Alex Deucher |
2010-01-15 | r600: add initial blit support | Andre Maasikas |
2010-01-15 | r600: add r600_blit.c | Alex Deucher |
2010-01-15 | r600: fill in some missing XRGB tex formats | Alex Deucher |
2010-01-15 | r600: set tiling correctly for texturing from depth buffer | Alex Deucher |
2010-01-15 | r600: fix typo in SQ setup | Alex Deucher |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie |
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie |
2010-01-09 | r300: minor accelerated blit fixes | Maciej Cencora |
2010-01-09 | r300: fallback on depth buffer blits | Maciej Cencora |
2010-01-08 | intel/DRI2: add DRI2flushExtension support with invalidate hook | Kristian Høgsberg |
2010-01-08 | DRI2/GLX: add INTEL_swap_event support | Jesse Barnes |
2010-01-08 | DRI2: add SwapBuffers support | Jesse Barnes |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-08 | r300: Move initial declaration outside for loop. | Vinson Lee |
2010-01-07 | intel: Remove leftover symlinks from DRI1 removal. | Eric Anholt |
2010-01-07 | i810: use ColorMask[0] | Brian Paul |
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie |
2010-01-11 | radeon: fix bug in realloc code. | Dave Airlie |
2010-01-06 | meta: remove F suffix from _mesa_Ortho() params | Brian Paul |
2010-01-06 | meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap | Brian Paul |
2010-01-06 | meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap | Brian Paul |
2010-01-06 | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas |
2010-01-06 | r300/compiler: add full viewport transformation support in WPOS codegen | Marek Olšák |
2010-01-06 | r600: float texture component ordering | Pierre Ossman |
2010-01-06 | mesa: test index bounds before array element | Roel Kluin |
2010-01-06 | Make sure we use only signed/unsigned ints with bitfields. | Michal Krol |
2010-01-06 | i965: fix invalid assertion in emit_xpd(), again | Brian Paul |
2010-01-06 | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca |
2010-01-05 | i965: fix invalid assertion in emit_xpd() | Brian Paul |
2010-01-05 | tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() | Roel Kluin |
2010-01-05 | i965: Fix build after blind merge of mesa 7.7 by Brian. | Eric Anholt |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-05 | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas |
2010-01-05 | r600: support depth compare functions & shadow_ambient | Andre Maasikas |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | i915: Use _MaxLevel on principle in texture setup. | Eric Anholt |
2010-01-04 | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt |