summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.h
Commit message (Expand)AuthorAgeFilesLines
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-0/+13
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+8
|\
| * intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul2009-10-221-0/+1
| * intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-221-2/+7
* | i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-011-1/+0
* | intel: Remove some dead metaops code.Eric Anholt2009-09-281-3/+0
|/
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+8
* intel: in intel_context struct use typedef for sarea structTobias Doerffel2009-08-141-1/+1
* intel: minor context commentsBrian Paul2009-08-071-1/+5
* intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-031-0/+1
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-31/+2
* intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-291-1/+0
* intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-191-0/+8
* i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-091-0/+1
* intel: Add support for tiled textures.Eric Anholt2009-06-041-0/+2
* i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-041-0/+3
* i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-261-0/+6
* Merge branch 'mesa_7_5_branch'Brian Paul2009-05-131-0/+8
|\
| * intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-131-0/+8
* | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-0/+2
* | intel: Put the constant texcoords used in metaops into a vbo.Eric Anholt2009-05-081-0/+8
|/
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-0/+3
* intel / DRI2: Track and flush front-buffer renderingIan Romanick2009-04-091-0/+18
* intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt2009-04-061-0/+1
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-051-0/+1
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-0/+1
* i965: Remove dead flushing code.Eric Anholt2009-03-051-1/+0
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-1/+6
* intel: move some driver functions aroundBrian Paul2009-01-261-1/+0
* intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-261-0/+1
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-1/+0
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-311-0/+3
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-311-0/+10
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-1/+0
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-0/+1
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-211-0/+3
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-7/+11
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* intel: Fix prototype warning.Eric Anholt2008-09-031-0/+2
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-0/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-5/+9
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-9/+5
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-0/+1
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-1/+0
* intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-011-0/+1
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-1/+1
|\
| * replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* | i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-7/+2