aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_context.c
Commit message (Expand)AuthorAgeFilesLines
...
| * intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638Brian Paul2009-05-131-0/+3
* | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-05-121-1/+1
* | i965: fix memory leak in context/renderbuffer region managementRobert Ellison2009-05-081-4/+60
|/
* i965: avoid segfault in intel_update_renderbuffers() if using DRI1Brian Paul2009-04-281-3/+4
* intel: Fix more issues with the combined depth-stencil attachmentIan Romanick2009-04-241-6/+13
* intel: Initialize region ptr to prevent assertion in intel_region_referenceIan Romanick2009-04-241-1/+1
* intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2009-04-241-16/+89
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-221-2/+0
* intel: added screen->dri2.loader null pointer check in intel_flush()Brian Paul2009-04-101-1/+2
* intel / DRI2: Accept fake front-buffer from loaderIan Romanick2009-04-091-0/+5
* intel / DRI2: Track and flush front-buffer renderingIan Romanick2009-04-091-0/+20
* intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls.Eric Anholt2009-04-061-3/+5
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-051-0/+5
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-0/+5
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-2/+8
* i915: Add support for a new G33-like chipset.Shaohua Li2009-02-271-0/+4
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-171-2/+0
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-02-101-5/+17
* intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt2009-02-101-0/+3
* 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