mesa.git
2012-01-25 Benjamin Franzkest/mesa: Fix recurring surfaceless contexts
2012-01-25 Eric Anholtmesa: Fix CopyTex{Sub,}Image error checks for integer...
2012-01-25 Eric Anholtmesa: Add missing integer R/RG cases to _mesa_is_color_...
2012-01-25 Eric Anholtmeta: Detect currently-unsupported integer CopyTexSubIm...
2012-01-25 Eric Anholtmesa: Add the remaining from/to types for GL_EXT_textur...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
2012-01-25 Eric Anholtmesa: s/GLuint col/GLint col/ to avoid signed/unsigned...
2012-01-25 Eric Anholtmesa: Add support for glGetTexImage() from integer...
2012-01-25 Eric Anholti965/gen6+: Work around GPU hangs with logic ops on...
2012-01-25 Eric Anholti965/gen6+: Disable blending, alpha test, and dither...
2012-01-24 Brian Paulmesa/gdi: remove wmesa_set_renderbuffer_funcs() function
2012-01-24 Brian Pauldri/swrast: remove obsolete swrast_span.c file from...
2012-01-24 Brian Paulswrast: fix uninitialized variable warning
2012-01-24 Brian Paulswrast: make rowStride variable signed in put_z32_values()
2012-01-24 Brian Paulintel: use swrast code to map/unmap renderbuffers for...
2012-01-24 Brian Paulmesa: update comments, fix whitespace in dd.h
2012-01-24 Brian Paulswrast: remove unused StoreTexel code
2012-01-24 Brian Paulswrast: use Map/UnmapTextureImage() in framebuffer...
2012-01-24 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-24 Brian Paulnouveau: stop calling ctx->Driver.Map/UnmapTexture()
2012-01-24 Brian Paultnl: remove ctx->Driver.Map/UnmapTexture() calls
2012-01-24 Brian Paulswrast: move some renderbuffer functions to s_renderbuf...
2012-01-24 Brian Paulintel: remove intel_span_supports_format()
2012-01-24 Brian Paulswrast: remove a few extra _mesa_get_format_bytes(...
2012-01-24 Brian Paulmesa: update comments for gl_renderbuffer
2012-01-24 Brian Paulmesa/swrast/drivers: remove obsolete gl_renderbuffer...
2012-01-24 Brian Pauldri/swrast: use swrast_renderbuffer type
2012-01-24 Brian Paulswrast: use swrast_renderbuffer instead of gl_renderbuffer
2012-01-24 Brian Paulosmesa: use swrast_renderbuffer
2012-01-24 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulxlib: derive xmesa_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulswrast: allocate swrast_renderbuffers instead of gl_ren...
2012-01-24 Brian Paulswrast: new swrast_renderbuffer type
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-24 Brian Pauldri/swrast: rename swrast_renderbuffer to dri_swrast_re...
2012-01-24 Brian Paulswrast: use stencil packing function in s_stencil.c
2012-01-24 Brian Paulswrast: use color packing functions in s_span.c
2012-01-24 Brian Paulswrast: remove s_spantemp.h
2012-01-24 Brian Paulxlib: remove xm_span.c and related code
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::Wrapped
2012-01-24 Brian Paulswrast: rewrite, simplify the the render-to-texture...
2012-01-24 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-24 Brian Paulmesa: move freeing of software renderbuffers into swrast
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-24 Brian Paulmesa: finally, remove the GetRow/PutRow/etc functions
2012-01-24 Brian Pauldri: remove all the obsolete spantmp files
2012-01-24 Brian Paulradeon: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulnouveau: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulintel: remove most of the span Get/PutRow code
2012-01-24 Brian Pauldri/swrast: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulosmesa: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulxlib: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulmesa: remove obsolete PutRow, etc assignments
2012-01-24 Brian Paulswrast: remove Get/PutRow()-related code
2012-01-24 Brian Paulst/mesa: remove gl_renderbuffer::GetPointer stuff
2012-01-24 Brian Paulswrast: stop using Put/GetRow/Values() in swrast code
2012-01-24 Brian Paulswrast: use gl_renderbuffer::StrideInBytes in depth...
2012-01-24 Brian Paulmesa: use gl_renderbuffer::Map for all depth/stencil...
2012-01-24 Brian Paulintel: make intel_renderbuffer_map/unmap() static
2012-01-24 Brian Paulmesa: add new gl_renderbuffer fields
2012-01-24 Brian Paulswrast: flush pending rendering before unmapping buffers
2012-01-24 Brian Paulswrast: new assertions in _swrast_pixel_address()
2012-01-24 Brian Paulswrast: use _swrast_pixel_address() in more places
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-24 Brian Paulswrast: remove gl_renderbuffer::DataType check in DrawP...
2012-01-24 Brian Paulswrast: remove gl_renderbuffer::DataType assertions
2012-01-24 Brian Paulst/mesa: remove gl_renderbuffer:DataType assignments
2012-01-24 Brian Paulswrast: make _swrast_get_values(), _swrast_get_row...
2012-01-24 Brian Paulswrast: remove dstType param from _swrast_read_rgba_span()
2012-01-24 Brian Paulswrast: remove unused _swrast_put_row()
2012-01-24 Ian Romanickmesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib
2012-01-24 Ian Romanickmesa: Rename gl_array_object::VBOonly to ::ARBsemantics
2012-01-24 Ian Romanickswrast: Use fixed-function processing instead _TexEnvPr...
2012-01-24 Ian Romanickmesa: Make sure _TexEnvProgram points at the current...
2012-01-24 Brian Paulsoftpipe: move var initialization to silence warning
2012-01-24 Brian Paulr600g: remove unused variable
2012-01-24 Alexander von... glsl: Don't use newlocale on Haiku
2012-01-24 Alexander von... mesa: Don't use newlocale on Haiku
2012-01-24 Alexander von... svga: fix typedef conflicts on Haiku
2012-01-24 Alexander von... llvmpipe: fix symbol conflict on Haiku
2012-01-24 Alexander von... scons: Remove Haiku one-offs for gallium drivers
2012-01-24 Michel Dänzergallium/postprocess: Proper reference counting of pp_ji...
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-24 Matt Turnergbm: install libgbm.so into lib
2012-01-24 Adam Jacksonllvmpipe: Fix math error in LP_DEBUG=counters output
2012-01-24 Vadim Girlinr600g: fix inconsistency with INTERP* opcode definitions
2012-01-24 Vadim Girlinr600g: replace raw opcodes with names in the is_alu_tra...
2012-01-24 Vadim Girlinr600g: add missing opcode definitions
2012-01-24 Vadim Girlinr600g: fix loop break/continue operations
2012-01-24 Vadim Girlinr600g: fix fragcoord.w
2012-01-24 Benjamin Franzketargets/gbm: Fix install path
2012-01-24 Benjamin Franzkegbm/Makefile.template: Remove builtin-compile path
2012-01-24 Benjamin Franzkeegl,gbm_gallium: Fix linkage against gbm from automake
2012-01-24 Vadim Girlinr600g: fix interpolation with clipvertex
2012-01-24 Chad Versaceswrast: Fix unsigned promotion in pointer arithmetic
2012-01-23 Ian Romanickmeta: Fallback for glBlitFramebuffer from a multisample...
2012-01-23 Paul Berryi965/vs: Fix bogus assertion in emit_block_move()
2012-01-23 Alex Deucherr600g: clean up register headers
next