Merge branch 'gallium_draw_llvm'
[mesa.git] / src / gallium / drivers / nvfx /
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: adapt all code to the renamed depth/stencil...
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-26 Jakob Bornecrantzdraw: Add EMIT_4UB_BGRA format
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Luca Barbierinvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex...
2010-03-23 Luca Barbierinvfx: delay allocation of buffers in GART/VRAM to valid...
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-23 Luca Barbierinvfx: don't crash on empty fragment program
2010-03-23 Luca Barbierinvfx: fix coding style in nvfx_transfer.c
2010-03-23 Luca Barbierinvfx: stop incessantly spewing debug messages on the...
2010-03-23 Luca Barbierinvfx: fix/workaround nv3x hwtnl issues
2010-03-22 Luca Barbierinvfx: fix sampler views support
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
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-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Keith Whitwellnvfx: fix up after merge
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-15 Luca Barbierinvfx: remove src_native_swz, which was a no-op
2010-03-15 Luca Barbierinvfx: clean up shader header
2010-03-15 Luca Barbierinvfx: draw: make swtnl draw_elements actually work.
2010-03-15 Luca Barbierinvfx: draw: emit color as floating point
2010-03-15 Luca Barbierinvfx: draw: make perspective corrective texturing work
2010-03-15 Luca Barbierinvfx: draw: create draw vp with ureg
2010-03-15 Luca Barbierinvfx: add NOUVEAU_SWTNL to force swtnl at runtime
2010-03-15 Luca Barbierinvfx: move nv04_surface_2d.c into nvfx directory
2010-03-15 Luca Barbierinvfx: fix viewport state after bypass removal for swtnl
2010-03-15 Luca Barbierinv30, nv40: move last files to nvfx/ and rm -rf nv30...
2010-03-15 Luca Barbierinv30, nv40: partially non-trivially unify sampler state...
2010-03-15 Luca Barbierinv30, nv40: partially non-trivially unify nv[34]0_fragtex.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_context.c
2010-03-15 Luca Barbierinv30, nv40: fully unify nv[34]0_context.h
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_screen.c
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_vertprog.c
2010-03-15 Luca Barbierinv30, nv40: partially unify nv[34]0_state.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_vbo.c
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_draw.c
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_fragprog.c
2010-03-15 Luca Barbierinv30, nv40: non-trivially partially unify nv[34]0_shader.h
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_state_fb.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_state_viewport.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_query.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_miptree.c
2010-03-15 Luca Barbierinv30, nv40: unify nv[34]0_state_stipple.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_state_zsa.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_state_scissor.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_state_rasterizer.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_state_blend.c
2010-03-15 Luca Barbierinv30, nv40: non-trivially unify nv[34]0_state_emit.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_transfer.c
2010-03-15 Luca Barbierinv30, nv40: unify identical nv[34]0_clear.c
2010-03-15 Luca Barbierinvfx: add nvfx directory to build system
2010-03-15 Luca Barbierinv30, nv40: add is_nv4x member to context and screen...
2010-03-15 Luca Barbierinv30, nv40: unify all structures and headers, except...