summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-25automake: src/egl/waylandautomakeBenjamin Franzke14-190/+47
2012-01-25st/mesa: Fix recurring surfaceless contextsBenjamin Franzke1-2/+4
2012-01-24mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.Eric Anholt1-8/+31
2012-01-24mesa: Add missing integer R/RG cases to _mesa_is_color_format().Eric Anholt1-0/+12
2012-01-24meta: Detect currently-unsupported integer CopyTexSubImage and complain.Eric Anholt1-0/+5
2012-01-24mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).Eric Anholt2-51/+176
2012-01-24mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAYEric Anholt1-2/+7
2012-01-24mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.Eric Anholt1-8/+8
2012-01-24mesa: Add support for glGetTexImage() from integer textures.Eric Anholt1-38/+80
2012-01-24i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt1-2/+7
2012-01-24i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt1-6/+23
2012-01-24mesa/gdi: remove wmesa_set_renderbuffer_funcs() functionBrian Paul1-50/+0
2012-01-24dri/swrast: remove obsolete swrast_span.c file from source listBrian Paul1-2/+1
2012-01-24swrast: fix uninitialized variable warningBrian Paul1-1/+1
2012-01-24swrast: make rowStride variable signed in put_z32_values()Brian Paul1-1/+1
2012-01-24intel: use swrast code to map/unmap renderbuffers for swrast renderingBrian Paul1-79/+2
2012-01-24mesa: update comments, fix whitespace in dd.hBrian Paul1-21/+14
2012-01-24swrast: remove unused StoreTexel codeBrian Paul4-1187/+183
2012-01-24swrast: use Map/UnmapTextureImage() in framebuffer map/unmap codeBrian Paul1-15/+13
2012-01-24mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul3-10/+0
2012-01-24nouveau: stop calling ctx->Driver.Map/UnmapTexture()Brian Paul2-40/+4
2012-01-24tnl: remove ctx->Driver.Map/UnmapTexture() callsBrian Paul1-8/+2
2012-01-24swrast: move some renderbuffer functions to s_renderbuffer.cBrian Paul2-121/+121
2012-01-24intel: remove intel_span_supports_format()Brian Paul3-21/+0
2012-01-24swrast: remove a few extra _mesa_get_format_bytes() callsBrian Paul1-4/+6
2012-01-24mesa: update comments for gl_renderbufferBrian Paul1-16/+9
2012-01-24mesa/swrast/drivers: remove obsolete gl_renderbuffer fieldsBrian Paul1-7/+0
2012-01-24dri/swrast: use swrast_renderbuffer typeBrian Paul2-35/+41
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul9-41/+62
2012-01-24osmesa: use swrast_renderbufferBrian Paul1-42/+45
2012-01-24radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul14-64/+73
2012-01-24intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul7-49/+55
2012-01-24xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul4-24/+27
2012-01-24swrast: allocate swrast_renderbuffers instead of gl_renderbuffersBrian Paul2-7/+7
2012-01-24swrast: new swrast_renderbuffer typeBrian Paul1-0/+25
2012-01-24intel: use intel_rb_format() to get renderbuffer formatBrian Paul11-42/+56
2012-01-24dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2-14/+14
2012-01-24swrast: use stencil packing function in s_stencil.cBrian Paul1-1/+3
2012-01-24swrast: use color packing functions in s_span.cBrian Paul1-4/+9
2012-01-24swrast: remove s_spantemp.hBrian Paul1-149/+0
2012-01-24xlib: remove xm_span.c and related codeBrian Paul6-249/+1
2012-01-24mesa: remove gl_renderbuffer::WrappedBrian Paul7-23/+13
2012-01-24swrast: rewrite, simplify the the render-to-texture codeBrian Paul1-110/+30
2012-01-24mesa: rename gl_renderbuffer::Data to BufferBrian Paul7-38/+41
2012-01-24mesa: move freeing of software renderbuffers into swrastBrian Paul2-6/+16
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul17-249/+39
2012-01-24mesa: remove gl_renderbuffer:RowStride fieldBrian Paul9-16/+7
2012-01-24mesa: finally, remove the GetRow/PutRow/etc functionsBrian Paul1-37/+0
2012-01-24dri: remove all the obsolete spantmp filesBrian Paul4-1259/+0
2012-01-24radeon: remove obsolete GetRow/PutRow codeBrian Paul2-167/+0