Age | Commit message (Collapse) | Author |
|
|
|
|
|
the aux draw module
|
|
|
|
|
|
libutil.a and libtranslate.a depend on libcso_cache.a so put them in that order.
|
|
Plus comments, clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
Set surface size when created.
Implement dri_find_dri_screen().
Look for "egl_xxx_dri.so" library before regular DRI driver.
|
|
|
|
cherry-picked from master
|
|
cherry-picked from master
|
|
|
|
|
|
|
|
The old implementation could overwrite the caller's param buffer.
|
|
Fixes a failure for cases such as y = f(a, f(a, b))
All the usual tests still pass but regressions are possible...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The renameing makes more sense, why because:
In egl you have a display/driver/device as the
basis, and you have screens as outputs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Things broke when vertex position wasn't the first attribute.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First tri for EGL drivers with mesa screen ext
|
|
Simplification in colortab.c too.
cherry-picked from master (fe469007037d9d5cdbe1677d8ff7368b276e9e7c)
|