mesa.git
2012-01-26 Benjamin Franzkeautomake: src/egl/wayland
2012-01-25 Paul Berryi965/gen6/GT1: Increase max_vs_entries to 256.
2012-01-25 Paul Berryi965/gen6: Fix segfault in transform feedback to DYNAMI...
2012-01-25 Ander Conselvan... gbm: fix copy & paste error in gbm_bo_get_handle docume...
2012-01-25 José Fonsecamesa/st: Assign inputsRead at right (previous) location.
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Marek Olšákr600g: handle start_component from stream_output_info...
2012-01-25 Marek Olšákr600g: don't expose transform_feedback2 without kernel...
2012-01-25 Marek Olšákmesa: allow exposing GL3 without EXT_texture_integer
2012-01-25 Marek Olšákmesa: add missing integer alpha formats to _mesa_base_f...
2012-01-25 Marek Olšákst/mesa: require all s3tc formats for EXT_texture_compr...
2012-01-25 Marek Olšákst/mesa: simplify enabling EXT_packed_depth_stencil...
2012-01-25 Marek Olšákmesa: remove obsolete comment in version.c
2012-01-25 Marek Olšákgallium/docs: document more CAPs
2012-01-25 Marek Olšákr600g: nuke the fallback for vertex and fragment color...
2012-01-25 Marek Olšákr300g: nuke the fallback for fragment color clamping
2012-01-25 Marek Olšákst/mesa: inline if(1) conditional
2012-01-25 Marek Olšákst/mesa: move fragment shader tgsi tokens into st_fp_va...
2012-01-25 Marek Olšákst/mesa: do vertex and fragment color clamping in shaders
2012-01-25 Christian Königst/xvmc: remove xorg-server dependency
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
next