Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-11 | r300: send only RS_IP_* regs that we are going to use | Maciej Cencora | |
2009-05-28 | r300: when using cs path emit scissor in the cmdbuffer | Jerome Glisse | |
2009-05-28 | r300: rework texture offset emission. | Jerome Glisse | |
2009-05-18 | radeon: fix DRI1 cmd stream | Jerome Glisse | |
2009-05-16 | r300: further cleanup | Maciej Cencora | |
- move extensions init into seperate function - move options handling into seperate function - create new structure to hold options values - use context->options.hw_tcl_enabled field instead of global hw_tcl_on and future_hw_tcl_on variables | |||
2009-05-14 | r300: don't send now forbidden register to kernel when with memory manager | Jerome Glisse | |
2009-05-07 | r300: moar cleanup | Maciej Cencora | |
- remove unused r300UpdateClipPlanes function - move reg definition to r300_reg.h - remove incorrect forward definition of tnl_UpdateFixedFunctionProgram and add proper #include - remove unreachable code | |||
2009-04-27 | r300: rename state | Maciej Cencora | |
According to r300_reg.h from radeon drm module 0x4f30 is ZB_ZMASK_OFFSET. Also cleanup as trailing whitespaces. | |||
2009-04-24 | r300: fix cliprect values | Jerome Glisse | |
2009-04-24 | r300: emit cliprect when in dri2 mode | Jerome Glisse | |
2009-04-09 | r300: fix color tiling | Dave Airlie | |
2009-04-06 | radeon: add support for new ttm | Jerome Glisse | |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | |
Context destruction was nearly the same over all the drivers, so collapse it down. | |||
2009-04-02 | radeon: tiling support | Dave Airlie | |
2009-03-22 | radeon fbo: add draw offset calcs | Dave Airlie | |
2009-03-09 | r300: emit texture in GTT or VRAM | Dave Airlie | |
2009-03-06 | r300: fix uninit variable warning | Dave Airlie | |
2009-02-27 | r300: remove depth offset exits in favour of rrb depth changes | Dave Airlie | |
2009-02-26 | r300: fixup texture state emission for kms path | Dave Airlie | |
2009-02-26 | r300: don't flush VAP too often. | Dave Airlie | |
Flush the VAP the first time for each state atom we upload new VAP data | |||
2009-02-23 | r300: fixup old setTexOffset DRI1 extension | Dave Airlie | |
2009-02-23 | r300: use OUT_BATCH_REGVAL in a few more places | Dave Airlie | |
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie | |
This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor | |||
2009-02-11 | r300: disable assert that fires | Dave Airlie | |
2009-02-11 | radeon: cleanup cmdbuffer | Dave Airlie | |
2009-02-06 | r300: fix some autostate batch setups | Dave Airlie | |
2009-02-04 | r300: fix up CS for modesetting - gears under kms works | Dave Airlie | |
2009-01-31 | r200/r300: add aperture space checks | Dave Airlie | |
2009-01-21 | radeon/r200/r300: start to move to common miptree/texobj | Dave Airlie | |
2009-01-15 | r300: move some more function to generic | Dave Airlie | |
2009-01-15 | radeon/r200/r300: start to make cmd buf useful | Dave Airlie | |
2009-01-14 | r300: start moving new r300 cmdbuf into common code | Dave Airlie | |
2009-01-14 | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | |
2008-12-22 | radeon: remove start/end offset + cleanup some whitespace | Dave Airlie | |
2008-12-22 | radeon: fixup r500 FP emission for new CS | Dave Airlie | |
2008-12-01 | radeon: make DRI1 one work with new CS mechanism | Dave Airlie | |
2008-11-16 | radeon: fix pointer dangling | Jerome Glisse | |
2008-11-15 | radeon: update to libdrm-radeon API changes | Jerome Glisse | |
2008-11-14 | r300: convert to new relocations format (see libdrm-radeon) | Jerome Glisse | |
2008-11-14 | r300: SetTex extension support | Jerome Glisse | |
2008-11-14 | r300: cs + DRI2 support | Jerome Glisse | |
If DRI2 is enabled then switch cmd assembly to directly build hw packet. | |||
2008-11-14 | r300: bo and cs abstraction. | Jerome Glisse | |
This abstract memory management and command stream building so we can use different backend either legacy one which use old pathway or a new one like with a new memory manager. This works was done by : Nicolai Haehnle Dave Airlie Jerome Glisse | |||
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-07-27 | r300: Implement hardware acceleration for ColorLogicOp | Nicolai Haehnle | |
2008-07-05 | r500: Fix blend color. | Nicolai Haehnle | |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul | |
2008-05-28 | r300: disable cmdbuf debug again | Dave Airlie | |
2008-05-27 | r300/r500: emit flush inside vap_cntl state atom | Dave Airlie | |
Not sure if this is a good or bad plan, it certainly doesn't make things worse here. |