summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_screen.c
AgeCommit message (Expand)Author
2011-03-16android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson
2011-02-26intel: Use the current context rather than last bound context for a drawable.Eric Anholt
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-07intel: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-01-09intel: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-13intel: Include stdbool so we can stop using GLboolean when we want to.Eric Anholt
2010-12-04intel: Add an env var override to execute for a different GPU revision.Eric Anholt
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-24intel: Dead comment removal.Eric Anholt
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg
2010-08-25intel: Support EGL_MESA_image_drmKristian Høgsberg
2010-08-25intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg
2010-08-17i915: Enable ARB_fragment_shader by default.Eric Anholt
2010-05-20intel: Throttle after doing copyregion/swapbuffers round tripKristian Høgsberg
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28intel: Advertise GLES1/2 for i915+ when enabledKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-22DRI2: add config query extensionJesse Barnes
2010-03-16intel: Remove more code for x8z24 visuals, since we only do s8z24.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-03-04i915: Enable texture tiling by default.Eric Anholt
2010-03-03i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt
2010-02-26intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg
2010-02-24intel: Implement DRI image extensionKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-12intel: Track named regions and make sure we only have one region per named boKristian Høgsberg
2010-02-11i915: Remove always-true irq_active struct intel_screen fieldKristian Høgsberg
2010-02-11i915: Remove a few DRI1 era struct intel_screen fieldsKristian Høgsberg
2010-02-11i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg
2010-02-10intel: Don't expose GLX_SWAP_EXCHANGE_OMLIan Romanick
2010-02-10intel: Expose a minimal number of configs with accumulation bufferIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-10intel: Stop exposing useless 24 depth/0 stencil configsIan Romanick
2010-02-10intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2Ian Romanick
2010-02-10intel: Update comment in intelInitScreen2 to noting DRI2 protocol issuesIan Romanick
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-30intel: Remove unnecessary headers.Vinson Lee
2010-01-26intel: make sure we update the renderbuffers after a swapJesse Barnes
2010-01-25intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt
2010-01-25Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-19intel: Use the new DRI2 flush invalidate entrypoint to signal frame done.Eric Anholt
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg