radeon: Fix memory leaks from early return.
[mesa.git] / src / mesa /
2010-03-03 Ian Romanickswrast: Remove SPAN_INDEX
2010-03-03 Ian Romanickswrast: Remove _swrast_read_index_span
2010-03-03 Ian Romanickswrast: Remove _swrast_mask_ci_span
2010-03-03 Ian Romanickswrast: Remove _swrast_fog_ci_span and associated code
2010-03-03 Ian Romanickswrast: Remove _swrast_write_index_span and associated...
2010-03-03 Ian Romanickswrast: Remove remaining color-index state tracking...
2010-03-03 Ian Romanickswrast: Remove support for ReadPixels from a color...
2010-03-03 Ian Romanickswrast: Remove support for Clear into a color-index...
2010-03-03 Ian Romanickswrast: Remove support for rendering antialiased lines...
2010-03-03 Ian Romanickswrast: Remove support for rendering antialiased triang...
2010-03-03 Ian Romanickswrast: Remove support for rendering lines into a color...
2010-03-03 Ian Romanickswrast: Remove support for rendering points into a...
2010-03-03 Ian Romanickswrast: Remove support for rendering triangles into...
2010-03-03 Ian Romanickswrast: Remove support for Bitmap into a color-index...
2010-03-03 Ian Romanickswrast: Remove _swrast_write_zoomed_index_span and...
2010-03-03 Ian Romanickswrast: Remove support for CopyPixels to / from a color...
2010-03-03 Ian Romanickswrast: Remove support for DrawPixels into a color...
2010-03-03 Eric Anholti915: Use x,y drawing offsets instead of changing buffe...
2010-03-03 Eric Anholti915: Tell the kernel when we actually need fence regis...
2010-03-03 Eric Anholtintel: Use drm_intel_bo_alloc_tiled for region allocs.
2010-03-03 Eric Anholti915: Don't do the pitch expansion for tiled buffers.
2010-03-03 Eric Anholtintel: Use GTT mapping in the blit fallback path in...
2010-03-03 Eric Anholti965: Fix up Sandybridge VS sizing.
2010-03-03 George Sapountzisglapi: minor cosmetic
2010-03-03 George Sapountzisglapi: drop condvar
2010-03-03 Alex Deucherr600: add new rs880 pci id
2010-03-03 Kristian Høgsbergintel: Set InternalFormat for renderbuffers created...
2010-03-03 Dave Airlieradeon/r200/r300/r600: fix blit BO buffer validation
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Brian Paulintel: passs correct context type to intel_prepare_rend...
2010-03-02 Brian Pauli965: include macros.h to get CLAMP macro
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-02 Vinson Leeglsl: Add assert to check input to strcmp.
2010-03-02 Vinson Leemesa: Add asserts to check inputs to memcpy.
2010-03-02 Dave Airlier600: fix blender picking.
2010-03-02 George Sapountzisglapi: fix compile with ES
2010-03-01 José Fonsecaglapi: Fix syntax.
2010-03-01 Pauli Nieminenradeon: Reduce number of radeon_bo_map calls that requi...
2010-03-01 Karl SchultzRemove now obsolete mesa_bzero symbol.
2010-03-01 George Sapountzisglapi: drop SOLARIS_THREADS
2010-03-01 George Sapountzisglapi.c: misc coscmetic for FreeTSD
2010-03-01 George Sapountzisglapi.c: misc cosmetic
2010-03-01 George Sapountzisglapi.c: mv init_glapi_relocs to glapi_getproc.c
2010-03-01 George Sapountzisglapi.c: mv check_table to glapi_getproc.c
2010-03-01 George Sapountzisglapi.c: split check_table to not_null and get_proc
2010-03-01 George Sapountzisglapi.h: drop dispatch_override prototypes
2010-03-01 George Sapountzisglapi.h: misc cosmetic
2010-03-01 George Sapountzisglapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CON...
2010-03-01 José Fonsecamesa: Rename pipe formats.
2010-03-01 José Fonsecamesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
2010-03-01 Francisco Jerezdri/nouveau: Combine the dummy texture more determinist...
2010-03-01 Francisco Jerezdri/nouveau: Fix up the ADD texture environment on...
2010-03-01 Andrew Randrianasuludri/nouveau: Add two stencil operation cases in nv04_st...
2010-03-01 Andrew Randrianasuludri/nouveau: Allow to render to XRGB8888 textures.
2010-02-28 Vinson Leedri: Remove dead code.
2010-02-28 Vinson Leemesa: Add asserts to check inputs to memcpy.
2010-02-28 Vinson Leemesa: Add assert to check input to memcpy is not null.
2010-02-28 Vinson Leeglsl: Move assert from outside to inside of _slang_gen_...
2010-02-28 Vinson Leedri: Add assert to check for null pointer dereference.
2010-02-28 Vinson Leei810: Add assert to check for null pointer dereference.
2010-02-28 Vinson Leemach64: Add asserts to check for null pointer dereferences.
2010-02-28 Vinson Leemga: Add assert to check for null pointer dereference.
2010-02-28 Vinson Leer128: Add assert to check for null pointer dereference.
2010-02-27 Marek Olšákst/mesa: do not advertise S3TC if the external lib...
2010-02-27 Marcin Slusarzmesa: remove libmesagallium.a on make clean
2010-02-27 Vinson Leer300: Add asserts to check for null pointer dereferences.
2010-02-27 Vinson Leesavage: Add assert to check for null pointer dereference.
2010-02-27 Vinson Leesis: Add assert to check function pointer is not null.
2010-02-27 Vinson Leetdfx: Add asserts to check for null pointer dereferences.
2010-02-27 Vinson Leeunichrome: Assert that pointer is not null before deref...
2010-02-27 Vinson Leeradeon: Assert pointer is not null before dereferencing.
2010-02-27 Vinson Leedri: Assert pointer is not null before dereferencing.
2010-02-27 Vinson Leer600: Assert pointer is not null before dereferencing.
2010-02-27 Vinson Leeglsl: Assert input to strcmp is not null.
2010-02-27 Vinson Leeglsl: Assert pointer is not null before dereferencing.
2010-02-27 Vinson Leemesa: Remove unnecessary header.
2010-02-26 Alex Deucherr600: enable OQ on rv740 on drms with working pipe...
2010-02-26 Klaus Schnassr600: fail to validate unsupported texture formats
2010-02-26 Kristian Høgsbergintel: Lookup requested renderbuffer in intel_create_im...
2010-02-26 Kristian HøgsbergSet API dispatch pointers for OES_EGL_image functions
2010-02-26 Brian Paulmesa: fix _BaseFormat assignment in _mesa_soft_renderbu...
2010-02-26 José FonsecaRevert "glapi: Remove unnecessary headers."
2010-02-26 Vinson Leer300/compiler: Assert that array index is not negative.
2010-02-26 Vinson Leeglapi: Remove unnecessary headers.
2010-02-26 Vinson Leei965: Remove unnecessary headers.
2010-02-26 Brian Paulswrast: add 0.5 bias in tex_array_slice() per the spec
2010-02-26 Brian Paulmesa: enable GL_EXT_texture_array for sw drivers
2010-02-26 Brian Paulglsl: implement support for GL_EXT_texture_array
2010-02-26 Brian Paulmesa: added new extension flag for GL_EXT_texture_array
2010-02-26 Brian Paulswrast: the only wrap mode for selecting texture array...
2010-02-26 Brian Paulmesa: added texture array targets in sizeof_glsl_type()
2010-02-26 Brian Paulmesa: added cases for texture array targets
2010-02-26 Brian Paulmesa: remove redundant call to _mesa_base_fbo_format()
2010-02-26 Brian Paulmesa: added renderbuffer->_BaseFormat assertion
2010-02-26 Eric Anholti965: Try to hook up the Sandybridge URB_WRITE SEND...
2010-02-26 Eric Anholti965: Fix up the VUE handling for SNB, and hopefully...
2010-02-26 Eric Anholti965: Don't set a nonexistent enable bit in several...
2010-02-26 Eric Anholti965: Lump SNB in with Ironlake for bigger VUEs.
2010-02-26 Eric Anholti965: Fix the SNB VE valid bit.
2010-02-26 Eric Anholtintel: Fix up INTEL_NO_HW support.
next