summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* remove some struct declsBrian2007-11-051-2/+0
* s/intelDisplayBuffer/intelDisplaySurfaceBrian2007-11-053-9/+9
* simplify intelSwapBuffers()Brian2007-11-051-11/+3
* remove useless codeBrian2007-11-051-10/+0
* remove disabled vblank/sync codeBrian2007-11-055-185/+0
* disable vblank/sync codeBrian2007-11-055-1/+24
* remove dead pageflip codeBrian2007-11-052-240/+2
* disable page flip codeBrian2007-11-052-6/+27
* replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() callBrian2007-11-053-26/+2
* remove extern decls for non-existant functionsBrian2007-11-051-7/+0
* #include clean-ups, fixesBrian2007-11-053-3/+2
* comment about renderbuffers vs. surfacesBrian2007-11-051-0/+5
* remove some dead code, clean-upsBrian2007-11-051-21/+4
* more clean-up in intelDisplayBuffer()Brian2007-11-051-14/+14
* Start re-working SwapBuffers.Brian2007-11-013-43/+48
* Use new state tracker context/destroy funcs with wrap Mesa context.Brian2007-11-013-25/+49
* remove _mesa_init_driver_functions()Brian2007-11-011-6/+23
* move a few lines of codeBrian2007-10-311-5/+4
* Lift VBO/tnl stuff up out of driversBrian2007-10-311-15/+3
* remove intelInvalidateStateBrian2007-10-311-13/+0
* re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
* Update intel_is_format_supported.José Fonseca2007-10-291-12/+10
* Fix i915simple build.José Fonseca2007-10-291-3/+3
* surface_alloc() is now a winsys function.Brian2007-10-261-0/+14
* Actually move region_alloc() and region_release() to intel_winsys.José Fonseca2007-10-262-62/+64
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-0/+61
* implement intel_user_buffer_create()Brian2007-10-111-0/+16
* Initial support for user-space buffer objects.Brian2007-10-112-9/+49
* intel_winsys: Adapt to DRM changes (again).Michel Dänzer2007-10-031-4/+4
* intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer2007-09-181-1/+2
* intel_winsys: Fix intel_buffer_reference.Michel Daenzer2007-09-141-3/+5
* intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer2007-09-142-20/+20
* merge buffer_unreference(), buffer_reference()Brian2007-09-101-10/+8
* Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell2007-08-117-14/+6
* Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell2007-08-115-36/+38
* add intel_lock.c to buildkeithw2007-08-111-0/+1
* remove intel_ioctl.ckeithw2007-08-117-325/+178
* move batch ioctl to intel_batchbuffer.ckeithw2007-08-113-128/+35
* remove unused irq functionskeithw2007-08-112-46/+0
* move locking to new filekeithw2007-08-112-118/+170
* remove intelGetString()keithw2007-08-111-64/+0
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+7
* add missing printfkeithw2007-08-101-0/+9
* move dri_bo() to a header filekeithw2007-08-103-16/+21
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-109-364/+301
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-103-47/+44
* Clean up / sanitize debuggingKeith Whitwell2007-08-106-64/+40
* Remove dead include lineKeith Whitwell2007-08-101-1/+0
* Fix merge issueKeith Whitwell2007-08-102-16/+19
* Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell2007-08-106-522/+28