aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
* intel: remove old #includesBrian Paul2009-01-261-9/+1
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-145/+9
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-261-0/+2
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-0/+1
* Merge branch 'tex_combine4'Brian Paul2009-01-231-0/+1
|\
| * intel: enable GL_NV_texture_env_combine4 extensionBrian Paul2009-01-231-0/+1
* | intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth2009-01-231-0/+5
|/
* Merge branch 'vertex_array_bgra'Brian Paul2009-01-231-0/+1
|\
| * i965: enable GL_EXT_vertex_array_bgraBrian Paul2009-01-231-0/+1
* | 965: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-0/+2
|/
* i965: enable GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+2
* intel: add GL_EXT_framebuffer blit extensionBrian Paul2009-01-221-2/+4
* [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3Timo Aaltonen2009-01-201-1/+1
* intel: bump driver dateXiang, Haihao2009-01-141-1/+1
* intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2008-12-301-1/+1
* intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao2008-12-291-0/+1
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-8/+2
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-211-3/+5
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-35/+0
* intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick2008-10-101-0/+4
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-49/+2
* intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick2008-10-031-2/+2
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+0
* intel: Clean-up the extension string madness!Ian Romanick2008-09-291-70/+64
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-0/+12
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* intel: Destroy bufmgr in screen destroy, not context.Eric Anholt2008-09-161-2/+0
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-1/+2
* intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-121-0/+3
* i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2008-09-121-0/+3
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-4/+2
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-101-101/+14
* intel: only enable occlusion query if the drm has defines.Dave Airlie2008-09-051-0/+8
* intel: Fix refcounting on depth buffer initialization in DRI2.Eric Anholt2008-09-031-1/+1
* intel: Fix a crash if dri2 is disabled.Xiang, Haihao2008-09-031-8/+8
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-11/+149
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-50/+61
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-61/+50
* i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao2008-08-201-0/+1
* intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt2008-07-301-1/+8
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-5/+6
|\
| * intel: Clean-up ARB_texture_env_crossbarIan Romanick2008-07-161-4/+3
| * i965: official name for GM45 chipsetXiang, Haihao2008-07-081-1/+3
* | intel-gem: Bump driver dateIan Romanick2008-07-181-3/+7
* | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-3/+0
* | intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt2008-07-021-0/+6
* | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-011-0/+3
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-1/+2