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