mesa: Add asserts to check inputs to memcpy.
[mesa.git] / src / mesa /
2010-03-04 Vinson Leemesa: Add asserts to check inputs to memcpy.
2010-03-04 Dave Airlier300: make blit code work on swtcl machines.
2010-03-04 Dave Airlier300_blit: initialise whole fp structure to 0
2010-03-04 Ian RomanickFix unmatched parenthesis introduce by previous commits
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0 from generated...
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0 from generator...
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0
2010-03-03 Alex Deucherradeon/r200/r300/r600: add check_blit vtbl function
2010-03-03 Ian RomanickRemove stray defines of HAVE_RGBA
2010-03-03 Ian Romanickmesa/tnl_dd: Remove color-index support from t_dd_unfil...
2010-03-03 Ian Romanickmesa/tnl_dd: White-space / indentation fixes after...
2010-03-03 Ian Romanickmesa/tnl_dd: Remove color-index support from t_dd_tritmp.h
2010-03-03 Ian Romanickmesa: Remove unused RasterIndex field
2010-03-03 Ian Romanickmesa: Always return default value for CURRENT_RASTER_INDEX
2010-03-03 Ian Romanickmesa: Eliminate index parameter to _mesa_feedback_vertex
2010-03-03 Ian Romanickmesa: Remove ClearIndex and IndexMask from device-drive...
2010-03-03 Ian Romanickswrast: Remove _swrast_logicop_ci_span
2010-03-03 Ian Romanickmesa: Remove _mesa_add_color_index_renderbuffers
2010-03-03 Ian Romanickmesa: Remove checks of Visual.rgbMode in Get paths
2010-03-03 Ian Romanickmesa: Remove checks of Visual.rgbMode
2010-03-03 Ian Romanickmesa: Remove support for creating color-index visuals
2010-03-03 Ian Romanicktnl: Remove color-index TNL support
2010-03-03 Ian RomanickDRI: Remove support for color-index visuals
2010-03-03 Ian Romanickswrast_setup: Remove more color-index rendering support
2010-03-03 Ian Romanickswrast: Remove color-index rendering support from s_spa...
2010-03-03 Ian Romanickmesa/xlib: Remove support for color-index rendering
2010-03-03 Ian Romanickosmesa: Remove support for color-index rendering
2010-03-03 Ian Romanickfbdev: Remove support for color-index rendering
2010-03-03 Ian RomanickDRI/swrast: Remove color-index support from DRI swrast...
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.
next