r600: fix shadow_ambient shader
[mesa.git] / src / mesa / drivers / dri /
2010-01-18 Andre Maasikasr600: fix shadow_ambient shader
2010-01-17 Alan Coopersmithradeon_compiler: include main/compiler.h for compiler...
2010-01-16 Alex Deucherr600: remove stray END_BATCH in blit code
2010-01-16 Alex Deucherr600: improve blit support
2010-01-16 Andre Maasikasr600: add initial blit support
2010-01-16 Alex Deucherr600: add r600_blit.c
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Dave Airlieradeon: fix prediction for r100 inline vert/elt emits.
2010-01-11 Dave Airlieradeon: fix bug in realloc code.
2010-01-09 Maciej Cencorar300: minor accelerated blit fixes
2010-01-09 Maciej Cencorar300: fallback on depth buffer blits
2010-01-08 Kristian Høgsbergintel/DRI2: add DRI2flushExtension support with invalid...
2010-01-08 Jesse BarnesDRI2: add SwapBuffers support
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-08 Vinson Leer300: Move initial declaration outside for loop.
2010-01-07 Eric Anholtintel: Remove leftover symlinks from DRI1 removal.
2010-01-07 Brian Pauli810: use ColorMask[0]
2010-01-11 Dave Airlieradeon: fix prediction for r100 inline vert/elt emits.
2010-01-11 Dave Airlieradeon: fix bug in realloc code.
2010-01-07 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-06 Marek Olšákr300/compiler: add full viewport transformation support...
2010-01-06 Pierre Ossmanr600: float texture component ordering
2010-01-06 Roel Kluinmesa: test index bounds before array element
2010-01-06 Michal KrolMake sure we use only signed/unsigned ints with bitfields.
2010-01-06 Brian Pauli965: fix invalid assertion in emit_xpd(), again
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Brian Pauli965: fix invalid assertion in emit_xpd()
2010-01-05 Roel Kluintdfx: condition always evaluates to false in SetupDoubl...
2010-01-05 Eric Anholti965: Fix build after blind merge of mesa 7.7 by Brian.
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-05 Andre Maasikasr600: support depth compare functions & shadow_ambient
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian Paulmesa: make texture BorderColor a union of float/int...
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Eric Anholti915: Use _MaxLevel on principle in texture setup.
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Eric Anholti965: Fix the surface offset calculation for tiled...
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-04 Kristian Høgsbergintel: intelScreenContext() is no longer used
2010-01-04 Kristian Høgsbergintel: Remove remaining dri2.enabled tests
2010-01-04 Kristian Høgsbergintel: Drop more cliprect bookkeeping
2010-01-04 Kristian Høgsbergintel: Remove struct intel_framebuffer
2010-01-04 Kristian Høgsbergintel: Remove client-side vblank code
2010-01-04 Kristian Høgsbergintel: Drop intelWindowMoved()
2010-01-04 Kristian Høgsbergintel: Drop batchbuffer cliprect_mode tracking
2010-01-04 Kristian Høgsbergintel: Drop DRI1 static regions
2010-01-04 Kristian Høgsbergintel: Use depth buffer from ctx.DrawBuffer in copypix_...
2010-01-04 Kristian Høgsbergintel: Drop LOCK/UNLOCK_HARDWARE()
2010-01-04 Kristian Høgsbergintel: Drop DRI1 SwapBuffer implementation
2010-01-04 Kristian Høgsbergintel: Drop DRI1 CopySubBuffer implementation
2010-01-04 Kristian Høgsbergintel: Drop DRI1 support
2010-01-04 Kristian HøgsbergPush __driDriverExtensions out of dri_util.c and into...
2010-01-04 Kristian HøgsbergRemove leftover __DRI{screen,drawable,context}Private...
2010-01-04 Kristian HøgsbergCheck for libdrm_$chipset.pc when needed
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Vinson Leer300: Use C-style comments.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warnings.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-03 Vinson Leei810: Fix include recursion.
2010-01-03 Vinson Leesis: ifdef out unused variable.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-30 Vinson Leetdfx: Silence uninitialized variable warning.
2009-12-29 Brian Paulmesa: implement per-buffer color masking
2009-12-29 Eric Anholtintel: Fix false positives in checking for non-packed...
2009-12-29 Eric Anholtintel: Allow binding a stencil but not a depth buffer.
2009-12-29 Eric Anholtintel: Improve INTEL_DEBUG=fbo output.
2009-12-29 Eric Anholtintel: Remove dead fthrottle_mode option. We only...
2009-12-29 Vinson Leeintel: Silence compiler warnings.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-26 Vinson Leei915: Fix assert.
2009-12-26 Eric Anholti965: Extra asserts on flow control instructions to...
2009-12-26 Eric Anholti965: Clean up double initialization of dst_flags from...
2009-12-26 Eric Anholti965: Fix setup of immediate types for gen4 disasm.
2009-12-26 Vinson Leeintel: Silence implicit function declaration warning.
2009-12-25 Vinson Leei965: Fix assert.
2009-12-25 Vinson Leei965: Add missing va_end.
2009-12-22 Vinson Leeffb: Silence compiler warnings.
2009-12-22 Eric Anholtintel: Replace some gen3 IS_* checks with context struc...
2009-12-22 Eric Anholtintel: Replace IS_965 checks with context structure...
2009-12-22 Eric Anholtintel: Replace IS_G4X() across the driver with context...
2009-12-22 Eric Anholtintel: Replace IS_IGDNG checks with intel->is_ironlake...
2009-12-22 Eric Anholtintel: Fix leakage of active texture state in glBitmap...
2009-12-22 Eric Anholti915: Fix use of uninitialized variable in OPCODE_NOISE...
2009-12-22 Eric Anholtmesa: Replace CLAMP_SELF() macro with more obvious...
2009-12-22 Eric Anholtintel: Remove unused stored values reported by clang.
2009-12-22 Eric Anholtmesa: Remove _mesa_exit wrapper for exit().
2009-12-22 Brian Paulmesa: adjust OPCODE_IF/ELSE BranchTarget fields to...
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian Romanickintel: Replace release info in DRIVER_DATE with "DEVELO...
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
next