2007-08-03 |
Brian | framebuffer object functions |
commit | commitdiff | tree |
2007-08-03 |
Keith Whitwell | Remove dead files |
commit | commitdiff | tree |
2007-08-03 |
Keith Whitwell | Rip out more dead drawing-related code. |
commit | commitdiff | tree |
2007-08-03 |
Keith Whitwell | Remove "static region" support. |
commit | commitdiff | tree |
2007-08-03 |
Keith Whitwell | Simplify frontbuffer / sarea / rotation management. |
commit | commitdiff | tree |
2007-08-03 |
Keith Whitwell | Workaround wierd oops on gutsy when building mesa. |
commit | commitdiff | tree |
2007-08-03 |
Brian | added pipe->supported_formats() |
commit | commitdiff | tree |
2007-08-03 |
Brian | hook in teximage bits |
commit | commitdiff | tree |
2007-08-03 |
Brian | more formats |
commit | commitdiff | tree |
2007-08-03 |
Brian | trim #includes |
commit | commitdiff | tree |
2007-08-03 |
Brian | beginings of teximage functions |
commit | commitdiff | tree |
2007-08-02 |
Brian | pipe->clear() now takes a surface, rather than color... |
commit | commitdiff | tree |
2007-08-02 |
Brian | call st_init_cb_drawpixels |
commit | commitdiff | tree |
2007-08-02 |
Brian | added st_cb_drawpixels.c |
commit | commitdiff | tree |
2007-08-02 |
Brian | initial work for textured-quad glDrawPixels |
commit | commitdiff | tree |
2007-08-02 |
Brian | remove st_draw.h include |
commit | commitdiff | tree |
2007-08-02 |
Brian | setup more state for clear_with_quad() |
commit | commitdiff | tree |
2007-08-02 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-02 |
Brian | get rid of accum param |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Remove all references to swrast. |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Fix make recursion. |
commit | commitdiff | tree |
2007-08-02 |
Brian | added clear-scissor.c |
commit | commitdiff | tree |
2007-08-02 |
Brian | test glClear w/ scissor |
commit | commitdiff | tree |
2007-08-02 |
Brian | Implement new draw_vertices() path for simple vertex... |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Remove references to accum buffers in softpipe. |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Remove intel_state.c, intel_rotate.[ch] |
commit | commitdiff | tree |
2007-08-02 |
Brian | New header file. |
commit | commitdiff | tree |
2007-08-02 |
Brian | include st_cb_clear.h |
commit | commitdiff | tree |
2007-08-02 |
Brian | sketch out clearing with quads |
commit | commitdiff | tree |
2007-08-02 |
Brian | add PIPE_MASK_RGBA |
commit | commitdiff | tree |
2007-08-02 |
Brian | comment follow-up |
commit | commitdiff | tree |
2007-08-02 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Remove intelClear() hack. |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Remove remnants of i915 texture-from-pbo code. |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Reroute some clear functionality. |
commit | commitdiff | tree |
2007-08-01 |
Brian | implement masking in sp_region_fill() |
commit | commitdiff | tree |
2007-08-01 |
Brian | rearrange things in xmesa_clear() a bit |
commit | commitdiff | tree |
2007-08-01 |
Brian | get cliprect bounds after softpipe_update_derived() |
commit | commitdiff | tree |
2007-08-01 |
Brian | Re-implement intelClear() in terms of softpipe_clear... |
commit | commitdiff | tree |
2007-08-01 |
Brian | More work on glClear. |
commit | commitdiff | tree |
2007-08-01 |
Brian | s/Z24_S8/S8_Z24/ |
commit | commitdiff | tree |
2007-08-01 |
Brian | s/Z24_S8/S8_Z24/ (stencil is in the high byte) |
commit | commitdiff | tree |
2007-08-01 |
Brian | Checkpoint: glClear changes - working, bug very rough. |
commit | commitdiff | tree |
2007-08-01 |
Keith Whitwell | Build libsoftpipe.a |
commit | commitdiff | tree |
2007-08-01 |
Keith Whitwell | Remove unused file intel_render.c |
commit | commitdiff | tree |
2007-08-01 |
Keith Whitwell | Remove unused file |
commit | commitdiff | tree |
2007-08-01 |
Keith Whitwell | Remove intel_span.[ch] |
commit | commitdiff | tree |
2007-07-31 |
Brian | sp_z_surface.h is dead |
commit | commitdiff | tree |
2007-07-31 |
Brian | Obsolete. |
commit | commitdiff | tree |
2007-07-31 |
Brian | Redesign pipe_surface in terms of pipe_region. |
commit | commitdiff | tree |
2007-07-31 |
Brian | Lift region-related functions up to the pipe interface. |
commit | commitdiff | tree |
2007-07-31 |
Brian | re-fix stencil addressing bug |
commit | commitdiff | tree |
2007-07-31 |
Keith Whitwell | Add missing files |
commit | commitdiff | tree |
2007-07-31 |
Keith Whitwell | Remove references to intel_tris.h |
commit | commitdiff | tree |
2007-07-31 |
Keith Whitwell | Build the "pipe" version of the i915tex driver. |
commit | commitdiff | tree |
2007-07-31 |
Keith Whitwell | A version of the i915tex driver with all drawing code... |
commit | commitdiff | tree |
2007-07-31 |
Brian | simplify clear.x1,y2,x2,y2 setup |
commit | commitdiff | tree |
2007-07-31 |
Brian | In i915/i830_emit_state(), check if state->draw_region... |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix stencil addressing bug |
commit | commitdiff | tree |
2007-07-31 |
Brian | remove obsolete xmesa_get_stencil_surface() stub |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix comments and param names for intel_miptree_image_map() |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix value returned by intel_new_renderbuffer_fb() |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix assertions |
commit | commitdiff | tree |
2007-07-31 |
Keith Whitwell | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch |
commit | commitdiff | tree |
2007-07-31 |
Brian | 32 and z24s8 softpipe buffers |
commit | commitdiff | tree |
2007-07-30 |
Brian | remove some obsolete xmesa remnants |
commit | commitdiff | tree |
2007-07-30 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-07-30 |
Brian | Lots of improvements to the surface-related code. |
commit | commitdiff | tree |
2007-07-30 |
Brian | compute scale for Z24 buffers |
commit | commitdiff | tree |
2007-07-30 |
Brian | implement read_quad_f_swz() |
commit | commitdiff | tree |
2007-07-30 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-07-30 |
Brian | implement surfaces for softpipe rendering |
commit | commitdiff | tree |
2007-07-30 |
Brian | map/unmap surfaces before/after rendering |
commit | commitdiff | tree |
2007-07-30 |
Brian | remove old comments |
commit | commitdiff | tree |
2007-07-30 |
Brian | disable ProgramStringNotify assertion |
commit | commitdiff | tree |
2007-07-30 |
Brian | call st_invalidate_state() |
commit | commitdiff | tree |
2007-07-30 |
Brian | added map/unmap() stubs |
commit | commitdiff | tree |
2007-07-29 |
Roland Scheidegger | fix range reduction for sin/cos in i915tex (#11609) |
commit | commitdiff | tree |
2007-07-29 |
Roland Scheidegger | Fix crashes when the frag prog can't be handled in... |
commit | commitdiff | tree |
2007-07-27 |
Brian | renaming, comments, clean-up |
commit | commitdiff | tree |
2007-07-27 |
Brian | Clip triangles against softpipe->cliprect which include... |
commit | commitdiff | tree |
2007-07-27 |
Brian | remove obsolete comments |
commit | commitdiff | tree |
2007-07-27 |
Brian | Maintain cliprect (scissor) info in sp_state_derived.c. |
commit | commitdiff | tree |
2007-07-27 |
Brian | Implement point/line quad clipping. Not quite as effic... |
commit | commitdiff | tree |
2007-07-27 |
Brian | check scissor state |
commit | commitdiff | tree |
2007-07-27 |
Brian | s/SP_TILE_H/SP_QUAD_H/ |
commit | commitdiff | tree |
2007-07-27 |
Brian | init quad.coverage values to 1.0 in case line AA is... |
commit | commitdiff | tree |
2007-07-27 |
michal | Avoid unnecessary input attrib copy by aligning exec_ma... |
commit | commitdiff | tree |
2007-07-27 |
michal | Merge branch 'master' of git+ssh://michal@git.freedeskt... |
commit | commitdiff | tree |
2007-07-26 |
Brian | Fix function call bug 11731. Also, fix up IR_CALL... |
commit | commitdiff | tree |
2007-07-26 |
Brian | generate error upon writing to varying var in fragment... |
commit | commitdiff | tree |
2007-07-26 |
Brian | clamp float colors |
commit | commitdiff | tree |
2007-07-26 |
Brian | fix color interpolation for CHAN_BITS==32 |
commit | commitdiff | tree |
2007-07-26 |
Brian | don't use rgba_line() if CHAN_BITS==32 |
commit | commitdiff | tree |
2007-07-25 |
Brian | Implement line stippling. |
commit | commitdiff | tree |
2007-07-25 |
Brian | rename some vars |
commit | commitdiff | tree |
2007-07-25 |
Brian | implement DDX, DDY instructions |
commit | commitdiff | tree |
2007-07-25 |
Brian | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update... |
commit | commitdiff | tree |
2007-07-25 |
Brian | patch things up enough to allow texture sampling to... |
commit | commitdiff | tree |
2007-07-24 |
Brian | remove unused MAX_3D_TEXTURE_SIZE, reformattting |
commit | commitdiff | tree |
next |