summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* use st_unreference_framebuffer()Brian2007-11-051-1/+2
* rename intelWindowMoved() to intelUpdateWindowSize()Brian2007-11-053-15/+5
* pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptrBrian2007-11-053-14/+7
* simplify the window moved/resized code a bitBrian2007-11-052-3/+12
* Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().Brian2007-11-053-36/+14
* use st_make_current()Brian2007-11-051-5/+6
* restore dummy card_extensions extensions array, needed for dispatch setupBrian2007-11-051-0/+14
* use st_create_framebuffer()Brian2007-11-051-0/+9
* more dead code removal, clean-upBrian2007-11-051-14/+3
* move intelScreenContext() to intel_swapbuffers.c and make staticBrian2007-11-053-26/+22
* remove mesa extension codeBrian2007-11-051-100/+0
* remove old mesa context creation codeBrian2007-11-051-36/+1
* remove dead code, unnecessary #includes, etcBrian2007-11-054-28/+2
* remove INTEL_FIREVERTICESBrian2007-11-053-5/+2
* remove refcount, fboRect fieldsBrian2007-11-051-5/+0
* remove intel->pipe fieldBrian2007-11-053-8/+7
* 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
* fix some breakage from lifting vbo/tnl codeBrian2007-10-311-4/+10
* move a few lines of codeBrian2007-10-311-5/+4
* Lift VBO/tnl stuff up out of driversBrian2007-10-312-15/+14
* remove intelInvalidateStateBrian2007-10-311-13/+0
* re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
* Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-1/+1
* Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-293-3/+3
* Update intel_is_format_supported.José Fonseca2007-10-291-12/+10
* Fix i915simple build.José Fonseca2007-10-291-3/+3
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-283-13/+11
* Remove remnants of softpipe_surface.Brian2007-10-271-37/+6
* surface_alloc() is now a winsys function.Brian2007-10-265-49/+135
* 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-254-22/+130
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-2/+2
* a bit more work for optimizing clears in tile cache (not enabled yet)Brian2007-10-241-0/+14
* added a pipe->flush() call in xmesa_clear()Brian2007-10-241-0/+11