Merge branch '7.8'
[mesa.git] / src / gallium / drivers / nv50 /
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_SHL,ISHR,USHR
2010-01-07 Christoph Bumillernv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods
2010-01-06 Roel Kluinnv50: add missing parentheses in nv50_query_result()
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
2010-01-05 Maarten Maathuisnouveau: rewrite nouveau_stateobj to use BEGIN_RING...
2010-01-05 Maarten Maathuisnv50: remove vtxbuf stateobject after a referenced...
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2009-12-31 Christoph Bumillernv50: small fix for handling "dangerous" swizzles
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Christoph Bumillernv50: fix TEXLOD sequence and use it only in FPs
2009-12-31 Christoph Bumillernv50: cannot kill branch if immediate is used
2009-12-31 Christoph Bumillernv50: make assimilate_temp safe
2009-12-31 Christoph Bumillernv50: handle TGSI_OPCODE_EXP,LOG
2009-12-31 Christoph Bumillernv50: add support for subroutines
2009-12-31 Christoph Bumillernv50: alloc_reg on reg_instance
2009-12-31 Christoph Bumillernv50: multiply polygon offset units by 2
2009-12-31 Christoph Bumillernv50: neg and abs modifiers for flops
2009-12-31 Christoph Bumillernv50: don't negate immediates in set_immd
2009-12-28 Younes Mantonnouveau: Unreference state/buffer objects on context...
2009-12-28 Marcin Kościelnickinv50: Dehexify and bring up to date with new method...
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-24 Christoph Bumillernv50: support TGSI_OPCODE_CONT
2009-12-24 Christoph Bumillernv50: make edgeflags work
2009-12-23 Roland Scheideggergallium: adapt drivers to pipe_constant_buffer removal
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Christoph Bumillernv50: correct the negation of DDY sources
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith Whitwellgallium: propogate draw retval changes into more drivers
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-20 Christoph Bumillernv50: make address reg allocation a little less hacky
2009-12-20 Christoph Bumillernv50: use BREAKADDR and BREAK for loops
2009-12-20 Christoph Bumillernv50: handle TGSI_OPCODE_RET,KILP
2009-12-18 Roland Scheideggergallium: fix up drivers for edgeflag changes
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krols/desc->type/desc->channel[0].type/
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-14 Maarten Maathuisnouveau: avoid running out of relocs
2009-12-14 Christoph Bumillernv50: be more cautious about using reg_instance
2009-12-14 Christoph Bumillernv50: store immediates as uint32
2009-12-13 Patrice Mandinnouveau: nv50: Add missing ctor_immd_4u32 function
2009-12-13 Christoph Bumillernv50: add proper zslice offset in miptree_surface
2009-12-13 Christoph Bumillernv50: use m2mf z pos instead of calculating offset...
2009-12-13 Christoph Bumillernv50: add craziness for non-constant TXB and TXL
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-12 Christoph Bumillernv50: support TXB and TXL
2009-12-12 Christoph Bumillernv50: add S8Z24 depth texture format too
2009-12-12 Christoph Bumillernv50: fix depth comparison func TSC bits
2009-12-12 Christoph Bumillernv50: add src_mask case for IF opcode
2009-12-12 Christoph Bumillernv50: plug memory leak in miptree creation/destruction
2009-12-12 Christoph Bumillernv50: use copies of tgsi src nv50_regs
2009-12-12 Christoph Bumillernv50: support vertex program textures
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Roland Scheideggernouveau: use boolean instead of bool
2009-12-08 Michal KrolFormat layout cannot be used to distinguish scaled...
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Michal KrolRemove remaining pipe format utility functions.
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
2009-12-03 Michal KrolRemove pf_swizzle_* internal macros.
2009-12-02 Roland Scheideggergallium: adapt nv drivers to interface cleanups
2009-12-02 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolnv: Update for renamed sampler/texture state setters.
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-29 Christoph Bumillernv50: update linkage on rasterizer change
2009-11-29 Christoph Bumillernv50: match VP outputs to FP inputs ourselves
2009-11-29 Christoph Bumillernv50: don't permanently negate src in emit_ddy
2009-11-27 Christoph Bumillernv50: do conversion of last insn to 64 bit format first
2009-11-27 Christoph Bumillernv50: bswap32 the polygon stipple pattern
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_src_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_dst_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_declaration to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_instruction to avoid...
2009-11-24 Keith Whitwelltgsi: reduce repetition of structure name in its members
2009-11-24 Keith Whitwellgallium: try and update r300 and nv drivers for tgsi...
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-09 Christoph Bumillernv50: clarify data for method 0x121c
next