Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Added _mesa_buffer_unmap().
Minor clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added shaderobjects.c to sources file.
|
|
to get BlendEquation have offset 710
fix param name lack with GetInfoLogARB
|
|
|
|
export it via glXGetProcAddress. These are not supported anymore, so print
an error message to that effect.
|
|
|
|
|
|
ARB_vertex_shader
|
|
ARB_fragment_shader
|
|
empty routines by now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_mesa_test_os_sse_support() while debugging
|
|
|
|
|
|
|
|
through the GL API directly, but should instead use the GL_CALL macro.
|
|
|
|
|
|
- fix bug with c-style comment closing - sequences
like /***/ were not correctly parsed
|
|
|
|
- remove redundant check of parsed program target
- remove redundant check of relative addressing range
- use faster grammar interface
|
|
|
|
options (up to 256)
|
|
|
|
note: to use it you must use grammar_check_fast entry
- allow decimal format for literal integers in .syn files
- raise am error if syntax has duplicate or unreferenced
symbols
- do some little clean-up with linked-list stuff
- make macro APPEND_CHARACTER a function
- fix minor typos and bugs
|
|
|
|
|
|
|
|
|
|
resolve TODOs
|
|
this is NOT a fix, but it'll have to wait a little...
|