summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_screen.c
AgeCommit message (Expand)Author
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
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-05-14i965: send all warnings through _mesa_warning()Robert Ellison
2009-04-06i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt
2009-04-06intel: Clean up some a leftover from sedding of bufmgr context->screen move.Eric Anholt
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-03-05intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt
2009-03-05intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt
2009-02-26intel: Disable creating DRI2 FBconfigs with depth size != color size.Eric Anholt
2009-02-25intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09re-add MSAA supportBrian Paul
2009-01-31intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.Eric Anholt
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt
2009-01-26intel: #include clean-upsBrian Paul
2009-01-26intel: make intelUpdateScreenFromSAREA() staticBrian Paul
2009-01-26intel: remove unused varBrian Paul