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 |
2007-07-19 |
Roland Scheidegger | fix mesa's handling of fbo's / window fb (again) |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | fix up mesa's probably bogus framebuffer updates with... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | fix mesa fb binding |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | increase MAX_RELOCS so never run out before batch buffe... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | more cleanups (looks pretty reasonable now) |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Roland Scheidegger | fix drawables not getting freed if context is made... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Roland Scheidegger | fix mesa's handling of fbo's / window fb (again) |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Roland Scheidegger | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Roland Scheidegger | swapbuffers with non-current contexts, cleanups |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Oliver McFadden | r300: Oops, made a mistake on commit fb4e071beda6e3b9e6... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Oliver McFadden | r300: Cleaned up vertprog construction. |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Tommy Schultz... | r300: Corrected texcoord start when BFC1 is enabled. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | get rid of checks for old ddx |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | remove some more old stuff |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | get rid of more pageflip/rotation code. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | fix up mesa's probably bogus framebuffer updates with... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | fix mesa fb binding |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | remove old code, remaining bits of static handles,... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Roland Scheidegger | increase MAX_RELOCS so never run out before batch buffe... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Keith Whitwell | Merge branch 'origin' into softpipe_0_1_branch |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Keith Whitwell | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Oliver McFadden | r300: Corrected some progs/fp/* regressions from the... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Oliver McFadden | r300: Use _mesa_num_inst_src_regs for number of arguments. |
commit | commitdiff | tree | snapshot |
next |