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