2007-08-06 |
Brian | New st_init_*_functions() to initialize the driver... |
commit | commitdiff | tree |
2007-08-06 |
Brian | new header |
commit | commitdiff | tree |
2007-08-06 |
Brian | fix asst. warnings |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL ops. |
commit | commitdiff | tree |
2007-08-06 |
michal | Make SGE, SGT, SLE working. |
commit | commitdiff | tree |
2007-08-06 |
michal | Remove garbage text. |
commit | commitdiff | tree |
2007-08-06 |
michal | Use fp_attr_to_slot[]. |
commit | commitdiff | tree |
2007-08-06 |
michal | Reorder opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Translate the remaining ops. |
commit | commitdiff | tree |
2007-08-06 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-06 |
Brian | added xm_softpipe.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | use new xmesa_create_softpipe() |
commit | commitdiff | tree |
2007-08-06 |
Brian | softpipe/winsys interface |
commit | commitdiff | tree |
2007-08-06 |
michal | Translate MESA GLSL opcodes to TGSI opcodes. |
commit | commitdiff | tree |
2007-08-06 |
michal | Add path for GL includes in mesa tree. |
commit | commitdiff | tree |
2007-08-06 |
Brian | added st_cb_texture.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-08-06 |
Brian | switch to new texture functions in state tracker |
commit | commitdiff | tree |
2007-08-06 |
Brian | use new texture funcs |
commit | commitdiff | tree |
2007-08-06 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-08-06 |
Brian | new texture functions |
commit | commitdiff | tree |
2007-08-06 |
Brian | comments |
commit | commitdiff | tree |
2007-08-06 |
michal | Add GLSL opcodes. |
commit | commitdiff | tree |
2007-08-06 |
Brian | disable/remove intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | more intel_context removal |
commit | commitdiff | tree |
2007-08-06 |
Brian | disable some PBO code, remove intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | remove timing code |
commit | commitdiff | tree |
2007-08-06 |
Brian | Replace intel_texture_object with st_texture_object... |
commit | commitdiff | tree |
2007-08-06 |
Brian | minor renaming |
commit | commitdiff | tree |
2007-08-06 |
Brian | Lift intel_mipmap_tree.c to st_mipmap_tree.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | More code movement, removal of intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | remove more intel dependencies |
commit | commitdiff | tree |
2007-08-06 |
Brian | remove intel dependencies from intel_mipmap_tree.c |
commit | commitdiff | tree |
2007-08-06 |
Brian | checkpoint: move some texture layout code |
commit | commitdiff | tree |
2007-08-06 |
Brian | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_t... |
commit | commitdiff | tree |
2007-08-06 |
Keith Whitwell | Add pipe buffer managment functions. |
commit | commitdiff | tree |
2007-08-05 |
Keith Whitwell | Add a new interface between softpipe and the window... |
commit | commitdiff | tree |
2007-08-03 |
Brian | remove intel_pixel.c |
commit | commitdiff | tree |
2007-08-03 |
Brian | added st_cb_fbo.c |
commit | commitdiff | tree |
2007-08-03 |
Brian | more work on st_choose_pipe_format() |
commit | commitdiff | tree |
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 |
next |