summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.h
AgeCommit message (Expand)Author
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt
2009-05-26i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt
2009-05-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-13intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-05-08intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick
2009-04-06intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt
2009-03-05intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt
2009-03-05intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt
2009-03-05i965: Remove dead flushing code.Eric Anholt
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison
2009-01-26intel: move some driver functions aroundBrian Paul
2009-01-26intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul
2009-01-26intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul
2008-12-31intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt
2008-12-31intel: Add support for glBitmap as metaops using GL calls.Eric Anholt
2008-12-23Remove third buffer support from Mesa.Dave Airlie
2008-12-02intel: restore old vertex submit paths for i8xx hardware.Dave Airlie
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-09-26intel: Fix a number of memory leaks on context destroy.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-09-03intel: Fix prototype warning.Eric Anholt
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-07-01intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt
2008-06-23i915: Convert to using VBs instead of inline prims.Eric Anholt
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt
2008-03-13 [i965] multiple rendering target supportZou Nan hai
2008-03-05[intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt
2008-02-27intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg