Age | Commit message (Collapse) | Author |
|
|
|
There's like five good reasons for this, I swear.
|
|
1: add rv530 support
- num z pipes cap
- add proper start/finish query options for rv530
2: convert to use linked list properly.
3: add flushing required check.
4: initial Z top disabling support.
TODO:
make it actually work on my rv530.
|
|
This attempts to make r300g do proper bo space checking as opposed
to whatever it was doing now.
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
|
This reverts commit 6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59.
Turns out that we *do* need these for OQ after all. Go figure.
Conflicts:
src/gallium/winsys/drm/radeon/core/radeon_r300.h
|
|
On a side note, why is RADEON_MAX_BOS 24? Should ask airlied about that.
|
|
See the previous commit for an explanation. This is just all the support code
for GB_TILE_CONFIG.
|
|
|
|
It is no longer optional in current libdrm, so it was time to actually
start counting our BOs.
|
|
Make things more consistent, prepare for more function hooks.
|
|
Oops. :3
|
|
Almost there. glxinfo still works, and AFAICT so does trivial/clear.
|
|
s/migration/migrane/ , actually. Anyway, this has working glxinfo...
|
|
|
|
Whoo, stuff is starting to look cleaner and cleaner.
|
|
Needs to be hooked up to the getparam from the kernel.
|
|
This is probably important, yeah?
|
|
Lots of structural work, especially in getting the two parts to talk nicely.
Todo:
- Get damn blitter working.
- Add CS flush.
- Reverse order of above two items.
|