Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / drivers /
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-08 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-07 Eric Anholtintel: Put CopyTexImage fallback under DEBUG_FALLBACKS...
2008-12-03 Eric Anholti965: Fix failure to upload new constant data when...
2008-12-03 Eric Anholti965: Fix stray character that the compile whined about.
2008-12-02 Dave Airlieintel: restore old vertex submit paths for i8xx hardware.
2008-11-29 Eric Anholti965: Add a new state flag BRW_NEW_NR_SURFACES instead...
2008-11-29 Eric Anholti965: Fix clashing enums for BRW_NEW_INDICES/VERTICES...
2008-11-29 Eric Anholti965: Remove BRW_WM_LOCK dirty bit, introduced to work...
2008-11-29 Eric Anholti965: Add debug code for dumping how frequently differe...
2008-11-29 Eric Anholti915: Remove dead early z enable bit which was always on.
2008-11-29 Eric Anholti965: Reduce fast-pathiness of brw_try_draw_prims,...
2008-11-28 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-26 Thomas Hennwindows: fix visual object memleak
2008-11-26 Thomas Hennwindows: fix _mesa_unreference_framebuffer() to pass...
2008-11-25 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-24 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-24 Eric Anholti965: Add support for accelerated CopyTexSubImage.
2008-11-24 Eric Anholtintel: Don't glBitmap fallback with scissoring enabled.
2008-11-24 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-24 Brian Paulwindows: replace free() with _mesa_unreference_framebuf...
2008-11-21 Eric Anholti965: Add support for accelerated CopyTexSubImage.
2008-11-21 Eric Anholtintel: Don't glBitmap fallback with scissoring enabled.
2008-11-21 Eric Anholti915: Don't overwrite i915's Viewport function from...
2008-11-20 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-20 airliedintel: fix i830 comment + backwards VB offsets.
2008-11-20 airliedintel: fix i8xx vbo enable bit
2008-11-20 airliedintel: add lots of i830 engine to intel_decode debug
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-13 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-11-12 Eric Anholti965: Upload state on primitive switch, don't just...
2008-11-12 Eric Anholti965: Fix VB refcount leak on aperture overflow.
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Eric Anholti965: Fix up VS max_threads for G4X and removing a...
2008-11-12 Eric Anholti965: Fix up SF max_threads.
2008-11-12 Eric Anholti965: Fix up clip min_nr_entries, preferred_nr_entries...
2008-11-12 Eric Anholti965: Update WM maximum threads for G4X.
2008-11-12 Eric Anholti965: Add a big comment explaining my understanding...
2008-11-11 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-11 Xiang, Haihaointel: reset cliprect_mode to IGNORE_CLIPRECTS.
2008-11-10 Brian Paulmesa: restore glapi/ prefix on #include
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-11-10 Brian PaulGLX: fix out-of-bounds memory issue in indirect glAreTe...
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-07 Brian Paulmesa: rename OPCODE_INT -> OPCODE_TRUNC
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Xiang, Haihaoi965: Always check vertex program.
2008-11-06 Gary Wongi965: Implement missing OPCODE_NOISE3 instruction in...
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-03 Eric Anholti965: Clean up stale NDC comment.
2008-11-03 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-03 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-03 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-29 Eric Anholtintel: Fix glDrawPixels with 4d RasterPos.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-28 Brian Paulmesa: fix stand-alone glslcompiler build
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-27 Eric Anholtintel: Use dri_bo_get_tiling to get tiling mode of...
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-10-25 Xiang, Haihaointel: GL_FALSE on a BO if it won't be modified when...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-24 Xiang, Haihaointel: fallback for intelEmitCopyBlit.
2008-10-21 Xiang, Haihaoi915: fix carsh in i830_emit_state. (bug #17766)
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Xiang, Haihaoi915: Texture instructions use r/t/oC/oD register as...
2008-10-15 Eric Anholtintel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).
2008-10-15 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-10-14 Alan Hourihanedri: don't check the number of cliprects before swap...
2008-10-13 Xiang, Haihaoi915: Texture instructions use r/t/oC/oD register as...
2008-10-11 Eric Anholtintel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
next