mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 07:50:20 +01:00
r300: fix broken vbos
This commit is contained in:
parent
16cec9f767
commit
88ae491bd2
1 changed files with 2 additions and 0 deletions
|
|
@ -52,7 +52,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
* directly, see i965 driver for example.
|
||||
*/
|
||||
/* #define RADEON_VTXFMT_A */
|
||||
#ifdef RADEON_VTXFMT_A
|
||||
#define HW_VBOS
|
||||
#endif
|
||||
|
||||
/* We don't handle 16 bits elts swapping yet */
|
||||
#ifdef MESA_BIG_ENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue