Age | Commit message (Collapse) | Author |
|
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
Z testing now works with i915 driver.
Add gl_renderbuffer::surface pointer (and reverse pointer).
Remove intel_surface and xmesa_surface types - no longer used.
|
|
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bounds.
This prevents rendering out of bounds when the viewport is partially outside the surface bounds.
|
|
|
|
The cliprect depends on the scissor rect (if enabled), otherwise the drawing
surface bounds.
|
|
could be, but sufficient for now.
|
|
|
|
|
|
something
|
|
|
|
into softpipe_0_1_branch
|
|
|
|
|
|
|
|
|
|
Also added draw_stage::reset_line_stipple(). There may be a better way
of doing that though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The demos/fslight.c demo runs now.
|
|
|
|
|
|
|
|
const/linear/perspective interpolation in shade_quad().
|
|
|
|
|
|
Handling of constants might change. For now, the st_fragment_program struct
contains a pipe_constant_buffer (not a pointer).
|
|
|
|
|
|
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|