summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-2411-42/+56
* dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2012-01-242-14/+14
* swrast: use stencil packing function in s_stencil.cBrian Paul2012-01-241-1/+3
* swrast: use color packing functions in s_span.cBrian Paul2012-01-241-4/+9
* swrast: remove s_spantemp.hBrian Paul2012-01-241-149/+0
* xlib: remove xm_span.c and related codeBrian Paul2012-01-246-249/+1
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-247-23/+13
* swrast: rewrite, simplify the the render-to-texture codeBrian Paul2012-01-241-110/+30
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-247-38/+41
* 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