Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
|
|
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: José Fonseca <jfonseca@vmware.com>
|
|
|
|
|
|
|
|
|
|
|
|
Add back an assert that was removed in commit
cd5f167353f16fb4f5b349002625b704f3e23778.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we'd use the current renderbuffer.
|
|
This chunk fell through the cracks when I rebase the EGLImage patch series.
|
|
The rb->InternalFormat field will be set by the caller if the allocation
succeeds. Until then, this field's value can't be used. Fixes a failed
assertion with FlightGear.
|
|
This reverts commit ead22e6a328e7d7b7c0b52af4705634e989e4d69.
This headers are not unnecessary on windows.
|
|
|
|
|
|
|
|
|
|
|
|
GL_EXT_texture_array is different from the existing GL_MESA_texture_array
support in that the former is only supported for GLSL, not fixed-function.
The shadow compare versions of the sampler functions haven't been tested
yet. The non-shadow versions have been tested with a new piglit test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
My units still hang when doing this if the VS is enabled.
|
|
|
|
The modify bit is now usually in the instruction header. The
exception is CC state pointers.
|
|
This gets the VS to the point of accepting vertices. \o/
|
|
So, when the docs say that 0 means enabled now? That's a lie.
|