2007-08-02 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Keith Whitwell | Remove intelClear() hack. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Keith Whitwell | Remove remnants of i915 texture-from-pbo code. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Keith Whitwell | Reroute some clear functionality. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | implement masking in sp_region_fill() |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | rearrange things in xmesa_clear() a bit |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | get cliprect bounds after softpipe_update_derived() |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | Re-implement intelClear() in terms of softpipe_clear... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | More work on glClear. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | s/Z24_S8/S8_Z24/ |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | s/Z24_S8/S8_Z24/ (stencil is in the high byte) |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Brian | Checkpoint: glClear changes - working, bug very rough. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Keith Whitwell | Build libsoftpipe.a |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Keith Whitwell | Remove unused file intel_render.c |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Keith Whitwell | Remove unused file |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Keith Whitwell | Remove intel_span.[ch] |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | sp_z_surface.h is dead |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | Obsolete. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | Redesign pipe_surface in terms of pipe_region. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | Lift region-related functions up to the pipe interface. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | re-fix stencil addressing bug |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Keith Whitwell | Add missing files |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Keith Whitwell | Remove references to intel_tris.h |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Keith Whitwell | Build the "pipe" version of the i915tex driver. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Keith Whitwell | A version of the i915tex driver with all drawing code... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | simplify clear.x1,y2,x2,y2 setup |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | In i915/i830_emit_state(), check if state->draw_region... |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | fix stencil addressing bug |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | remove obsolete xmesa_get_stencil_surface() stub |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | fix comments and param names for intel_miptree_image_map() |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | fix value returned by intel_new_renderbuffer_fb() |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | fix assertions |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Keith Whitwell | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Brian | 32 and z24s8 softpipe buffers |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | remove some obsolete xmesa remnants |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | Lots of improvements to the surface-related code. |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | compute scale for Z24 buffers |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | implement read_quad_f_swz() |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | implement surfaces for softpipe rendering |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | map/unmap surfaces before/after rendering |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | remove old comments |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | disable ProgramStringNotify assertion |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | call st_invalidate_state() |
commit | commitdiff | tree | snapshot |
2007-07-30 |
Brian | added map/unmap() stubs |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Roland Scheidegger | fix range reduction for sin/cos in i915tex (#11609) |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Roland Scheidegger | Fix crashes when the frag prog can't be handled in... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | renaming, comments, clean-up |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | Clip triangles against softpipe->cliprect which include... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | remove obsolete comments |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | Maintain cliprect (scissor) info in sp_state_derived.c. |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | Implement point/line quad clipping. Not quite as effic... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | check scissor state |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | s/SP_TILE_H/SP_QUAD_H/ |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Brian | init quad.coverage values to 1.0 in case line AA is... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
michal | Avoid unnecessary input attrib copy by aligning exec_ma... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
michal | Merge branch 'master' of git+ssh://michal@git.freedeskt... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brian | Fix function call bug 11731. Also, fix up IR_CALL... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brian | generate error upon writing to varying var in fragment... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brian | clamp float colors |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brian | fix color interpolation for CHAN_BITS==32 |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Brian | don't use rgba_line() if CHAN_BITS==32 |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Brian | Implement line stippling. |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Brian | rename some vars |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Brian | implement DDX, DDY instructions |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Brian | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Brian | patch things up enough to allow texture sampling to... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | remove unused MAX_3D_TEXTURE_SIZE, reformattting |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | use consistent indentation |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | check return value of tgsi_parse_init() |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | added PROGRAM_NAMED_PARAM in map_register_file() |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | added GL_FRAGMENT_PROGRAM_NV in st_new_program() |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | Add VF_ATTRIB_VAR0..7 for varying variables. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | added PROGRAM_UNIFORM to map_register_file() |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | s/GLuint/GLbitfield/ |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | Compute need_z and need_w properly and use the correct... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | Fix a typo (i << i) that was fouling up the vertex... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | added missing OPCODE_ARL to TGSI_OPCODES[], added sanit... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | added code to test per-vertex colors |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | Basic fragment programs run now. |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | rebuild quad pipeline when framebuffer changes too |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | simple fragment shader test |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | use enabled/linked fragment shader in preference to... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | fix logic error, typos |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Brian | fix GLX_STEREO handling (bug 11705) |
commit | commitdiff | tree | snapshot |
2007-07-23 |
michal | Execute fs tokens. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Zhang | Fix a number of MINGW32 issues |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Brian | Remove ctx->Point._Size and ctx->Line._Width. |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Brian | remove VC6/VC7 project files until updated |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Roland Scheidegger | set the _BaseFormat for window-framebuffers, could... |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Roland Scheidegger | fix bogus recently introduced function param comments |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Roland Scheidegger | fix bogus recently introduced function param comments |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Roland Scheidegger | minor cleanups, disable debugging |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Keith Whitwell | Trigger tgsi compilation for fragment programs. |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | remove some more really old ifdefed out code... |
commit | commitdiff | tree | snapshot |
next |