| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638 | Brian Paul | 2009-05-13 | 1 | -0/+3 |
* | | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO. | Eric Anholt | 2009-05-12 | 1 | -1/+1 |
* | | i965: fix memory leak in context/renderbuffer region management | Robert Ellison | 2009-05-08 | 1 | -4/+60 |
|/ |
|
* | i965: avoid segfault in intel_update_renderbuffers() if using DRI1 | Brian Paul | 2009-04-28 | 1 | -3/+4 |
* | intel: Fix more issues with the combined depth-stencil attachment | Ian Romanick | 2009-04-24 | 1 | -6/+13 |
* | intel: Initialize region ptr to prevent assertion in intel_region_reference | Ian Romanick | 2009-04-24 | 1 | -1/+1 |
* | intel / DRI2: When available, use DRI2GetBuffersWithFormat | Ian Romanick | 2009-04-24 | 1 | -16/+89 |
* | intel: fix max anisotropy supported | Roland Scheidegger | 2009-04-22 | 1 | -2/+0 |
* | intel: added screen->dri2.loader null pointer check in intel_flush() | Brian Paul | 2009-04-10 | 1 | -1/+2 |
* | intel / DRI2: Accept fake front-buffer from loader | Ian Romanick | 2009-04-09 | 1 | -0/+5 |
* | intel / DRI2: Track and flush front-buffer rendering | Ian Romanick | 2009-04-09 | 1 | -0/+20 |
* | intel: Avoid dri2 GetBuffers round-trips for internal Viewport calls. | Eric Anholt | 2009-04-06 | 1 | -3/+5 |
* | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt | 2009-03-05 | 1 | -0/+5 |
* | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt | 2009-03-05 | 1 | -0/+5 |
* | i965: add software fallback for conformant 3D textures and GL_CLAMP | Robert Ellison | 2009-03-04 | 1 | -2/+8 |
* | i915: Add support for a new G33-like chipset. | Shaohua Li | 2009-02-27 | 1 | -0/+4 |
* | intel: Clean up several 965 memory leaks on context destroy. | Eric Anholt | 2009-02-17 | 1 | -2/+0 |
* | intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush(). | Eric Anholt | 2009-02-10 | 1 | -5/+17 |
* | intel: don't crash when dri2 tells us about buffers we don't care about. | Eric Anholt | 2009-02-10 | 1 | -0/+3 |
* | intel: remove old #includes | Brian Paul | 2009-01-26 | 1 | -9/+1 |
* | intel: move intelInitExtensions() and related code into new intel_extensions.c | Brian Paul | 2009-01-26 | 1 | -145/+9 |
* | intel: move glClear-related code into new intel_clear.c file | Brian Paul | 2009-01-26 | 1 | -0/+2 |
* | intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff... | Brian Paul | 2009-01-26 | 1 | -0/+1 |
* | Merge branch 'tex_combine4' | Brian Paul | 2009-01-23 | 1 | -0/+1 |
|\ |
|
| * | intel: enable GL_NV_texture_env_combine4 extension | Brian Paul | 2009-01-23 | 1 | -0/+1 |
* | | intel: Prevent an "irq is not working" printf when only pipe B is enabled. | Owain G. Ainsworth | 2009-01-23 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'vertex_array_bgra' | Brian Paul | 2009-01-23 | 1 | -0/+1 |
|\ |
|
| * | i965: enable GL_EXT_vertex_array_bgra | Brian Paul | 2009-01-23 | 1 | -0/+1 |
* | | 965: Enable GL_EXT_stencil_two_side | Ian Romanick | 2009-01-23 | 1 | -0/+2 |
|/ |
|
* | i965: enable GL_ARB_framebuffer_object | Brian Paul | 2009-01-22 | 1 | -0/+2 |
* | intel: add GL_EXT_framebuffer blit extension | Brian Paul | 2009-01-22 | 1 | -2/+4 |
* | [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3 | Timo Aaltonen | 2009-01-20 | 1 | -1/+1 |
* | intel: bump driver date | Xiang, Haihao | 2009-01-14 | 1 | -1/+1 |
* | intel: disable ATI_texture_env_combine3 for i830( and related device). | Xiang, Haihao | 2008-12-30 | 1 | -1/+1 |
* | intel: enable ATI_texture_env_combine3. Fixes #17707 | Xiang, Haihao | 2008-12-29 | 1 | -0/+1 |
* | Remove third buffer support from Mesa. | Dave Airlie | 2008-12-23 | 1 | -8/+2 |
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-21 | 1 | -3/+5 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 1 | -35/+0 |
* | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick | 2008-10-10 | 1 | -0/+4 |
* | i965: Add ARB_occlusion_query support. | Eric Anholt | 2008-10-07 | 1 | -49/+2 |
* | intel: Don't advertise unsupported extensions on pre-965 hardware | Ian Romanick | 2008-10-03 | 1 | -2/+2 |
* | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick | 2008-10-01 | 1 | -2/+0 |
* | intel: Clean-up the extension string madness! | Ian Romanick | 2008-09-29 | 1 | -70/+64 |
* | intel: Fix a number of memory leaks on context destroy. | Eric Anholt | 2008-09-26 | 1 | -0/+12 |
* | mesa: improved driver query interface | Keith Whitwell | 2008-09-21 | 1 | -2/+2 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -8/+8 |
* | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt | 2008-09-16 | 1 | -2/+0 |
* | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt | 2008-09-12 | 1 | -1/+2 |
* | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt | 2008-09-12 | 1 | -0/+3 |
* | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao | 2008-09-12 | 1 | -0/+3 |