Age | Commit message (Expand) | Author |
2007-08-02 | Reroute some clear functionality. | Keith Whitwell |
2007-08-01 | rearrange things in xmesa_clear() a bit | Brian |
2007-08-01 | get cliprect bounds after softpipe_update_derived() | Brian |
2007-08-01 | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ... | Brian |
2007-08-01 | More work on glClear. | Brian |
2007-08-01 | s/Z24_S8/S8_Z24/ | Brian |
2007-08-01 | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian |
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian |
2007-08-01 | Build libsoftpipe.a | Keith Whitwell |
2007-08-01 | Remove unused file intel_render.c | Keith Whitwell |
2007-08-01 | Remove unused file | Keith Whitwell |
2007-08-01 | Remove intel_span.[ch] | Keith Whitwell |
2007-07-31 | sp_z_surface.h is dead | Brian |
2007-07-31 | Obsolete. | Brian |
2007-07-31 | Redesign pipe_surface in terms of pipe_region. | Brian |
2007-07-31 | Lift region-related functions up to the pipe interface. | Brian |
2007-07-31 | re-fix stencil addressing bug | Brian |
2007-07-31 | Add missing files | Keith Whitwell |
2007-07-31 | Remove references to intel_tris.h | Keith Whitwell |
2007-07-31 | Build the "pipe" version of the i915tex driver. | Keith Whitwell |
2007-07-31 | A version of the i915tex driver with all drawing code removed. | Keith Whitwell |
2007-07-31 | simplify clear.x1,y2,x2,y2 setup | Brian |
2007-07-31 | In i915/i830_emit_state(), check if state->draw_region is non-null. | Brian |
2007-07-31 | fix stencil addressing bug | Brian |
2007-07-31 | remove obsolete xmesa_get_stencil_surface() stub | Brian |
2007-07-31 | fix comments and param names for intel_miptree_image_map() | Brian |
2007-07-31 | fix value returned by intel_new_renderbuffer_fb() | Brian |
2007-07-31 | fix assertions | Brian |
2007-07-31 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell |
2007-07-30 | 32 and z24s8 softpipe buffers | Brian |
2007-07-30 | remove some obsolete xmesa remnants | Brian |
2007-07-30 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-30 | Lots of improvements to the surface-related code. | Brian |
2007-07-30 | compute scale for Z24 buffers | Brian |
2007-07-30 | implement read_quad_f_swz() | Brian |
2007-07-30 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-30 | implement surfaces for softpipe rendering | Brian |
2007-07-30 | map/unmap surfaces before/after rendering | Brian |
2007-07-30 | remove old comments | Brian |
2007-07-30 | disable ProgramStringNotify assertion | Brian |
2007-07-30 | call st_invalidate_state() | Brian |
2007-07-30 | added map/unmap() stubs | Brian |
2007-07-29 | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger |
2007-07-29 | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger |
2007-07-27 | renaming, comments, clean-up | Brian |
2007-07-27 | Clip triangles against softpipe->cliprect which includes scissor and surface ... | Brian |
2007-07-27 | remove obsolete comments | Brian |
2007-07-27 | Maintain cliprect (scissor) info in sp_state_derived.c. | Brian |
2007-07-27 | Implement point/line quad clipping. Not quite as efficient as it probably co... | Brian |
2007-07-27 | check scissor state | Brian |