r300: minor texture code refactoring
[mesa.git] / src / mesa / drivers / dri / r600 /
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-09 Richard Lir600 : add pre-compile mesa shader calling interface...
2009-12-09 Andre Maasikasr600: fix state size prediction after dc0777d3
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Andre Maasikasr600: and finally fix SCS
2009-12-08 Andre Maasikasr600: remove (now) dead code
2009-12-08 Andre Maasikasr600: fix SIN also
2009-12-08 Andre Maasikasr600: use the new inline constants feature to fix COS
2009-12-08 Andre Maasikasr600: add assembler support for literal(inline) constants
2009-12-08 Andre Maasikasr600: merge alu_instruction/alu_instruction2
2009-12-08 Andre Maasikasr600: add ABS support for source regs to assembler
2009-12-08 Andre Maasikasr600: glsl - allow specifying texture sampler via uniforms
2009-12-08 Andre Maasikasr600: implement FRAG_ATTRIB_FACE, glsl/twoside works
2009-12-08 Andre Maasikasr600: quick hack to get KIL_NV working - does condition...
2009-12-08 Andre Maasikasr600: wip glsl - refactor conditional instructions...
2009-12-08 Andre Maasikasr600: execute SET funtions on all channels
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 Andre Maasikasr600: add support for TXB instruction
2009-12-08 Andre Maasikasr600: reorder state for render_target and blend
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-05 Alex Deucherradeon/r200/r600: fix drivers for changes in 433f0a82f5...
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
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 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-29 Richard Lir600 : clena up a bit for last commit.
2009-11-29 Richard Lir600 : add read port allocation for uniform;
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-25 Dave Airlier600: add ARB_texture_non_power_of_two support.
2009-11-24 Richard Lir600 : reset stack flag with one channel only.
2009-11-24 Richard Lir600 : fix stack depth setting bug.
2009-11-24 Dave Airlieradeon/r200/r300/r600: make bo mapping be explicit
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-23 Richard Lir600 : add support for shader instruction trunc and...
2009-11-22 Dave Airlier600: hopefully fix segfault.
2009-11-22 Dave Airlier600: fix inline issues
2009-11-22 Richard Lir600 : add stack depth calculation, enable CF pop.
2009-11-22 Richard Lir600 : use cf for all pop now, left optimization for...
2009-11-20 Richard Lir600 : eliminate Wondows line ending for test code.
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-19 Richard Lir600 : Clean up a bit test code mess.
2009-11-19 Richard Lir600 : change shader pop method for now.
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 Richard Lir600 : check in shader code test enable flag: if flag
2009-11-18 Richard Lir600 : update PS and VS emit count for loop constants.
2009-11-18 Richard Lir600 : add some defs
2009-11-18 Richard Lir600 : Initial version of glsl fc.
2009-11-18 Alex Deucherr600: disable compressed texture support
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-18 Maciej Cencorar600: align for mipmap tree changes
2009-11-16 Alex Deucherr600: don't force Z order
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 Jerome Glisser600/r700: typo, fix mask of DB_ALPHA_TO_MASK
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-09 Alex Deucherr600: rework DB render setup
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-09 Alex Deucherr600: add missing ZPASS setup bits for r7xx+
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-04 Alex Deucherr600: rework draw functions
2009-11-04 Alex Deucherr600: fix count prediction for IB case
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-02 Pierre Ossmanr600: implement LOG op in compiler
2009-11-02 Pierre Ossmanr600: implement EXP op in compiler
2009-10-30 Alex Deucherr600: remove duplicate line
2009-10-30 Alex Deucherr600: fill in some missing tex formats
2009-10-30 Alex Deucherr600: fix a warning, update comments
2009-10-30 Andre Maasikasr600: use AUTO_INDEX for draw - saves cmd buffer space
2009-10-29 Alex Deucherr600: remove the no rrb messages
2009-10-29 Alex Deucherr600: Add support for ARB_depth_clamp
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Alex Deucherr600: add occlusion query support
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-26 Brian Paulmesa: choose texture format in core mesa, not drivers
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-22 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-22 Brian Paulradeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
next