mesa.git
2009-09-22 Keith Whitwellsoftpipe: fix polygon stipple
2009-09-22 Keith Whitwellsoftpipe: fix occlusion counting
2009-08-24 Keith Whitwellmesa/swrast: use one fewer divide in swrast's choose_cu...
2009-08-24 Keith Whitwellsoftpipe: use one fewer divide in sample_cube
2009-08-24 Keith Whitwellsoftpipe: separate out 2d and cube img filter functions
2009-08-24 Keith Whitwellsoftpipe: make the various get_texel routines more...
2009-08-23 Keith Whitwellprogs/demos: add fps output to cubemap
2009-08-23 Keith Whitwellsoftpipe: lift tex_address construction up to img_filter
2009-08-23 Keith Whitwellsoftpipe: remove old prim_setup draw stage
2009-08-23 Keith Whitwellsoftpipe: add missing header
2009-08-23 Keith WhitwellMerge branch 'tex-tilecache' into softpipe-opt
2009-08-21 Brian Paulsoftpipe: remove duplicate #include, move another
2009-08-21 Brian Paulsoftpipe: remove tex sample dependencies on softpipe
2009-08-21 Brian Paulsoftpipe: minor code refactoring to remove softpipe...
2009-08-21 Brian Paulsoftpipe: remove unused #includes, white-space clean-up
2009-08-21 Brian Paulsoftpipe: remove unneeded const qualifier
2009-08-21 Brian Paulsoftpipe: per-unit sampler varients
2009-08-21 Brian Paulsoftpipe: add missing PIPE_TEXTURE_CUBE case in get_lam...
2009-08-21 Keith Whitwellsoftpipe: add missing sp_sampler_varient_destroy
2009-08-21 Brian Paulsoftpipe: remove redundant comparison, make test easier...
2009-08-21 Brian Paulsoftpipe: fix min/mag filter typo
2009-08-21 Brian Paulsoftpipe: fix s/t/p typos
2009-08-21 Keith Whitwellsoftpipe: rework texture sampling code
2009-08-21 Keith Whitwellutil: add util_is_power_of_two function
2009-08-20 Keith Whitwellsoftpipe: allow the existing sampler routines to be...
2009-08-20 Keith Whitwellsoftpipe: fix xpot calculation typo in sp_get_samples_2...
2009-08-20 Keith Whitwellsoftpipe: slightly optimized tiling calculation
2009-08-20 Keith Whitwellsoftpipe: fix glitch in texel lookups on fastpaths
2009-08-20 Keith Whitwellsoftpipe: optimized path for simple mipmap sampling
2009-08-18 Keith Whitwellsoftpipe: fix typo in clear_tile
2009-08-18 Keith Whitwellsoftpipe: split texture and surface tile caches
2009-08-18 Keith Whitwellsoftpipe: move flatshade-first check out of loop
2009-08-11 Keith WhitwellRevert "softpipe: rearrange blend fastpaths"
2009-08-11 Keith Whitwellsoftpipe: reduce textual differences between exec and...
2009-08-11 Keith Whitwellsoftpipe: remove gallivm fragment shaders
2009-07-30 Keith Whitwellsoftpipe: setup quad outputs from with fs->run
2009-07-30 Keith Whitwellsoftpipe: rearrange blend fastpaths
2009-07-30 Keith Whitwellsoftpipe: add depth-lequal z16 path
2009-07-30 Keith Whitwellsoftpipe: remove unused variable in shade_quad
2009-07-27 Keith Whitwellsoftpipe: fix off-by-one in nearest texcoord routines
2009-07-27 Keith Whitwellsoftpipe: example fast paths for simple samplers
2009-07-27 Keith Whitwellsoftpipe: fastpath for interpolated z16 less depthtesting
2009-07-27 Keith Whitwellsoftpipe: cope with nr_cbufs == 0
2009-07-27 Keith Whitwellsoftpipe: move all depth/stencil/alpha pixel processing...
2009-07-25 Keith Whitwellsoftpipe: fix error in scissor state dependencies
2009-07-25 Keith Whitwellsoftpipe: cleanup framebuffer state routine slightly
2009-07-24 Keith Whitwellsoftpipe: move all color-combine code into sp_quad_blend.c
2009-07-24 Keith Whitwellsoftpipe: fix typo
2009-07-24 Keith Whitwellsoftpipe: example fastpaths in blending
2009-07-24 Keith Whitwellsoftpipe: actually pass >1 quad from triangle routine
2009-07-24 Keith Whitwellsoftpipe: expand quad pipeline to process >1 quad...
2009-07-24 Keith Whitwellsoftpipe: rip out old mulithread support
2009-07-23 Keith Whitwellsoftpipe: avoid flushing depth buffer cache on swapbuffers
2009-07-23 Keith Whitwellsoftpipe: also shortcircuit non-texture tile lookups
2009-07-22 Keith Whitwellsoftpipe: shortcircuit repeated lookups of the same...
2009-07-22 Keith Whitwellsoftpipe: remove unused vars in sp_setup.c
2009-07-22 Keith Whitwellsoftpipe: use bitwise logic to setup quad masks in...
2009-07-22 Keith Whitwellsoftpipe: simplify flush_spans
2009-07-22 Keith Whitwellsoftpipe: make some small steps to flush texture cache...
2009-07-22 Keith Whitwellgallium/xlib: use XSHM for swapbuffers
2009-07-22 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
2009-07-22 Keith Whitwellsoftpipe: remove backwards dependency from tilecache...
2009-07-22 Keith Whitwellgallium: remove multiple aliases for TGSI opcodes
2009-07-22 Keith Whitwellgallium: simplify tgsi_full_immediate struct
2009-07-21 Richard Lir600: fix dst reg indexing for real
2009-07-21 Alex DeucherRevert "r600: fix dst reg indexing"
2009-07-21 Alex Deucherr600: add stencil support
2009-07-21 Alex Deucherr600: use state functions to set default state
2009-07-21 Alex Deucherr600: fill in point functions
2009-07-21 Alex Deucherr600: set provoking vertex to last vertex for OGL
2009-07-21 Alex Deucherr600: fill in r700UpdateViewportOffset
2009-07-21 Alex Deucherr600: first pass at polyoffset support
2009-07-21 Jerome Glisseradeon: fix colorbuffer pitch emission regarding tiling...
2009-07-21 Alex DeucherR600: fix up some build problems
2009-07-21 Alex Deucherr600: add alpha test support
2009-07-21 Michel DänzerTrack Radeon driver symlinks in Git.
2009-07-21 Peter HuttererAdd missing X11_INCLUDES to egl/drivers/demo and egl...
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Alex Deucherr600: fix typo in blend code
2009-07-20 Kevin DeKorter600: fix dst reg indexing
2009-07-20 Alex Deucherr600: add blending support
2009-07-20 Alex Deucherr600: add user clip plane support
2009-07-20 Alex Deucherr600: add logicop support
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Keith Whitwelltgsi: fix regression in indexed const lookups
2009-07-20 Kevin DeKorter600: Fix compilation
2009-07-20 Cooper YuanR6xx/r7xx: Fix line stipple and width issue
2009-07-20 Michel DänzerAdd common_ppc.c to MESA_GALLIUM_SOURCES.
2009-07-20 Michel Dänzerr300g: Fix SCons build.
2009-07-20 Michel Dänzergallium/trace: Fix SCons build.
2009-07-19 Michel Dänzerr300g: Guard R500 register writes by is_r500 check.
2009-07-18 Dave Airliegallium: make g3dvl build again
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherR6xx/R7xx: add fine grained syncing support
2009-07-17 Alex DeucherR6xx/r7xx: send depth state in it's own function
2009-07-17 Andrew Randrianasulust/egl: Fix broken build after EGL thread changes
2009-07-17 Alex DeucherR200: fix build when RADEON_DEBUG_BO is set
next