aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_span.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* radeon: fix up span function settingDave Airlie2009-03-211-1/+0
|
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-2/+0
|
* radeon/r200/r300: merge span code into single shared fileDave Airlie2009-02-111-2/+0
|
* r200: clear is working at least - not much elseDave Airlie2009-01-201-4/+0
|
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-1/+7
| | | | | | | | | | This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse
* r300: Indented radeon_span.hOliver McFadden2007-05-091-2/+2
|
* r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden2007-05-091-3/+7
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+4
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+45