summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2010-02-18intel: Include main/hash.h using "" instead of <>Kristian 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: Remove unused variable.Vinson Lee
2010-02-12intel: Avoid dri_bo_flink() in intel_update_renderbuffers()Kristian Høgsberg
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-11i915: Remove unused intelRegion structKristian Høgsberg
2010-02-11i915: Remove left-over drmUnmap()Kristian 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-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-06intel: Allow L8 PBO blit uploads.Damien Lespiau
2010-02-06intel: Check aperture size when doing a blit glClear.Eric Anholt
2010-02-06intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt
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-30intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt
2010-01-28intel: Set the region's tiling to none when attaching a PBO to a region.Eric Anholt
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-26intel: Remove dead code from having to clip copyteximage source rect.Eric Anholt
2010-01-26intel: Use a handy helper in glReadPixels source clipping.Eric Anholt
2010-01-26intel: Clean up stale comments about cliprects.Eric Anholt
2010-01-26intel: Remove the remaining cliprects code from DRI1.Eric Anholt
2010-01-26intel: Remove DRI1 junk from spans code.Eric Anholt
2010-01-26intel: Remove DRI1 junk from blit glBitmap.Eric Anholt
2010-01-26intel: Remove DRI1 junk from CopyPixels.Eric Anholt
2010-01-26intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt
2010-01-26intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt
2010-01-26i965: Add support for EXT_draw_buffers2.Eric Anholt
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-25i965: Remove unnecessary malloc/free in VS binding table setup.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-23i965: add support for ARB_half_float_vertexDave Airlie
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt
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
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg