summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: move freeing of software renderbuffers into swrastBrian Paul2012-01-242-6/+16
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-2417-249/+39
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-249-16/+7
* mesa: finally, remove the GetRow/PutRow/etc functionsBrian Paul2012-01-241-37/+0
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-244-1259/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-242-167/+0
* nouveau: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-85/+0
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-242-134/+1
* dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul2012-01-244-582/+0
* osmesa: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-430/+1
* xlib: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-1594/+3
* mesa: remove obsolete PutRow, etc assignmentsBrian Paul2012-01-241-17/+0
* swrast: remove Get/PutRow()-related codeBrian Paul2012-01-242-1224/+8
* st/mesa: remove gl_renderbuffer::GetPointer stuffBrian Paul2012-01-241-19/+0
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-245-55/+193
* swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2012-01-242-6/+6
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-244-47/+124
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-242-6/+3
* mesa: add new gl_renderbuffer fieldsBrian Paul2012-01-241-1/+6
* swrast: flush pending rendering before unmapping buffersBrian Paul2012-01-241-2/+3
* swrast: new assertions in _swrast_pixel_address()Brian Paul2012-01-241-0/+8
* swrast: use _swrast_pixel_address() in more placesBrian Paul2012-01-242-7/+15
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-2415-55/+55
* swrast: remove gl_renderbuffer::DataType check in DrawPixels()Brian Paul2012-01-241-5/+8
* swrast: remove gl_renderbuffer::DataType assertionsBrian Paul2012-01-243-3/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-244-107/+0
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-242-23/+12
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-243-7/+7
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-242-40/+0
* mesa: Don't resurrect deleted ARB VAOs in glPopClientAttribIan Romanick2012-01-241-11/+42
* mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick2012-01-244-8/+29
* swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixelsIan Romanick2012-01-241-2/+21
* mesa: Make sure _TexEnvProgram points at the current ff fragment programIan Romanick2012-01-241-0/+9
* mesa: Don't use newlocale on HaikuAlexander von Gluck2012-01-241-1/+1
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+2
* swrast: Fix unsigned promotion in pointer arithmeticChad Versace2012-01-231-3/+3
* meta: Fallback for glBlitFramebuffer from a multisample surfaceIan Romanick2012-01-231-1/+6
* i965/vs: Fix bogus assertion in emit_block_move()Paul Berry2012-01-231-3/+9
* i965/vs: Enable workaround-free math on gen7.Eric Anholt2012-01-231-2/+6
* i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.Eric Anholt2012-01-231-6/+16
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-231-1/+7
* Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"Jon TURNEY2012-01-231-0/+2
* dri: install dri_interface.hMatt Turner2012-01-221-0/+3
* Remove src/mesa/ppcMatt Turner2012-01-217-183/+0
* Fix mistake in 349845f7bAndrei Slăvoiu2012-01-211-1/+1
* automake: src/mesa/drivers/driMatt Turner2012-01-206-165/+35
* automake: src/mesa/drivers/dri/swrastMatt Turner2012-01-204-27/+74
* automake: src/mesa/drivers/dri/nouveauMatt Turner2012-01-203-22/+67
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-204-58/+100
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-204-54/+99