summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_screen.c
AgeCommit message (Expand)Author
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-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-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-30intel: Remove unnecessary headers.Vinson Lee
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-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
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-04intel: intelScreenContext() is no longer usedKristian Høgsberg
2010-01-04intel: Remove remaining dri2.enabled testsKristian Høgsberg
2010-01-04intel: Remove struct intel_framebufferKristian Høgsberg
2010-01-04intel: Remove client-side vblank codeKristian Høgsberg
2010-01-04intel: Drop DRI1 static regionsKristian Høgsberg
2010-01-04intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg
2010-01-04intel: Drop DRI1 CopySubBuffer implementationKristian Høgsberg
2010-01-04intel: Drop DRI1 supportKristian Høgsberg
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-28intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt
2009-11-19intel: Remove non-GEM support.Eric Anholt
2009-10-30intel: fix up some XRGB breakageBrian Paul
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-01i915: Add stub ARB_occlusion_query support under a driconf debug option.Eric Anholt
2009-10-01i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt
2009-08-07Revert "i965: Disable texture tiling by default."Eric Anholt
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul
2009-07-27intel: Use _mesa_warning() to report GEM warningsBrian Paul
2009-07-02intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt
2009-07-02intel: Init num_fences to clean up valgrind warning.Eric Anholt
2009-06-17intel: remove extra \n from warning stringBrian Paul
2009-06-17i965: send all warnings through _mesa_warning()Robert Ellison
2009-06-15intel: Release fb backing regions in intelDestroyBuffer()Shuang He
2009-06-23i965: Disable texture tiling by default.Eric Anholt
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt
2009-06-09intel: remove extra \n from warning stringBrian Paul