summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Remove DRI1 junk from CopyPixels.Eric Anholt2010-01-261-87/+50
* intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt2010-01-261-174/+123
* intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt2010-01-261-44/+37
* i965: Add support for EXT_draw_buffers2.Eric Anholt2010-01-261-0/+2
* 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-253-1/+7
* Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...Eric Anholt2010-01-252-21/+20
* i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt2010-01-251-1/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2514-29/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-2315-32/+0
* | i965: add support for ARB_half_float_vertexDave Airlie2010-01-231-0/+1
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* | intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-1/+0