Age | Commit message (Expand) | Author |
2010-12-13 | intel: Include stdbool so we can stop using GLboolean when we want to. | Eric Anholt |
2010-12-04 | intel: Add an env var override to execute for a different GPU revision. | Eric Anholt |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-09-24 | intel: Dead comment removal. | Eric Anholt |
2010-09-22 | dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext | Kristian Høgsberg |
2010-08-25 | intel: Support EGL_MESA_image_drm | Kristian Høgsberg |
2010-08-25 | intel: Take an intel_screen pointer in intel_alloc_region_* functions | Kristian Høgsberg |
2010-08-17 | i915: Enable ARB_fragment_shader by default. | Eric Anholt |
2010-05-20 | intel: Throttle after doing copyregion/swapbuffers round trip | Kristian Høgsberg |
2010-05-02 | Merge branch 'gles2-2' | Kristian Høgsberg |
2010-04-28 | intel: Advertise GLES1/2 for i915+ when enabled | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-04-22 | DRI2: add config query extension | Jesse Barnes |
2010-03-16 | intel: Remove more code for x8z24 visuals, since we only do s8z24. | Eric Anholt |
2010-03-05 | intel: Remove support for the DRI1 TFP extension. | Eric Anholt |
2010-03-04 | intel: Remove non-kernel-exec-fencing support. | Eric Anholt |
2010-03-04 | i915: Enable texture tiling by default. | Eric Anholt |
2010-03-03 | i915: Tell the kernel when we actually need fence registers on our BOs. | Eric Anholt |
2010-02-26 | intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer | Kristian Høgsberg |
2010-02-24 | intel: Implement DRI image extension | Kristian Høgsberg |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-02-16 | dri2: Event driven buffer validation. | Francisco Jerez |
2010-02-12 | intel: Track named regions and make sure we only have one region per named bo | Kristian Høgsberg |
2010-02-11 | i915: Remove always-true irq_active struct intel_screen field | Kristian Høgsberg |
2010-02-11 | i915: Remove a few DRI1 era struct intel_screen fields | Kristian Høgsberg |
2010-02-11 | i915: Drop intelScreenPrivate typedef and just call it struct intel_screen | Kristian Høgsberg |
2010-02-10 | intel: Don't expose GLX_SWAP_EXCHANGE_OML | Ian Romanick |
2010-02-10 | intel: Expose a minimal number of configs with accumulation buffer | Ian Romanick |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-02-10 | intel: Stop exposing useless 24 depth/0 stencil configs | Ian Romanick |
2010-02-10 | intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 | Ian Romanick |
2010-02-10 | intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues | Ian Romanick |
2010-02-03 | mesa: Factor out the fb initialization details from _mesa_new_framebuffer. | Francisco Jerez |
2010-01-30 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-26 | intel: make sure we update the renderbuffers after a swap | Jesse Barnes |
2010-01-25 | intel: Don't do client-side frame throttling with DRI2 SwapBuffers. | Eric Anholt |
2010-01-25 | Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d... | Eric Anholt |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-19 | intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. | Eric Anholt |
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes |
2010-01-08 | intel/DRI2: add DRI2flushExtension support with invalidate hook | Kristian Høgsberg |
2010-01-04 | intel: intelScreenContext() is no longer used | Kristian Høgsberg |
2010-01-04 | intel: Remove remaining dri2.enabled tests | Kristian Høgsberg |
2010-01-04 | intel: Remove struct intel_framebuffer | Kristian Høgsberg |
2010-01-04 | intel: Remove client-side vblank code | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 static regions | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 SwapBuffer implementation | Kristian Høgsberg |
2010-01-04 | intel: Drop DRI1 CopySubBuffer implementation | Kristian Høgsberg |