llvmpipe: native rasterization for lines
[mesa.git] / src / gallium / drivers / r600 /
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-25 Jerome Glisser600g: simplify states
2010-08-24 Henri Verbeetr600g: Add support for PIPE_FORMAT_R32_FLOAT.
2010-08-23 Dave Airlier600g: add XPD support
2010-08-23 Dave Airlier600g: add CMP support.
2010-08-23 Henri Verbeetr600g: Add support for PIPE_CAP_DEPTH_CLAMP.
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Jerome Glisser600g: add POW instruction
2010-08-20 Jerome Glisser600g: cleanup definition, fix segfault when no valid...
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-19 Alex Deucherr600g: update comments about ALU src operands
2010-08-19 Dave Airlier600g: add sin/cos
2010-08-19 Dave Airlier600g: add a chiprev type for r600/r700/evergreen inste...
2010-08-19 Dave Airlier600g: add SSG, SEQ, SGT and SNE
2010-08-18 Dave Airlier600g: add FRC, FLR, DDX and DDY
2010-08-18 Dave Airlier600g: add SGE and SLE opcodes
2010-08-18 Dave Airlier600g: add TXB support
2010-08-18 Dave Airlier600g: fix TXP vs TEX in shader.
2010-08-18 Dave Airlier600g: add two simple tgsi opcodes.
2010-08-18 Dave Airlier600g: fix point size
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Dave Airlier600g: fix height calcs for miptree
2010-08-18 Dave Airlier600g: emit texture level offset in CB/DB setup.
2010-08-17 Jerome Glisser600g: fix fake pixel output
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Marek Olšákr600g: update shader caps
2010-08-13 Dave Airlier600g: fix memory leaks running gears.
2010-08-12 Dave Airlier600g: fix typo in stencil translate.
2010-08-12 Dave Airlier600g: fix provoking-vertex piglit test.
2010-08-12 Dave Airlier600g: improve texture format checker.
2010-08-11 Jerome Glisser600g: accept empty frag prog shader
2010-08-11 Jerome Glisser600g: add src negation support
2010-08-11 Jerome Glisser600g: add point/sprite rendering support
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-09 Jerome Glisser600g: fix r600 context structure, avoid segfault when...
2010-08-09 Marek Olšákr600g: fix some warnings
2010-08-09 Marek Olšákr600g: fill out some missing caps and sort them
2010-08-06 Jerome Glisser600g: add PA_CL_CLIP_CNTL definition
2010-08-06 Jerome Glisser600g: fix rendering, only enable target we write too
2010-08-06 Jerome Glisser600g: really fix multi target support
2010-08-06 Jerome Glisser600g: finish multi target rendering support
2010-08-06 Jerome Glisser600g: fix color format, indentation, defines
2010-08-06 Jerome GlisseRevert "r600g: don't use dynamic state allocation for...
2010-08-06 Dave Airlier600g: start to fix up multiple targets.
2010-08-06 Dave Airlier600g: add SRGB support.
2010-08-06 Dave Airlier600g: fixup z format translations.
2010-08-06 Dave Airlier600g: fix targetmask to work correctly.
2010-08-06 Dave Airlier600g: improve supported format selection.
2010-08-06 Dave Airlier600g: add bo wait after map.
2010-08-05 Jerome Glisser600g: don't use dynamic state allocation for states
2010-08-04 Jerome Glisser600g: force flush on map as temporary fix to readpixel
2010-08-04 Jerome Glisser600g: always perform texture perspective divide +...
2010-08-03 Jerome Glisser600g: add polygon offset support
2010-08-03 Jerome Glisser600g: flush and resubmit if we reach limit
2010-08-03 Jerome Glisser600g: fix color target mask
2010-08-03 Jerome Glisser600g: fix stencil
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-02 Jerome Glisser600g: split alu block to conform to limit + RCP opcode
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
2010-08-02 Dave Airlier600g: add stencil op/func translation
2010-08-02 Dave Airlier600g: initial alpha test state
2010-08-02 Dave Airlier600g: add initial blend state.
2010-08-02 Dave Airlier600g: set correct tex coord type for rect textures.
2010-08-02 Dave Airlier600g: make r600_db_format static.
2010-08-01 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Vinson Leer600g: Remove unnecessary header.
2010-07-30 Jerome Glisser600g: add KIL opcode support
2010-07-30 Jerome Glisser600g: fix typo in tex instruction + shader semantic...
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-29 Jerome Glisser600g: state context ptr in sampler_view & add I8/L8...
2010-07-28 Jerome Glisser600g: switch btw flat/linear interpolation
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jerome Glisser600g: always emit literal after emiting an alu instruction
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 Stephan Schmidr600g: implememt the LIT instruction
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-24 Vinson Leer600g: Fix SCons build.
2010-07-23 Jerome Glisser600g: fix dp2, dp3, dp4 tokens
2010-07-23 Jerome Glisser600g: add RSQ token support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
next