Age | Commit message (Collapse) | Author |
|
Instead of having these functions on a side interface like on
drm_api create a opaque winsys_handle that is to be passed down
into the winsys.
Currently the only thing ported to this new interface is drm_api,
and of that only the components that builds by default is ported.
All the drivers and any extra state trackers needs to be ported
before this can go into master.
|
|
Now trace always built.
|
|
Now trace always built.
|
|
|
|
|
|
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
|
|
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
|
|
|
|
Formerly known as vertex_format_state. These two are completely
unrelated when using HWTCL and decoupling them makes the design
less SWTCL-centric.
When bypass_vs_clip_and_viewport gets removed, the PSC setup will
no longer be a derived state.
This change shouldn't make unbreaking SWTCL harder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also cleaning up the nasty validation process.
|
|
|
|
|
|
The first non-state atom. It's better and cleaner to have it.
|
|
Maintaining a closer relationship between the atom size and what's passed
in BEGIN_CS.
|
|
Signed-off-by: José Fonseca <jfonseca@vmware.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The only practical limits are the ones derived from the currently-set
framebuffer state.
|
|
It wasn't such a good idea to remove it. :/
|
|
|
|
|
|
Fixing bizarre reports that a vertex buffer is not large enough.
|
|
|
|
Add back an assert that was removed in commit
cd5f167353f16fb4f5b349002625b704f3e23778.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|