softpipe: fix polygon stipple
[mesa.git] / src / gallium / drivers / softpipe /
2009-09-22 Keith Whitwellsoftpipe: fix polygon stipple
2009-09-22 Keith Whitwellsoftpipe: fix occlusion counting
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 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-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 Whitwellsoftpipe: remove backwards dependency from tilecache...
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-16 Keith Whitwelltgsi: initial texturing support on sse path
2009-07-16 Keith Whitwelltgsi: reduce x86 reg usage in tgsi_sse generated programs
2009-07-16 Keith Whitwellgallium: proper constructor and destructor for tgsi_exe...
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-15 Luca Barbierisoftpipe: limit blend results to [0,1]
2009-07-14 Patrice Mandingallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remov...
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-06-30 Jakob Bornecrantzdrm/st: Remove drm_api struct from drivers
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-01 Zack Rusingallium: fix the front face semantics
2009-06-30 Jakob Bornecrantzdrm/st: Return drm_api struct from a function
2009-06-30 Brian Paulsoftpipe: use shadow_compare4() to compare texcoord...
2009-06-30 Brian Paulsoftpipe: pass sampler state to shadow_compare()
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-26 Brian Paulsoftpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
2009-06-19 Brian Paulsoftpipe: return alpha=1 in shadow_compare() function
2009-06-16 Brian Paulsoftpipe: fix out of bounds quad rasterization bug
2009-06-15 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced.
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-19 Brian Paulsoftpipe: use u_reduced_prim()
2009-06-19 Brian Paulsoftpipe: whitespace, reformatting
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-24 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
next