summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-279-16/+7
* mesa: finally, remove the GetRow/PutRow/etc functionsBrian Paul2012-01-271-37/+0
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-274-1259/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-272-167/+0
* nouveau: remove obsolete GetRow/PutRow codeBrian Paul2012-01-271-85/+0
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-272-134/+1
* dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul2012-01-275-584/+1
* osmesa: remove obsolete GetRow/PutRow codeBrian Paul2012-01-271-430/+1
* xlib: remove obsolete GetRow/PutRow codeBrian Paul2012-01-271-1594/+3
* mesa: remove obsolete PutRow, etc assignmentsBrian Paul2012-01-271-17/+0
* swrast: remove Get/PutRow()-related codeBrian Paul2012-01-272-1224/+8
* st/mesa: remove gl_renderbuffer::GetPointer stuffBrian Paul2012-01-271-19/+0
* swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul2012-01-275-55/+193
* swrast: use gl_renderbuffer::StrideInBytes in depth/stencil codeBrian Paul2012-01-272-6/+6
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-274-47/+124
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-272-6/+3
* mesa: add new gl_renderbuffer fieldsBrian Paul2012-01-271-1/+6
* swrast: flush pending rendering before unmapping buffersBrian Paul2012-01-271-2/+3
* swrast: new assertions in _swrast_pixel_address()Brian Paul2012-01-271-0/+8
* swrast: use _swrast_pixel_address() in more placesBrian Paul2012-01-272-7/+15
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-2715-55/+55
* swrast: remove gl_renderbuffer::DataType check in DrawPixels()Brian Paul2012-01-271-5/+8
* swrast: remove gl_renderbuffer::DataType assertionsBrian Paul2012-01-273-3/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-274-107/+0
* swrast: make _swrast_get_values(), _swrast_get_row() staticBrian Paul2012-01-272-23/+12
* swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul2012-01-273-7/+7
* swrast: remove unused _swrast_put_row()Brian Paul2012-01-272-40/+0
* swrast: Fix unsigned promotion in pointer arithmeticChad Versace2012-01-271-3/+3
* mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.Eric Anholt2012-01-271-8/+31
* mesa: Add missing integer R/RG cases to _mesa_is_color_format().Eric Anholt2012-01-271-0/+12
* meta: Detect currently-unsupported integer CopyTexSubImage and complain.Eric Anholt2012-01-271-0/+5
* mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).Eric Anholt2012-01-272-51/+176
* mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAYEric Anholt2012-01-271-2/+7
* mesa: Add support for glGetTexImage() from integer textures.Eric Anholt2012-01-271-38/+80
* i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt2012-01-271-2/+7
* i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt2012-01-271-6/+23
* st/mesa: Fix recurring surfaceless contextsBenjamin Franzke2012-01-251-2/+4
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-241-1/+7
* mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace2012-01-241-3/+10
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-246-18/+37
* i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke2012-01-241-1/+12
* i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke2012-01-241-1/+7
* i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2012-01-242-5/+8
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-242-5/+5
* i965: Add support for Z16 depth formats.Eric Anholt2012-01-242-0/+10
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-241-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-241-1/+0
* mesa: Fix leak of uniform storage records on shader program link/free.Eric Anholt2012-01-241-0/+2
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-241-0/+2
* i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt2012-01-241-4/+0