mesa.git
2010-04-17 Vinson Leenvfx: Remove unnecessary headers.
2010-04-17 Vinson Leenv50: Remove redundant assignment.
2010-04-17 Vinson Leei965g: Remove redundant assert.
2010-04-17 Vinson Leeos: Implement pipe_barrier for POSIX platforms without...
2010-04-17 Jakob Bornecrantzi915g: Add a software only debuging winsys
2010-04-17 Jakob Bornecrantzgallium/tests: Fix trivial examples
2010-04-17 Jakob Bornecrantzgallium/util: Ignores
2010-04-17 Jakob Bornecrantzprogs/tests: Ignores
2010-04-17 Vinson Leer300/compiler: Remove unnecessary header.
2010-04-17 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-17 Vinson Leellvmpipe: Remove unnecessary header.
2010-04-17 Vinson Leer300/compiler: Add radeon_program_tex.c to SCons build.
2010-04-17 Marek Olšákr300/compiler: add emulation of all mirrored-clamp...
2010-04-17 Marek Olšákr300/compiler: replace mirrored-repeat emulation with...
2010-04-16 Marek Olšákr300/compiler: add handy definitions for XYZ0 and smear...
2010-04-16 Marek Olšákr300/compiler: make ARB_shadow_ambient optional
2010-04-16 Brian Paulllvmpipe: fix color masking
2010-04-16 Marek Olšákr300/compiler: restore r500-specific bits of TEX transf...
2010-04-16 Brian Paulllvmpipe: fix linking for lp_test_blend
2010-04-16 Brian Paulllvmpipe: work-around an LLVM bug
2010-04-16 Brian Paulllvmpipe: clean-up lp_surface_copy()
2010-04-16 Brian Paulllvmpipe: remove unneeded declaration (which caused...
2010-04-16 Brian Paulllvmpipe: use unsigned type to avoid warnings
2010-04-16 Brian Paulgallium/draw: fix breakage from moving lp_bld_* files
2010-04-16 Brian Paulllvmpipe: remove unneeded break stmt
2010-04-16 Brian Paulllvmpipe: fix compilation, linking of lp_test_blend
2010-04-16 Brian Paulllvmpipe: updated #includes
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_blend* files to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_interp.c to llvmpipe...
2010-04-16 Brian Paulllvmpipe: rename vars, update comments for texture...
2010-04-16 Brian Paulgallivm: init some vars to silence warnings
2010-04-16 Brian Paulllvmpipe: plug in draw's polygon stipple stage
2010-04-16 Brian Paulllvmpipe: check for dirty context state in lp_setup_upd...
2010-04-16 Brian Paulllvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE too
2010-04-16 Brian Paulllvmpipe: make sure state is up to date before getting...
2010-04-16 Brian Paulllvmpipe: additional texture assertion
2010-04-16 Brian Paulllvmpipe: print_triangle() func (disabled)
2010-04-16 Brian Paulsoftpipe: rename vars, update comments, etc
2010-04-16 Brian Paulst/mesa: add prototype for st_bufferobj_validate_usage()
2010-04-16 Brian Paulsoftpipe: s/template/templat/ to avoid potential C...
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-16 Brian Pauldocs: update links for new mesa-users and mesa-announce...
2010-04-16 Tormod Voldensavage: call _mesa_meta_init/free()
2010-04-16 Brian Paulgallium: comments and whitespace fixes
2010-04-16 Brian Paulsoftpipe: formatting fixes and comments
2010-04-16 Brian Paulgallivm: remove some old stuff
2010-04-16 Jakob Bornecrantzst/drisw: Stop pretending to be drm_api
2010-04-16 Jakob Bornecrantzst/dri: Refactor init code a bit
2010-04-16 Vinson Leest/mesa: Remove NULL check of pointer that could not...
2010-04-16 Corbin Simpsonr300/compiler: Fix texture instruction readmasks.
2010-04-16 Corbin Simpsonr300/compiler: Fix magic numbers in readmasks.
2010-04-16 Corbin Simpsonr300/compiler: Oops, this slipped through.
2010-04-16 Corbin Simpsonr300/compiler: Save Q for mirror and repeat.
2010-04-16 Corbin Simpsonr300/compiler: Split off texture fixes to their own...
2010-04-16 Vinson Leedrisw: Move pointer dereferences to after NULL checks.
2010-04-16 Vinson Leest/egl: Remove unnecessary header.
2010-04-16 Vinson Leest/dri: Remove unnecessary header.
2010-04-16 Vinson Leest/mesa: Move dereference and assignment to after NULL...
2010-04-16 Vinson Leemesa: Add missing format specifiers in error strings.
2010-04-16 Marek Olšákr300/compiler: fix repeat wrap mode for TXP and NPOTs
2010-04-15 Jakob Bornecrantzi915g: Create a special 2D layout helper
2010-04-15 Jakob Bornecrantzi915g: Fix 2D layouts
2010-04-15 Jakob Bornecrantzi915g: Remove unused args
2010-04-15 Marek Olšákr300/compiler: kill off RC_WRAP_CLAMP
2010-04-15 Marek Olšákr300g: mask out the mirrored bit correctly in the registers
2010-04-15 Marek Olšákr300g: fix the MIRROR_CLAMP_TO_BORDER wrap mode
2010-04-15 Marek Olšákr300g: add missing r300_state.h
2010-04-15 Marek Olšákr300g: disable the REPEAT NPOT fallback until it works
2010-04-15 Marek Olšákr300g: do not use NPOT fallback for CLAMP wrap modes
2010-04-15 Marek Olšákr300g: pick a new fragment shader when either a sampler...
2010-04-15 Vinson Leest/mesa: Remove unnecessary headers.
2010-04-15 Xavier Chantrynvfx: dont swizzle stuff into GART
2010-04-15 Luca Barbierinouveau: replace vtxbuf/idxbuf caps with BO_ flags...
2010-04-15 Vinson Leei915g: Remove unnecessary header.
2010-04-15 Dave Airlier300g: fix regression in texdepth.
2010-04-15 Vinson Leegallium/tests: Add test case for pipe_barrier.
2010-04-14 Jakob Bornecrantzswrastg: Fix defines to be able to load more then one...
2010-04-14 Brian Paulllvmpipe: comments for fence functions
2010-04-14 Brian Paulprogs/tests: added stencilreaddraw to SConscript, Makefile
2010-04-14 Brian Paulprogs/tests: new stencilreaddraw.c test
2010-04-14 Brian Paulmesa: add -D__STDC_CONSTANT_MACROS to linux-llvm
2010-04-14 Arpad Borsossoftpipe: Fix division by zero
2010-04-14 Kristian Høgsbergegl_dri2: Enable KHR_gl_texture_2D_image
2010-04-14 Marek Olšákr300g: fix possible crash when shader compilation fails
2010-04-14 Michael SchmidtInitialize DRI2 swap interval to 0
2010-04-14 Michael SchmidtInitialize DRI2 swap interval to 0
2010-04-14 Kristian Høgsbergglxinfo: Print drawable type in verbose mode
2010-04-14 Marek Olšákr300g: simplify get_shader_constant to be rc-constant...
2010-04-14 Marek Olšákst/mesa: put ATI_texture_mirror_once in the right place
2010-04-14 Vinson Leeprogs/gallium: Fix relative path in Makefile.
2010-04-14 Corbin Simpsonu_blitter: Coords are normalized.
2010-04-14 Marek Olšákr300g: remove the CS compenstation for non-atomized...
2010-04-14 Marek Olšákr300g: remove always_dirty flag and correct leftovers
2010-04-14 Marek Olšákr300g: atomize beginning occlusion query
2010-04-14 Marek Olšákr300g: atomize VS constant buffer
2010-04-14 Marek Olšákr300g: emit VS immediates along with VS code
2010-04-14 Marek Olšákr300g: make setting up fragment depth output less hackish
2010-04-14 Marek Olšákst/mesa: trivially enable ATI_texture_mirror_once
next