remove obsolete comments
This commit is contained in:
@@ -750,7 +750,6 @@ stipple_test(GLint counter, GLushort pattern, GLint factor)
|
|||||||
/**
|
/**
|
||||||
* Do setup for line rasterization, then render the line.
|
* Do setup for line rasterization, then render the line.
|
||||||
* XXX single-pixel width, no stipple, etc
|
* XXX single-pixel width, no stipple, etc
|
||||||
* XXX no scissoring yet.
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
setup_line(struct draw_stage *stage, struct prim_header *prim)
|
setup_line(struct draw_stage *stage, struct prim_header *prim)
|
||||||
@@ -909,8 +908,6 @@ setup_point(struct draw_stage *stage, struct prim_header *prim)
|
|||||||
|
|
||||||
setup->quad.prim = PRIM_POINT;
|
setup->quad.prim = PRIM_POINT;
|
||||||
|
|
||||||
/* XXX need to clip against scissor bounds too */
|
|
||||||
|
|
||||||
if (halfSize <= 0.5 && !round) {
|
if (halfSize <= 0.5 && !round) {
|
||||||
/* special case for 1-pixel points */
|
/* special case for 1-pixel points */
|
||||||
const GLint ix = ((GLint) x) & 1;
|
const GLint ix = ((GLint) x) & 1;
|
||||||
|
Reference in New Issue
Block a user