Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-13 | Added basic occlusion counting | Brian | |
2007-07-13 | minor rename | Brian | |
2007-07-13 | Play "nuke the typedef" | Ben Skeggs | |
2007-07-13 | Add conditional-free implementation (disabled, not tested) | Keith Whitwell | |
2007-07-13 | Simplify slightly. | Keith Whitwell | |
Don't bother trying to save a small memcpy. | |||
2007-07-13 | Revert "r300: Corrected off-by-one error in r300_vertprog.c." | Oliver McFadden | |
This reverts commit 07ac2386f5c0ab9c2432d4b5e3490b1e13d033fc. | |||
2007-07-13 | r300: Corrected off-by-one error in r300_vertprog.c. | Oliver McFadden | |
2007-07-13 | r300: Moved some hardware initialization into appropriate functions. | Oliver McFadden | |
2007-07-13 | r300: Use a switch statement in r300UpdateCulling. | Oliver McFadden | |
2007-07-13 | r300: Setup the back facing color bits correctly. | Oliver McFadden | |
Apparently for back facing color to work you must set all 3 color bits; I guess the hardware cannot handle them separately. | |||
2007-07-12 | fix width/depth mix-up (bug 11577) | Brian | |
2007-07-12 | minor changes, comments about multiple color buffers, MRT. | Brian | |
2007-07-12 | fix swizzle-related bug 11534 | Brian | |
2007-07-12 | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian | |
This removes the notion of multiple color buffers from all other stages. Will need a bit more work when shaders with multiple render targets arrive. | |||
2007-07-12 | XXX comment about skipping stipple for points/lines | Brian | |
2007-07-12 | s/prim_setup/sp_draw_render_stage/, new comments | Brian | |
2007-07-12 | Remove dead code | Brian | |
2007-07-12 | Rename prim_stage -> draw_stage | Brian | |
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | |
2007-07-12 | front/back-face determination was wrong | Brian | |
2007-07-12 | culling was inverted | Brian | |
2007-07-12 | handle edge flags for GL_POLYGONs | Brian | |
2007-07-12 | fix MIN/MAX mix-up | Brian | |
2007-07-12 | nv20 also don't support viewport_origin, like nv10 | Patrice Mandin | |
2007-07-12 | nouveau: match drm 0.0.9 interface | Ben Skeggs | |
2007-07-11 | clean-up of stencil code | Brian | |
2007-07-11 | Minor clean-up of polygon offset logic. Properly compute _MRD field. | Brian | |
2007-07-11 | Improve this demo in a few ways. | Brian | |
1. Use more reasonable hither/yon clip planes to make better use of shallow (16-bit) z buffers. 2. Use different colors on cube faces to help detect Z fighting if it occurs. 3. Report GL_DEPTH_BITS on start-up. | |||
2007-07-11 | remove unused hw_data_offset | Brian | |
2007-07-11 | disable debug printfs | Brian | |
2007-07-11 | remove glDepthFunc(GL_LEQUAL) change from prev commit | Brian | |
2007-07-11 | Fix broken depth offset. | Brian | |
The edge vectors were totally wrong. Need to multiply bias units by the min resolvable depth delta. | |||
2007-07-11 | r300: Added support for Back Facing Color. | Tommy Schultz Lassen | |
2007-07-11 | r300: Corrected r300UpdateCulling; would only set font face if culling was set. | Tommy Schultz Lassen | |
2007-07-11 | Obsolete file. | Brian | |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian | |
2007-07-11 | nouveau: nv20 does not support hw scissors | Patrice Mandin | |
2007-07-11 | Fix screen corruption on resize. | Keith Whitwell | |
Move buffer resize check to immediately after swapbuffers. Update cliprects inside the locked region of swapbuffers. | |||
2007-07-11 | need to clamp floats to [0,1] in write functions | Brian | |
2007-07-11 | fix stencil logic error, use proper front/back face value | Brian | |
2007-07-11 | Compute quad.facing from prim->det and polygon winding. | Brian | |
Updated comments/questions about area vs. prim->det. | |||
2007-07-11 | remove bogus assertion, change drawable updates | Roland Scheidegger | |
don't update driDrawable information until later at all (blit needs fixing). | |||
2007-07-11 | drop some more code no longer needed | Roland Scheidegger | |
2007-07-11 | some fixes, fake frontbuffer | Roland Scheidegger | |
still doesn't work quite right (resize). Fake frontbuffer doesn't copy in real frontbuffer. Don't even think about doing rotation/page flip/triple buffering for now... More cleanups needed (fake cliprects etc.) | |||
2007-07-10 | Checkpoint: stencil roughly working, some bugs to fix... | Brian | |
2007-07-11 | bumped nouveau DRM interface version number | Arthur Huillet | |
2007-07-10 | Begin hooking up stenciling. | Brian | |
2007-07-10 | clean-ups | Brian | |
2007-07-10 | Fill in remaining switch cases. Only call next stage if quad->mask != 0. | Brian | |
2007-07-10 | remove debug printf | Brian | |