2007-03-27 |
Brian | disable MakeTexture() |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | added ftransform() comment |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | Implement true CAL/RET subroutines. Some optimizations... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | fix another pc off-by one |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | added _slang_label_new_unique() |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | fix some printing issues related to subroutines |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | fix a fragment fog regression |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | fix off by one error in OPCODE_RET |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | init machine->StackDepth=0 |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | more parenthesis |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Roland Scheidegger | i915tex compile fix (account for moved _UseTexEnvProgra... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Roland Scheidegger | fix incorrect _MaxElement calculation |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Roland Scheidegger | recommit e731d8aafa98bbf9d30f83e65f28b7718be55834. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | add parenthesis around a bit-wise AND term in _tnl_Inva... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | Restore the UseTexEnvProgram logic. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Roland Scheidegger | r300: Fix radeonUpdatePageFlipping() function. |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Roland Scheidegger | r128, radeon, r200: Check ctx->WinSysDrawBuffer before... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Bernardo Innocenti | always print error messages, unless LIBGL_DEBUG=quiet |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | simplify .a suffixing |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Bernardo Innocenti | remove static lib before building to make more bulletproof |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Michel Dänzer | r300: Check ctx->WinSysDrawBuffer before calling functi... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Miroslav Šustek | fix r128 rendering, lockups |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Zou Nan hai | Merge branch 'master' of git+ssh://znh@git.freedesktop... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Zou Nan hai | Fix compile error |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | s/SUB/BGNSUB/ |
commit | commitdiff | tree | snapshot |
2007-03-27 |
Brian | Checkpoint: implementing true CAL/RET instructions... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | Get rid of IR_JUMP and related code. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | special case RET |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | Get rid of SLANG_OPER_GOTO, start rewrite of 'return... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | remove debug abort() calls |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | Additional error checking for 'return' statements. |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | undo some debugging hacks |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | dead code elimination for constant-valued if/then/else |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicolai Haehnle | r300: Remove a warning when vertex programs produce... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicolai Haehnle | r300: Whitespace cleanup (remove trailing spaces) |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | Fix a few issues with computing storage sizes with... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | In _mesa_lookup_parameter_constant() make sure we retur... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Nicolai Haehnle | r300: Fix warnings that were introduced by the glsl... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | Add _swrast_span_default_secondary_color() for use... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | remove incorrect assertions |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | minor status updates |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | disable printing shader program debug info |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | merge of glsl-compiler-1 branch |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Michel Dänzer | i915tex: Make sure renderbuffers don't get deleted... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | disable free() until other issues can be fixed... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Brian | fix mem leak, add comments |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Ben Skeggs | nouveau: match drm version bump |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Brian | Fix some renderbuffer reference counting issues. Also... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Brian | destroy window on exit |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Xiang, Haihao | i965: The given urb layout(maximal size of urb entries... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Xiang, Haihao | Color3iv: set the alpha value to 1.0 |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicolai Haehnle | r300: Whitespace cleanup in r300_texmem.c |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicolai Haehnle | r300: Whitespace cleanup in r300_texstate.c |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Nicolai Haehnle | r300: Fix regression: unnecessary node indirection |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | fix mem leak |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | disable free(var->aux) -- can lead to segfault |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | fix mem leak |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | fix some mem leaks |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | Free shader-related context state: _mesa_free_shader_st... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | free prog->Attributes in _mesa_delete_program() |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | fix mistake in _slang_free_ir() |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Dave Airlie | nouveau: implement nv20Clear and nv20Scissor |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Nicolai Haehnle | r300: Fix texture coordinate calculation for rectangle... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Nicolai Haehnle | r300: No assertion when accessing incomplete texture... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | Properly free the slang_ir_node->Store data (use ref... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | When computing render_inputs_bitset, omit primary color... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | move some code into new slang_ir.c file |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | IR utility functions |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Nicolai Haehnle | r300: Fix: KIL instruction don't require textures |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Nicolai Haehnle | swrast: Fix crash when sampling from a non-existing... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Ben Skeggs | nouveau: some swtcl fixes |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Brian | Implement alpha buffer copy for SwapBuffers(). |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | document internal compiler options |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | Fix issues related to the 'continue' statement. |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | consolidate some code |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | Add the ability to generate programs that doesn't use... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | minor tweaks |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Brian | updated comment |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Nicolai Haehnle | r300: Whitespace cleanup (remove trailing spaces) |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | updated comment |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | Overhaul emit_compare() function. |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | First pass at implementing structure compares. |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | use _mesa_copy_instructions() |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | In _mesa_add_unnamed_constant() and _mesa_lookup_parame... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | print conditional writemask, if enabled |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | use _mesa_alloc_instructions() |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Brian | use _mesa_copy_instructions() |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Alan Hourihane | Ensure we have a valid ReadBuffer for CopyTexSubImage... |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Xiang, Haihao | fix for bug#10339 |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | added SWIZZLE_XYZW |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | Support for user-defined structures. |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | disable apparently unused code |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | indent |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | merge from master |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | disable assertion |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | document 1D convolution fix |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Brian | 1D convolution (and post-conv scale/bias) were inadvert... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Roland Scheidegger | fix copy and paste bug from last commit in fog generati... |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Ben Skeggs | nouveau: update for drm interface changes (0.0.5) |
commit | commitdiff | tree | snapshot |
2007-03-21 |
Ben Skeggs | nouveau: SwapBuffers() needs to perform a glFlush() |
commit | commitdiff | tree | snapshot |
next |