Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary /
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 George SapountzisRevert "gallium: add soft screen helper"
2010-03-21 George Sapountzisgallium: add soft screen helper
2010-03-21 Dave Airliegallium: cached bufmgr add map busy check
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-19 Brian Paulgallivm: simplify and clean-up Z/stencil bit mask/shift...
2010-03-19 Roland Scheideggercso: remove cso_set/save/restore_sampler_textures
2010-03-18 Brian Paulgallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stenc...
2010-03-18 Brian Paulgallivm: fix broken INCR/DECR stencil modes
2010-03-18 Brian Paulgallivm/llvmpipe: added lp_rast_shader_inputs::facing...
2010-03-18 Alan HourihaneAdd format B5G5R5X1
2010-03-18 Brian Paulgallivm/llvmpipe: simplify front/back stencil ref value...
2010-03-18 Brian Paulgallivm: checkpoint WIP two-sided stencil test
2010-03-17 Brian Paulgallivm/llvmpipe: basic stencil testing works
2010-03-17 Brian Paulgallivm: added lp_build_andc()
2010-03-17 Brian Paulgallivm/llvmpipe: more asst changes for stencil testing
2010-03-17 Brian Paulgallivm/llmvpipe: pass stencil refs state into z/stenci...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Brian Paulgallium: add target-helpers/wrap_screen.c to C_SOURCES
2010-03-16 Roland Scheideggergallium: change remaining util functions to use cso...
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-16 Brian Paulgallivm: checkpoint: stencil test code
2010-03-16 Brian Paulgallivm/llvmpipe: rename some constant building functions
2010-03-16 Brian Paulgallivm: fix up some #includes
2010-03-16 Brian Paulgallivm/llvmpipe: rename os_llvm.h to lp_bld.h
2010-03-15 Brian Paulgallivm: fix typo/bug in lp_build_sgn()
2010-03-15 Keith Whitwellcso: Do not hold references to bound textures.
2010-03-15 Brian Paulgallivm: add min_lod==max_lod special-case code in...
2010-03-15 Brian Paulgallivm: asst clean-ups, comments, etc.
2010-03-15 Brian Paulgallivm: implement minification/magnification selection
2010-03-15 Brian Paulgallivm: fix incorrect clamp in lp_build_linear_mip_lev...
2010-03-15 Brian Paulgallivm: fix incorrect floor(), itrunc()
2010-03-15 Michal Krolutil: Fix nil pointer reference.
2010-03-15 Michal Krolgallium: util_blit_pixels() takes source sampler view...
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 José Fonsecallvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when textur...
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Brian Paulgallivm: cube map sampling works now
2010-03-12 Brian Paulgallivm: fix bugs in nested if/then/else codegen
2010-03-12 Brian Paulgallivm: support non-vector float in lp_build_sgn()
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Michal Krolcso: Remove set/save/restore_vertex_sampler_textures().
2010-03-12 Michal Krolcso: Add entry points for vertex/fragment sampler views.
2010-03-12 Marek Olšákgallium: fix BGRA vertex color swizzles
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-11 Brian Paulgallivm: checkpoint WIP cubemap code
2010-03-11 Brian Paulgallivm: added lp_build_sum_vector()
2010-03-11 Brian Paulgallivm: enable 3D texture sampling
2010-03-11 Brian Paulgallivm/llvmpipe: replace 'int stride' with 'int row_st...
2010-03-11 Brian Paulgallivm/llvmpipe: include os_llvm.h instead of llvm...
2010-03-11 Brian Paulgallium/os: wrapper for llvm-c/Core.h and #define HAVE_...
2010-03-11 Brian Paulgallivm: fix some bugs on the 1D texture paths
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Brian Paulgallivm: include tgsi_dump.h to silence warning
2010-03-11 Brian Paulgallivm: move declarations to silence unused var warnings
2010-03-11 Brian Paulgallium/util: use memset() to initialize vars to avoid...
2010-03-11 José Fonsecagallivm: Use bitmasks for scalar masks.
2010-03-11 José Fonsecagallivm: Handle scalar types in lp_build_*_type.
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Michal Krolgallium: Use last_level for pipe_sampler_view instead...
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Brian Paulgallivm: overhaul of texture sampling code
2010-03-11 Brian Paulgallivm: handle scalar floats in lp_build_floor() and...
2010-03-11 Brian Paulgallivm: constant building for scalar zero
2010-03-11 Brian Paulgallivm: implement bilinear sampling with nearest mipma...
2010-03-11 Brian Paulgallivm: remove debug code. nearest minification works...
2010-03-10 Jose Fonsecagallivm: simplify conditional branching
2010-03-10 Zack Rusingallivm: properly test the if condition and branch...
2010-03-10 Zack Rusingallivm: implement loops
2010-03-10 José Fonsecallvmpipe: Finally found a way to do vector comparisons...
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michal Krolgallium: pipe_get_tile_swizzle() accepts format parameter.
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith Whitwelltarget-helpers: remove swrast_xlib.c helper
2010-03-10 Keith Whitwelltarget-helpers: helper for injecting common debug layers
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Roland Scheideggercso: don't forget to release vertex elements state
2010-03-09 Keith Whitwelltarget-helpers: missing files
2010-03-09 Keith Whitwellgallium: create helper for swrast+xlib combination
2010-03-09 Brian Paulgallivm: checkpoint: nearest mipmap filtering
2010-03-09 Roland Scheideggerutil: simplify util_format_get_nr_components helper
2010-03-09 José Fonsecautil: Use bitshift arithmetic for pack too.
2010-03-09 Corbin Simpsoncso: Fix typo in assert.
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Roland Scheideggerauxiliary: fix vertex elements cso
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Keith WhitwellSquashed commit of gallium-no-texture-blanket
2010-03-09 Marek Olšákdraw: quads never provoke the first vertex
2010-03-08 Brian Paulllvmpipe/gallivm: checkpoint: array of pointers to...
2010-03-08 Zack Rusingallivm: fix a crash by making sure we set the has_mask...
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-07 Vinson Leegallivm: Initialize variables for default cases.
2010-03-06 José Fonsecautil: Use bitshift arithmetic to unpack pixels.
2010-03-06 José Fonsecautil: Move the format tests cases here so that they...
2010-03-06 José Fonsecautil: Several fixes to clamping and test.
next