aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * i965: Finish OPCODE_NOISEn instructions.Gary Wong2008-12-131-14/+437
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-122-2/+9
|\|
| * intel: check for null texture. (fix #13902)Xiang, Haihao2008-12-121-2/+2
| * i915: fallback for cube map texture.Xiang, Haihao2008-12-111-0/+7
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-095-84/+105
|\|
| * intel: Require the right amount of space in glBitmap blit acceleration.Pierre Willenbrock2008-12-081-1/+1
| * intel: Fall back on rendering to a texture attachment with a border.Eric Anholt2008-12-061-1/+8
| * intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.Eric Anholt2008-12-061-1/+1
| * intel: Fix glCopyPixels blit acceleration for FBO destinations.Eric Anholt2008-12-061-48/+56
| * intel: Fix glBitmap blit acceleration for FBO destinations.Eric Anholt2008-12-061-33/+39
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-0819-151/+320
|\|
| * intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.Eric Anholt2008-12-061-1/+3
| * i965: Fix failure to upload new constant data when changing programs.Eric Anholt2008-12-034-10/+2
| * i965: Fix stray character that the compile whined about.Eric Anholt2008-12-031-0/+0
| * intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-026-6/+124
| * i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACEEric Anholt2008-11-283-4/+10
| * i965: Fix clashing enums for BRW_NEW_INDICES/VERTICES versus BATCH/DEPTH_BUFFER.Eric Anholt2008-11-281-4/+4
| * i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.Eric Anholt2008-11-284-6/+1
| * i965: Add debug code for dumping how frequently different dirty bits are set.Eric Anholt2008-11-281-0/+126
| * i915: Remove dead early z enable bit which was always on.Eric Anholt2008-11-283-66/+1
| * i965: Reduce fast-pathiness of brw_try_draw_prims, bringing in important checks.Eric Anholt2008-11-281-51/+52
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-281-1/+6
|\|
| * windows: fix visual object memleakThomas Henn2008-11-261-0/+3
| * windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn2008-11-261-1/+3
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-241-1/+1
|\|
| * windows: replace free() with _mesa_unreference_framebuffer()Brian Paul2008-11-241-1/+1
| * i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-213-68/+41
| * intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-211-6/+0
| * i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-214-3/+12
* | i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-243-68/+41
* | intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-241-6/+0
* | i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-244-3/+12
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-203-24/+114
|\|
| * intel: fix i830 comment + backwards VB offsets.airlied2008-11-202-3/+3
| * intel: fix i8xx vbo enable bitairlied2008-11-201-1/+1
| * intel: add lots of i830 engine to intel_decode debugairlied2008-11-201-20/+110
* | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-157-8/+79
|\|
| * i965: Upload state on primitive switch, don't just prepare it.Eric Anholt2008-11-121-0/+1
| * i965: Fix VB refcount leak on aperture overflow.Eric Anholt2008-11-121-0/+1
| * i965: Fix up VS max_threads for G4X and removing a magic number.Eric Anholt2008-11-121-2/+14
| * i965: Fix up SF max_threads.Eric Anholt2008-11-121-1/+2
| * i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt2008-11-122-2/+16
| * i965: Update WM maximum threads for G4X.Eric Anholt2008-11-121-2/+7
| * i965: Add a big comment explaining my understanding of URB management.Eric Anholt2008-11-121-1/+38
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-113-18/+20
|\|
| * intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao2008-11-111-1/+3
| * mesa: restore glapi/ prefix on #includeBrian Paul2008-11-101-1/+1
| * GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-101-17/+17
| * dri: alloc __DRIscreen object with calloc()Brian Paul2008-11-101-1/+1
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-063-15/+343
|\|