mesa.git
2009-10-29 Brian Pauli965: use macros to get/set prog_instruction::Aux field
2009-10-29 Brian Pauli965: minor code reformatting
2009-10-29 José Fonsecamesa: Add MESA_FORMAT_Z24_X8.
2009-10-29 Zack Rusinst/xorg: fix scaling ov xv data, plus some cleanups
2009-10-29 Eric Anholti915: Implement min/max LOD clamping with the hardware.
2009-10-29 Eric Anholti965: Replace a MIN(MAX()) with CLAMP().
2009-10-29 Brian Paulintel: check for single memcpy() in memcpy_get_tex_image()
2009-10-29 Eric Anholti965: Fix fallout from ARB_depth_clamp enablement that...
2009-10-29 Eric Anholtmesa: Mostly fix swrast's ARB_depth_clamp support.
2009-10-29 Eric Anholtintel: Don't bother MI_FLUSHing on glFlush in the DRI2...
2009-10-29 Eric Anholtintel: Clean up merge leftover from the DRI2 swap throt...
2009-10-29 Brian Paulintel: remove debug code
2009-10-29 Brian Paulmesa: consolidate some code in _mesa_GetCompressedTexIm...
2009-10-29 Brian Paulintel: added fast memcpy path for glGetTexImage()
2009-10-29 Brian Paulprogs/tests: also test GL_BGRA format in getteximage.c
2009-10-29 Brian Paulmesa: move pixels==NULL check in glGetTexImage()
2009-10-29 Brian Paulmesa: consolidate some code in _mesa_GetTexImage()
2009-10-29 Brian Paulmesa: move, clean-up _mesa_print_texture()
2009-10-29 Brian Paulmesa: fix some tests in subtexture_error_check2()
2009-10-29 Brian Paulmesa: remove unneedded is_srgb_teximage() function
2009-10-29 Brian Paulglsl: make shader substitution a little better
2009-10-29 David Heidelbergerst/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24...
2009-10-29 David Heidelbergerst/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM...
2009-10-29 David Heidelbergerst/mesa: Fix nouveau glxinfo after merging texformat...
2009-10-29 Brian Paulmesa: move declaration to prevent unused var warning
2009-10-29 Chia-I Wumesa: Fix compilation errors and warnings when features...
2009-10-29 Chia-I Wumesa/main: Make FEATURE_texture_s3tc follow feature...
2009-10-29 Chia-I Wumesa/main: Make FEATURE_texture_fxt1 follow feature...
2009-10-29 Chia-I Wumesa/main: Never return NULL in _mesa_get_texstore_func.
2009-10-29 Brian Paulradeon: fix incorrect Z format in radeon_alloc_renderbu...
2009-10-29 Cooper Yuanr300g: Fix bytes_per_line calculation error while displ...
2009-10-29 Chia-I Wuswrast: added braces
2009-10-29 Brian Paulmesa: remove old, unused #define
2009-10-29 Brian Paulmesa: re-remove s3v and trident driver files
2009-10-29 Brian Paulmesa: move some gl_texture_image and gl_renderbuffer...
2009-10-29 Brian Paulmesa: minor code movement
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian Paulswrast: fix RGB, RGBA texturing code
2009-10-29 Brian Paulswrast: check for single texture unit in _swrast_choose...
2009-10-29 Brian Paulswrast: clean up and remove dead code in triangle functions
2009-10-29 Brian Paulswrast: fix texel decoding in opt_sample_rgba_2d()
2009-10-29 Brian Paulmesa: choose texture format in _mesa_get_fallback_texture()
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Vinson Leemesa: Fix memory leak if we run out of memory
2009-10-28 Zack Rusinst/xorg: fix src coordinates in the video acceleration...
2009-10-28 Alex Deucherr600: add occlusion query support
2009-10-28 Corbin Simpsonr300g: Use u_trim_pipe_prim to prevent lockups from...
2009-10-28 Corbin Simpsonr300g: Keep texture formats organized.
2009-10-28 Maciej Cencorar300g: add some texture formats
2009-10-28 Corbin Simpsonr300g: Clear up a bit of the buffer reference stuff.
2009-10-28 Corbin Simpsonr300g: Fix XXX.
2009-10-28 Marek Olšákr300g: fix emitting the stencil-ref and alpha-ref values
2009-10-28 Marek Olšákr300g: fix the WRAP_T mode when using 1D textures
2009-10-28 Marek Olšákr300g: fix blending and do some optimizations
2009-10-28 Marek Olšákmesa/st: fix crash in st_texture_image_copy
2009-10-28 Vinson Leeintel: Fix memory leak in case of renderbuffer bad...
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Brian Paulmesa: remove unneeded #includes
2009-10-28 Brian Paulmesa: include imports.h to silence warning
2009-10-28 Vinson Leeintel: Fix memory leak in event of mip tree allocation...
2009-10-28 José Fonsecallvmpipe: Make sure the JIT engine and X86 target are...
2009-10-28 José Fonsecautil: Drop return value from cpuid().
2009-10-28 José Fonsecautil: Fix cpuid on MSVC.
2009-10-28 José Fonsecallvmpipe: Implement round() for MSVC.
2009-10-28 Brian Paulmesa: consolidate _mesa_CompressedTexSubImage[123]DARB...
2009-10-28 Brian Paulmesa: consolidate CompressedTexSubImage1/2/3DARB()...
2009-10-28 Brian Paulmesa: simplify teximage code with get_current_tex_object()
2009-10-28 Brian Paulmesa: code refactoring to eliminate a switch stmt in...
2009-10-28 Brian Paulglsl: avoid redundant state changes in _mesa_use_program()
2009-10-28 Zack Rusinst/xorg: fix xv
2009-10-28 Ian RomanickARB prog parser: Fix epic memory leak in lexer / parser...
2009-10-28 Ian RomanickARB prog parser: Don't leak program string
2009-10-28 Ian RomanickARB prog parser: Don't leak symbol table header structures
2009-10-27 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-27 Brian Paulintel: added region draw_x/y offsets in x/y_tile_swizzl...
2009-10-27 Brian Paulradeon: add case for MESA_FORMAT_X8_Z24 in radeon_creat...
2009-10-27 Brian Paulintel: silence warning
2009-10-27 Brian Paulmesa: debug code for glBlitFramebuffer()
2009-10-27 Brian Paulvia: silence unused var warnings
2009-10-27 Brian Paulintel: minor clean-up, comments
2009-10-27 Brian Paulintel: use _mesa_get_current_tex_unit() helper
2009-10-27 Brian Paulmesa: s/Bilt/Blit
2009-10-27 Brian Paulmesa: more texture debug code changes, improvements
2009-10-27 Brian Paulmesa: minor code clean-up in client_state()
2009-10-27 Brian Paulmesa: avoid redundant state setting in glClientActiveTe...
2009-10-27 Brian Paulintel: fix comment, formatting
2009-10-27 Brian Paulprogs/tests: added new blitfb.c test
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-27 Brian Pauldocs: document Intel glBitmap fixes
2009-10-27 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-27 Christoph Bumillernv50: activate more lanes in a warp
2009-10-27 Brian Paulprogs/tests: added new blitfb.c test
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
next