aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Lookup requested renderbuffer in intel_create_image_from_renderbufferKristian Høgsberg2010-02-261-1/+2
* intel: Fix up INTEL_NO_HW support.Eric Anholt2010-02-251-1/+2
* i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt2010-02-251-0/+2
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+13
* i965: Add basic decode of new gen6 packet boundaries.Eric Anholt2010-02-251-0/+6
* i965: Set up sandybridge depthbuffer.Eric Anholt2010-02-251-1/+3
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-254-4/+34
* intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg2010-02-242-0/+88
* intel: Implement DRI image extensionKristian Høgsberg2010-02-242-0/+101
* intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg2010-02-231-0/+1
* i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt2010-02-231-0/+1
* intel: assert that we do not overflow the batch buffer.Chris Wilson2010-02-221-1/+2
* intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson2010-02-221-0/+4
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2
* intel: Set buffer stamp before getting new buffersKristian Høgsberg2010-02-191-1/+5
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-196-15/+15
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-196-17/+17
* intel: Include main/hash.h using "" instead of <>Kristian Høgsberg2010-02-181-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-1713-48/+70
* dri2: Event driven buffer validation.Francisco Jerez2010-02-163-8/+5
* intel: Remove unused variable.Vinson Lee2010-02-121-1/+0
* intel: Avoid dri_bo_flink() in intel_update_renderbuffers()Kristian Høgsberg2010-02-121-8/+2
* intel: Track named regions and make sure we only have one region per named boKristian Høgsberg2010-02-124-1/+41
* i915: Remove always-true irq_active struct intel_screen fieldKristian Høgsberg2010-02-113-8/+0
* i915: Remove a few DRI1 era struct intel_screen fieldsKristian Høgsberg2010-02-112-9/+0
* i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg2010-02-114-15/+9
* i915: Remove unused intelRegion structKristian Høgsberg2010-02-111-23/+0
* i915: Remove left-over drmUnmap()Kristian Høgsberg2010-02-112-7/+1
* 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
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* intel: Allow L8 PBO blit uploads.Damien Lespiau2010-02-061-0/+5
* intel: Check aperture size when doing a blit glClear.Eric Anholt2010-02-061-0/+10
* intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt2010-02-061-0/+1
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* intel: Remove unnecessary headers.Vinson Lee2010-01-306-8/+0
* intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt2010-01-301-1/+2
* intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt2010-01-301-2/+2
* intel: Set the region's tiling to none when attaching a PBO to a region.Eric Anholt2010-01-281-0/+1
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-282-136/+0
* intel: Remove dead code from having to clip copyteximage source rect.Eric Anholt2010-01-261-5/+0
* intel: Use a handy helper in glReadPixels source clipping.Eric Anholt2010-01-264-64/+19
* intel: Clean up stale comments about cliprects.Eric Anholt2010-01-262-39/+1
* intel: Remove the remaining cliprects code from DRI1.Eric Anholt2010-01-262-22/+0
* intel: Remove DRI1 junk from spans code.Eric Anholt2010-01-261-30/+11
* intel: Remove DRI1 junk from blit glBitmap.Eric Anholt2010-01-261-82/+53