radeon: Fix memory leak in radeonCreateScreen2.
[mesa.git] / src / mesa / swrast /
2012-11-30 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-06 Brian Paulswrast: fix MSVC signed/unsigned warnings
2012-10-31 Brian Paulswrast: remove explicit size from texfetch_funcs array
2012-10-16 Kenneth Graunkeswrast: Remove support for the NV_fragment_program...
2012-09-15 Brian Paulswrast: remove unused ati_fs_opcodes array
2012-09-15 Dave Airliemesa/ati_fragshader: no need for opcodes to be global.
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/CALLOC/calloc/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-31 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2012-08-29 Brian Paulswrast: fix wrong assignments in _swrast_add_spec_terms...
2012-08-24 Brian Paulswrast: implement cubical depth texture sampling
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches...
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-04-03 Vinson Leeswrast: Fix memory leaks in blit_linear.
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-12 Brian Paulswrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_...
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-02-24 Brian Paulswrast: check max renderbuffer size against SWRAST_MAX_...
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
2012-02-24 Brian Paulswrast: simplify mask array code
2012-02-24 Brian Paulswrast: stop using MAX_WIDTH arrays in triangle code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in stencil code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_drawpix.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_zoom.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_depth.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_copypix.c
2012-02-24 Brian Paulmesa: move/fix MAX_WIDTH/HEIGHT-related assertions
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-15 Ian Romanickswrast: Only avoid empty _TexEnvPrograms
2012-02-12 Brian Paulswrast: fix span color type selection
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()
next