Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300: moar cleanup | Maciej Cencora | 2009-05-07 | 1 | -5/+1 |
| | | | | | | | - 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 | ||||
* | r300: rename state | Maciej Cencora | 2009-04-27 | 1 | -6/+6 |
| | | | | | According to r300_reg.h from radeon drm module 0x4f30 is ZB_ZMASK_OFFSET. Also cleanup as trailing whitespaces. | ||||
* | r300: fix cliprect values | Jerome Glisse | 2009-04-24 | 1 | -7/+8 |
| | |||||
* | r300: emit cliprect when in dri2 mode | Jerome Glisse | 2009-04-24 | 1 | -0/+23 |
| | |||||
* | r300: fix color tiling | Dave Airlie | 2009-04-09 | 1 | -2/+8 |
| | |||||
* | radeon: add support for new ttm | Jerome Glisse | 2009-04-06 | 1 | -0/+18 |
| | |||||
* | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | 2009-04-02 | 1 | -13/+0 |
| | | | | | Context destruction was nearly the same over all the drivers, so collapse it down. | ||||
* | radeon: tiling support | Dave Airlie | 2009-04-02 | 1 | -3/+3 |
| | |||||
* | radeon fbo: add draw offset calcs | Dave Airlie | 2009-03-22 | 1 | -1/+2 |
| | |||||
* | r300: emit texture in GTT or VRAM | Dave Airlie | 2009-03-09 | 1 | -2/+2 |
| | |||||
* | r300: fix uninit variable warning | Dave Airlie | 2009-03-06 | 1 | -2/+1 |
| | |||||
* | r300: remove depth offset exits in favour of rrb depth changes | Dave Airlie | 2009-02-27 | 1 | -0/+30 |
| | |||||
* | r300: fixup texture state emission for kms path | Dave Airlie | 2009-02-26 | 1 | -0/+13 |
| | |||||
* | r300: don't flush VAP too often. | Dave Airlie | 2009-02-26 | 1 | -8/+14 |
| | | | | | Flush the VAP the first time for each state atom we upload new VAP data | ||||
* | r300: fixup old setTexOffset DRI1 extension | Dave Airlie | 2009-02-23 | 1 | -15/+5 |
| | |||||
* | r300: use OUT_BATCH_REGVAL in a few more places | Dave Airlie | 2009-02-23 | 1 | -12/+12 |
| | |||||
* | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | 2009-02-12 | 1 | -3/+1 |
| | |||||
* | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 1 | -110/+9 |
| | | | | | | | | 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 | ||||
* | r300: disable assert that fires | Dave Airlie | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | radeon: cleanup cmdbuffer | Dave Airlie | 2009-02-11 | 1 | -3/+2 |
| | |||||
* | r300: fix some autostate batch setups | Dave Airlie | 2009-02-06 | 1 | -5/+11 |
| | |||||
* | r300: fix up CS for modesetting - gears under kms works | Dave Airlie | 2009-02-04 | 1 | -50/+55 |
| | |||||
* | r200/r300: add aperture space checks | Dave Airlie | 2009-01-31 | 1 | -6/+2 |
| | |||||
* | radeon/r200/r300: start to move to common miptree/texobj | Dave Airlie | 2009-01-21 | 1 | -2/+2 |
| | |||||
* | r300: move some more function to generic | Dave Airlie | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | radeon/r200/r300: start to make cmd buf useful | Dave Airlie | 2009-01-15 | 1 | -20/+5 |
| | |||||
* | r300: start moving new r300 cmdbuf into common code | Dave Airlie | 2009-01-14 | 1 | -98/+10 |
| | |||||
* | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | 2009-01-14 | 1 | -23/+29 |
| | |||||
* | radeon: remove start/end offset + cleanup some whitespace | Dave Airlie | 2008-12-22 | 1 | -28/+28 |
| | |||||
* | radeon: fixup r500 FP emission for new CS | Dave Airlie | 2008-12-22 | 1 | -5/+46 |
| | |||||
* | radeon: make DRI1 one work with new CS mechanism | Dave Airlie | 2008-12-01 | 1 | -4/+4 |
| | |||||
* | radeon: fix pointer dangling | Jerome Glisse | 2008-11-16 | 1 | -3/+3 |
| | |||||
* | radeon: update to libdrm-radeon API changes | Jerome Glisse | 2008-11-15 | 1 | -4/+4 |
| | |||||
* | r300: convert to new relocations format (see libdrm-radeon) | Jerome Glisse | 2008-11-14 | 1 | -4/+6 |
| | |||||
* | r300: SetTex extension support | Jerome Glisse | 2008-11-14 | 1 | -3/+9 |
| | |||||
* | r300: cs + DRI2 support | Jerome Glisse | 2008-11-14 | 1 | -114/+197 |
| | | | | | If DRI2 is enabled then switch cmd assembly to directly build hw packet. | ||||
* | r300: bo and cs abstraction. | Jerome Glisse | 2008-11-14 | 1 | -147/+159 |
| | | | | | | | | | | 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 | ||||
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -6/+6 |
| | | | | Makefile.template | ||||
* | r300: Implement hardware acceleration for ColorLogicOp | Nicolai Haehnle | 2008-07-27 | 1 | -0/+2 |
| | |||||
* | r500: Fix blend color. | Nicolai Haehnle | 2008-07-05 | 1 | -3/+8 |
| | |||||
* | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 1 | -1/+1 |
| | |||||
* | r300: disable cmdbuf debug again | Dave Airlie | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | r300/r500: emit flush inside vap_cntl state atom | Dave Airlie | 2008-05-27 | 1 | -2/+4 |
| | | | | Not sure if this is a good or bad plan, it certainly doesn't make things worse here. | ||||
* | r500: bump state atom size up for fp and fp constants | Dave Airlie | 2008-05-22 | 1 | -2/+2 |
| | |||||
* | r300: SC register naming cleanup | Alex Deucher | 2008-05-17 | 1 | -6/+6 |
| | |||||
* | r500: write out the correct FP registers | Alex Deucher | 2008-05-17 | 1 | -1/+9 |
| | |||||
* | r500: default rsunit swizzle like fglrx | Dave Airlie | 2008-05-15 | 1 | -0/+8 |
| | |||||
* | R300: clean up GA registers | Alex Deucher | 2008-05-13 | 1 | -5/+5 |
| | |||||
* | R3xx: clean up ZB registers | Alex Deucher | 2008-05-13 | 1 | -6/+6 |
| |