Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
no error detection, slow, may not be 100% correct but a good start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alias with the corresponding ARB functions.
GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias
with conventional vertex attributes, as GL_NV_vertex_program does.
So, the ARB and NV version of VertexAttrib need to be distinct.
|
|
and ignored for 1D and 2D images.
Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function.
This change gets propogated to some other routines.
Also added new _mesa_image_address[123]d() convenience functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In x11 driver, map/unmap PBO as needed in DrawPixels functions.
|
|
work with real, hardware-based PBOs in the future by mapping/unmapping the
PBO buffer as needed.
|
|
|
|
Don't add diffuse and specular colors when using fragment program.
|
|
|
|
|
|
|
|
devices. In draw_index_pixels(), use the correct variables for the span Y
and span end values.
|
|
|
|
Define 2.0 point-sprite related tokens in glheader.h (temporary).
|
|
|
|
|
|
|
|
1015696)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed some unneeded lines, other minor clean-ups.
|
|
|
|
|
|
|