Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-06-08 | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt |
2010-06-05 | i915: Only emit a MI_FLUSH when the drawing rectangle offset changes. | Chris Wilson |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-03-03 | i915: Use x,y drawing offsets instead of changing buffer offsets. | Eric Anholt |
2010-01-28 | i915: Remove unused initial and current state, now that there's nothing else. | Eric Anholt |
2010-01-28 | intel: Remove long-disabled meta readpixels, and associated meta support. | Eric Anholt |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-11-29 | i915: Fallback bit define missed on previous commit | Ian Romanick |
2009-10-01 | i915: Increase maximum program size to the hardware limits. | Eric Anholt |
2009-08-04 | intel: Add support for EXT_provoking_vertex. | Eric Anholt |
2009-07-29 | i915: Add support for EXT_stencil_two_side and ATI_separate_stencil. | Eric Anholt |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-04 | i915: Refine the texture indirect lookup accounting. | Eric Anholt |
2008-01-07 | i915: Keith Whitwell's swizzling TEX patch. fix #8283 | Xiang, Haihao |
2007-09-24 | Remove leftover code for i915_texprog.c noticed in crossbar review. | Eric Anholt |
2007-09-24 | Move i915tex driver into place as just i915. | Eric Anholt |
2007-09-24 | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt |
2006-08-18 | Fix writemasks on texture arb fp instructions. | Alan Hourihane |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-05-23 | prototype i915_udpate_fog() to silence warning | Brian Paul |
2006-01-23 | Add Intel 945GM support | Alan Hourihane |
2005-05-09 | i915 will use _TexEnvProgram (if active) | Keith Whitwell |
2004-06-18 | add missing license texts | Keith Whitwell |
2004-06-10 | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell |