Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / gallium / drivers /
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Christoph Bumillernv50: fix build-predicate function
2010-09-02 Christoph Bumillernv50: fix find_dom_frontier
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-02 Dave Airlier600g: fix thinko in shadow code.
2010-09-02 Dave Airlier600g: fix logicop, the 3d ROP is the 2D rop shifted...
2010-09-02 Dave Airlier600g: fix depth texture tests
2010-09-02 Dave Airlier600g: add missing vertex fetch formats to the translat...
2010-09-02 Jerome Glisser600g: fix binding of same texture to several target...
2010-09-02 Dave Airlier600g: fix incorrect state naming in pipe_sampler vs...
2010-09-01 Jerome Glisser600g: silence compiler warning
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Alex Deucherr600g: fix up default state differences between r6xx...
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Patrice Mandinnouveau/nvfx: Remove enforcement of bit depth being...
2010-09-01 Christoph Bumillernv50: fix XPD, was negated
2010-09-01 Christoph Bumillernv50: must join SELECT inputs before MOV inputs
2010-09-01 Christoph Bumillernv50: make use of TGSI immediate type
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: make FrontFacing -1 or +1
2010-09-01 Christoph Bumillernv50: SSG
2010-09-01 Ben Skeggsnv50: DPH
2010-09-01 Ben Skeggsnv50: DST
2010-09-01 Christoph Bumillernv50: attempt at making more complicated loops work
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
2010-09-01 Christoph Bumillernv50: set the FragDepth output index
2010-09-01 Christoph Bumillernv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps
2010-09-01 Dave Airlier600g: correct cb/zb offset emits.
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-09-01 Dave Airlier600g: fix typo causing segfault.
2010-09-01 Dave Airlier600g: fix glean texCube and shadows.
2010-08-31 Keith Whitwellllvmpipe: slightly simplify build_mask
2010-08-31 Keith Whitwellllvmpipe: combine linear mask calculation
2010-08-31 Keith Whitwellllvmpipe: intrinsics versions of build_mask functions
2010-08-31 Dave Airlier600g: fix up depth write swizzles.
2010-08-31 Dave Airlier600g: fix fp-fragment-position test.
2010-08-31 Dave Airlier600g: fix typo in last commit
2010-08-31 Dave Airlier600g: fix position input to fragment shader.
2010-08-31 Dave Airlier600g: remove unneeded function call from scs
2010-08-31 Dave Airlier600g: make LIT work properly
2010-08-31 Dave Airlier600g: fixup trig functions when input is a literal
2010-08-31 Dave Airlier600g: make sure LIT splits constants
2010-08-31 Dave Airlier600g: fix constant splitting
2010-08-31 Dave Airlier600g: fix LIT tests
2010-08-30 Dave Airlier600g: add missing literals
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Jerome Glisser600g: fix depth buffer decompression after states...
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-30 Michal Krolsvga: Fix CMP translation for vertex shader targets.
2010-08-30 José Fonsecasvga: Re-emit bound rendertargets and texture samplers...
2010-08-30 Marek Olšákr300g: fix warning in winsys
2010-08-30 Dave Airlier600g: add DST opcode support.
2010-08-30 Dave Airlier600g: add SCS support.
2010-08-30 Dave Airlier600g: fix warning introduced by last commit.
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Dave Airlier600g: add KILP support
2010-08-30 Dave Airlier600g: fix SSG and op3 neg writing
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-29 Bas Nieuwenhuizenr600g: use the values from the correct literals
2010-08-29 Bas Nieuwenhuizenr600g: added literals where needed for POW instruction
2010-08-29 Vinson Leenvfx: Remove util_is_pot in favor of util_is_power_of_two.
2010-08-29 Marek Olšákr300g,u_blitter: use u_framebuffer
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-28 Vinson Leesoftpipe: Include missing header in sp_flush.c.
2010-08-28 Vinson Leellvmpipe: Include missing header in lp_flush.c.
2010-08-28 Marek Olšákr300g: fix blitting between 2D NPOT mipmaps
2010-08-28 Mathias Fröhlichr300g: fix min/max lod computation
2010-08-28 Marek Olšákr300g: set the correct value in PVS_NUM_CNTLRS
2010-08-28 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-27 Jakob Bornecrantztrace: Don't try to dump the rgba array if null
2010-08-27 Jerome Glisser600g: fix vbo size
2010-08-27 Keith Whitwellllvmpipe: use util_iround in place of round
2010-08-27 Keith Whitwellllvmpipe: eliminate tri->dx, tri->dy values
2010-08-27 Hui Qi Tayllvmpipe: point sprites rasterization
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization with better pixel...
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization
2010-08-27 Keith Whitwellllvmpipe: update line rasterization code to current...
2010-08-27 Hui Qi Tayllvmpipe: native line rasterization with correct pixel...
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-08-27 Keith Whitwellllvmpipe: add lp_setup_coef to makefile
2010-08-27 Keith Whitwellllvmpipe: intrinsics version of triangle coeficient...
2010-08-27 Vinson Leer300g: Include missing header in r300_texture.h.
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-27 Dave Airlier600g: optimise op2 and swapped op2 emission.
2010-08-27 Dave Airlier600g: add exp support in theory.
2010-08-27 Dave Airlier600g: add DPH support.
2010-08-26 Brian Paulllvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
2010-08-26 Vinson Leer300g: Include missing header in r300_texture_desc.h.
2010-08-26 Marek Olšákr300g: fix constant buffer upload once again for r3xx...
2010-08-25 Marcin Slusarznouveau: handle early initialization errors
2010-08-25 Jerome Glisser600g: simplify states
2010-08-25 Vinson Leenvfx: Set pointer to NULL after free.
2010-08-25 Marek Olšákr300g: fix potentially uninitialized variables in creat...
2010-08-25 Keith Whitwellllvmpipe: fix bad patch application
2010-08-25 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-25 Keith Whitwellllvmpipe: track drawing region as a single u_rect
2010-08-25 Keith Whitwellllvmpipe: better triangle debugging
2010-08-25 Keith Whitwellllvmpipe: cull zero-area triangles early
next