summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-153-0/+26
* i965: Update state before checking for fallbacks in brw_try_draw_prims.Eric Anholt2008-12-151-2/+2
* intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock2008-12-141-1/+1
* i965: Add decode of index/vertex buffer and primitive emit.Eric Anholt2008-12-141-4/+142
* intel: Add batchbuffer assertions to hopefully catch future mistakes.Eric Anholt2008-12-141-2/+20
* Add more package metadata to the pkg-config filesDan Nicholson2008-12-142-1/+3
* i965: Finish OPCODE_NOISEn instructions.Gary Wong2008-12-131-14/+437
* 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
* 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
* 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
* windows: fix visual object memleakThomas Henn2008-11-261-0/+3
* windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn2008-11-261-1/+3
* 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
* 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
* 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
* 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
* mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul2008-11-061-4/+4
* i965: Always check vertex program.Xiang, Haihao2008-11-061-1/+4
* i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong2008-11-052-10/+335
* i965: Clean up stale NDC comment.Eric Anholt2008-11-021-2/+1
* i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt2008-11-021-3/+3
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-029-25/+24