Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA()
if necessary.
Cleaned up code related to GLframebuffer width/height initialization.
Set initial viewport/scissor params in _mesa_make_current2(), instead of
in the drivers' MakeCurrent functions.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Removed GLWINAPI stuff - only used (unnecessarily?) in enums.c
|
|
|
|
Next: move all the Windows/WGL stuff into the drivers/windows/ directory.
|
|
|
|
Misc clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
a non MS C compiler (MinGW). (Gregor Anich)
|
|
|
|
|
|
|
|
|
|
Minor clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hardware-based PBOs in the future.
|
|
Added _mesa_buffer_unmap().
Minor clean-ups.
|
|
|
|
|
|
|
|
|