mesa: Add ARB_shader_image_load_store to the extension table.
[mesa.git] / src / mesa / swrast /
2012-02-02 Ian Romanickmesa: Convert colors if span ChanType and renderbuffer...
2012-01-28 Brian Paulmesa: added swapBytes parameter to _mesa_format_matches...
2012-01-28 Chad Versaceswrast: Fix implicit declaration warnings
2012-01-27 Chad Versaceswrast: Fix fixed-function fragment processing
2012-01-26 Brian Paulswrast: silence uninitialized var warnings
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 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 Paulswrast: move some renderbuffer functions to s_renderbuf...
2012-01-24 Brian Paulswrast: remove a few extra _mesa_get_format_bytes(...
2012-01-24 Brian Paulswrast: use swrast_renderbuffer instead of gl_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 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 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 Paulswrast: remove Get/PutRow()-related code
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 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 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 Romanickswrast: Use fixed-function processing instead _TexEnvPr...
2012-01-24 Chad Versaceswrast: Fix unsigned promotion in pointer arithmetic
2012-01-12 Brian Paulswrast: use BITFIELD64_BIT() macro to fix MSVC warnings
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2012-01-09 Brian Paulswrast: convert blit_linear() to Map/UnmapRenderbuffer()
2012-01-07 Brian Paulswrast: fix Z testing of points/lines for 16-bit depth...
2012-01-07 Brian Paulswrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAt...
2012-01-07 Brian Paulswrast: s/GLint/GLuint/ to silence MSVC signed/unsigned...
2012-01-06 Brian Paulswrast: remove s_depthstencil.[ch] files
2012-01-06 Brian Paulswrast: remove calls to _swrast_update_depth/stencil_bu...
2012-01-06 Eric Anholtswrast: Convert the glBlitFramebuffer(GL_NEAREST) path...
2012-01-06 Eric Anholtswrast: Fix use of uninitialized value in rbmapping...
2012-01-06 Eric Anholtswrast: Use the fast copypixels code to implement fast...
2012-01-06 Eric Anholtswrast: Move the check for fast_copy_pixels() ability...
2012-01-05 Brian Paulswrast: use memmove() instead of memcpy() in the SHIFT_...
2012-01-02 Paul Berryswrast: Remove dead code in _swrast_clear_depth_buffer()
2011-12-26 Brian Paulswrast: assert _swrast_map_teximage() x, y is multiple...
2011-12-26 Brian Paulswrast: replace assertion with conditional in _swrast_m...
2011-12-24 Brian Paulswrast: rewrite glDrawPixels(GL_DEPTH) with zoom
2011-12-24 Brian Paulswrast: stop using _DepthBuffer in triangle code
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulswrast: stop using PutRowRGB() in triangle code
2011-12-24 Brian Paulswrast: refactor/rewrite fast_draw_rgba_pixels()
2011-12-24 Brian Paulswrast: move swrast_render_start/finish() call in drawp...
2011-12-24 Brian Paulswrast: new fast_draw_depth_stencil() for glDrawPixels...
2011-12-24 Brian Paulswrast: remove the copy_depth_stencil_pixels() function
2011-12-24 Brian Paulswrast: stop using depth/stencil wrappers in CopyPixels...
2011-12-24 Brian Paulswrast: remove needless assignment in draw_depth_stenci...
2011-12-24 Brian Paulswast: replace renderbuffer->GetPointer() with _swrast_...
2011-12-24 Brian Paulswrast: use _swrast_pixel_address() helper function
2011-12-24 Brian Paulswrast: rewrite stencil test code
2011-12-24 Brian Paulswrast: remove dead code in s_stencil.c
2011-12-24 Brian Paulswrast: rewrite _swrast_read_stencil_span()
2011-12-24 Brian Paulswrast: rewrite _swrast_read_depth_span_float()
2011-12-24 Brian Paulmesa: rewrite _swrast_depth_bounds_test()
2011-12-24 Brian Paulswrast: rewrite depth-testing code
2011-12-24 Brian Paulswrast: stop using _swrast_get_values() in z/depth...
2011-12-24 Brian Paulswrast: stop using _swrast_get_values() in stencil...
2011-12-24 Brian Paulswrast: do fast_copy_pixels() with Map/UnmapRenderbuffer()
2011-12-24 Brian Paulswrast: replace GetRow() call with _mesa_unpack_ubyte_s...
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-24 Brian Paulswrast: rewrite color buffer clearing to use Map/UnmapR...
2011-12-24 Brian Paulswrast: do depth/stencil clearing with Map/UnmapRenderb...
2011-12-14 Eric Anholtswrast: Add a note about overlapping support for frameb...
2011-12-14 Eric Anholtswrast: Don't do Z24S8 drawpixels fast-paths with Z32_X...
2011-12-13 Brian Paulswrast: add debug code to test combined depth/stencil...
2011-12-13 Brian Paulmesa: move depth/stencil buffer validation to swrast
2011-12-13 Brian Paulswrast: update depth/stencil wrapper sizes
2011-12-13 Brian Paulswrast: add new s_depthstencil.[ch] files
2011-12-13 Brian Paulswrast: add missing state validation calls for Blit...
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
2011-12-08 Brian Paulswrast: use malloc instead of MAX_WIDTH arrays in glCop...
2011-12-08 Brian Paulswrast: remove core renderbuffer functions from s_rende...
2011-12-08 Brian Paulswrast: add s_renderbuffer.[ch], copied from main/rende...
2011-12-08 Brian Paulswrast: remove dead accum buffer context fields
2011-12-08 Brian Paulmesa: remove dead swrast and state tracker accum buffer...
2011-12-08 Brian Paulmesa: rewrite accum buffer support
2011-12-06 Anuj Phogatswrast: Add depth cube map support.
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Brian Paulmesa: fix unpacking of RG88_REV texels
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-11-30 Brian Paulswrast: use STATIC_ASSERT to make sure texfetch table...
2011-11-29 Chad Versaceswrast: Fix some static analysis warnings
next