mesa.git
2009-10-31 Dave Airlieradeon: use _mesa_get_current_tex_unit
2009-10-31 Brian PaulARB prog parser: regenerated files
2009-10-31 Brian PaulARB prog parser: new set_src_reg(), set_dst_reg() helpers
2009-10-31 Brian Paulmesa: better error message
2009-10-31 Eric Anholtintel: Use GTT mapping when available for swrast.
2009-10-31 Eric Anholtx86: Fix the test for negative pixel count in optimized...
2009-10-31 Eric Anholtintel: Fix up z24_x8 depth spans since the texformat...
2009-10-30 Vinson Leeprog/tests: Fix MSVC build.
2009-10-30 Eric Anholti965: Add an index assert on get_fp_inst array like...
2009-10-30 Eric Anholti965: Fix BRW_WM_MAX_INSN to reflect current limits.
2009-10-30 Eric Anholtintel: Set the texture format in the TFP path.
2009-10-30 Alex Deucherr600: remove duplicate line
2009-10-30 Alex Deucherr600: fill in some missing tex formats
2009-10-30 Alex Deucherr600: fix a warning, update comments
2009-10-30 Vinson Leeprogs/tests: fix MSVC build.
2009-10-30 Andre Maasikasr600: use AUTO_INDEX for draw - saves cmd buffer space
2009-10-30 Brian Paulintel: fix up some XRGB breakage
2009-10-30 Brian Paulmesa: fix inverted buffer object test
2009-10-30 Brian Paulmesa: fix incorrect format info for MESA_FORMAT_SL8
2009-10-30 Michal Krolsoftpipe: Respect gl_rasterization_rules in primitive...
2009-10-30 Brian Paulintel: update intel_create_renderbuffer(format), add...
2009-10-29 Brian Paulmesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRG...
2009-10-29 Alex Deucherr600: remove the no rrb messages
2009-10-29 Alex Deucherr600: Add support for ARB_depth_clamp
2009-10-29 Brian Paulintel: remove memcpy_get_tex_image() code
2009-10-29 Brian Paulmesa: lift memcpy_get_tex_image() code from intel drive...
2009-10-29 Brian Paulmesa: refactor _mesa_get_teximage() code
2009-10-29 Brian Pauli965: indentation fix
2009-10-29 Brian Pauli965: make brw_sf_prog_key::sprite_origin_lower_left...
2009-10-29 Brian Pauli965: make brw_wm_prog_key a little smaller
2009-10-29 Eric Anholti915: Fix 1D texture mapping in the t coordinate.
2009-10-29 Eric Anholti915: Correct and make use of the defines for 32-bit...
2009-10-29 Brian Pauli965: avoid shader translation on window resize
2009-10-29 Brian Pauli965: define, use BRW_MAX_DRAW_BUFFERS
2009-10-29 Brian Pauli965: remove unused var
2009-10-29 Brian Pauli965: don't use context state in emit_fb_write()
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.
next