Age | Commit message (Collapse) | Author |
|
Translates textual shader into a binary token stream.
The syntax matches the tgsi_dump module, so it's possible to
simply copy-paste the shader dump and transform it back
to a binary form.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rely more on the libGL code to avoid duplicated efforts. Also fix confusion
arising from multiple __DRIscreen objects.
|
|
regular DRI drivers.
Also, clean-up, consolidate the dlopen() code a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
progs/fp/tri-tex is all good now rather than all scrambled :)
|
|
|
|
|
|
|
|
|
|
|
|
the aux draw module
|
|
|
|
|
|
Plus comments, clean-ups.
|
|
AKA "I can haz fast b0rk3d glxgears!!!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set surface size when created.
Implement dri_find_dri_screen().
Look for "egl_xxx_dri.so" library before regular DRI driver.
|
|
|
|
|
|
|
|
|
|
|