2007-08-03 |
Brian | add OSMESA_LIB_NAME |
commit | commitdiff | tree |
2007-08-03 |
Brian | added -lm |
commit | commitdiff | tree |
2007-08-03 |
Brian | fix missing backslash |
commit | commitdiff | tree |
2007-08-02 |
Brian | added bluegene-osmesa |
commit | commitdiff | tree |
2007-08-02 |
Brian | OSmesa on BlueGene (Alexander Neundorf) |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix stencil value masking bug 11805, and fix sizeof... |
commit | commitdiff | tree |
2007-08-02 |
Brian | remove unnecessary null check (bug 11814) |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix invalid pointer usage in bezierPatchDeleteList... |
commit | commitdiff | tree |
2007-08-02 |
Brian | fix double free()s (bug 11808) |
commit | commitdiff | tree |
2007-08-02 |
Brian | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add... |
commit | commitdiff | tree |
2007-08-02 |
Brian | move code to prevent NULL ptr dereference (bug 11810) |
commit | commitdiff | tree |
2007-08-02 |
Brian | Remove some code that was never hit (bug 11811). |
commit | commitdiff | tree |
2007-08-02 |
Keith Whitwell | Fix typo in logic for unalias2() |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | fix fd.o bug #11804 |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | Fix previous commit |
commit | commitdiff | tree |
2007-08-02 |
Zou Nan hai | EXT_texture_sRGB support on i965 |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix error code test limit (bug 11795) |
commit | commitdiff | tree |
2007-08-01 |
Brian | triangle rasterization with frag shader |
commit | commitdiff | tree |
2007-08-01 |
Brian | added trirast program |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix mem leak (bug 11793) |
commit | commitdiff | tree |
2007-08-01 |
Brian | fix mem leak (bug 11791) |
commit | commitdiff | tree |
2007-08-01 |
Zou Nan hai | fix fd.o bug #11788, max point size |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix some FreeBSD issues |
commit | commitdiff | tree |
2007-07-31 |
Brian | fix failure caused by undeclared variable (bug 11783) |
commit | commitdiff | tree |
2007-07-31 |
Brian | added sunos5-v9-cc-g++ config |
commit | commitdiff | tree |
2007-07-31 |
Brian | glGetAttribLocation always returned 1 (bug 11774) |
commit | commitdiff | tree |
2007-07-31 |
Xiang, Haihao | i965: fix bad casts in do_blit_bitmap to support Window... |
commit | commitdiff | tree |
2007-07-31 |
Xiang, Haihao | i965: Use I16_UNORM instead of L16_UNORM (bug 11742) |
commit | commitdiff | tree |
2007-07-30 |
Xiang, Haihao | Fix an error in _save_OBE_DrawElements |
commit | commitdiff | tree |
2007-07-30 |
Xiang, Haihao | Fix an error in _mesa_validate_DrawElements |
commit | commitdiff | tree |
2007-07-30 |
Brian | New sunos5-v9-cc-gcc config (Roland Egger) |
commit | commitdiff | tree |
2007-07-30 |
Brian | misc comments, clean-ups |
commit | commitdiff | tree |
2007-07-30 |
Brian | remove old comment, minor formatting fixes |
commit | commitdiff | tree |
2007-07-30 |
Xiang, Haihao | handle LSB_FIRST in _mesa_pack_bitmap by the way used in |
commit | commitdiff | tree |
2007-07-30 |
Xiang, Haihao | Fix an error related to glPolygonStipple. |
commit | commitdiff | tree |
2007-07-30 |
Zou Nan hai | ARB sprite point support on i965 |
commit | commitdiff | tree |
2007-07-30 |
Brian | added a few more functions |
commit | commitdiff | tree |
2007-07-30 |
Jan Dvorak | fix glPointParameteriv bug 11754 |
commit | commitdiff | tree |
2007-07-30 |
Brian | Added shader points and shader bitmap demos |
commit | commitdiff | tree |
2007-07-29 |
Roland Scheidegger | fix cos/sin range reduction for i915 driver too |
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 fallback crashes when driver can't handle frag... |
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 |
Zhang | more Mingw32 fixes |
commit | commitdiff | tree |
2007-07-26 |
Brian | fix-up inlined/non-inlined function inconsistencies |
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-24 |
Brian | remove unused MAX_3D_TEXTURE_SIZE, reformattting |
commit | commitdiff | tree |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree |
2007-07-24 |
Brian | fix logic error, typos |
commit | commitdiff | tree |
2007-07-23 |
Brian | fix GLX_STEREO handling (bug 11705) |
commit | commitdiff | tree |
2007-07-21 |
Zhang | Fix a number of MINGW32 issues |
commit | commitdiff | tree |
2007-07-21 |
Brian | Remove ctx->Point._Size and ctx->Line._Width. |
commit | commitdiff | tree |
2007-07-21 |
Brian | remove VC6/VC7 project files until updated |
commit | commitdiff | tree |
2007-07-20 |
Roland Scheidegger | fix bogus recently introduced function param comments |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix mesa's handling of fbo's / window fb (again) |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix up mesa's probably bogus framebuffer updates with... |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | fix mesa fb binding |
commit | commitdiff | tree |
2007-07-19 |
Roland Scheidegger | increase MAX_RELOCS so never run out before batch buffe... |
commit | commitdiff | tree |
2007-07-18 |
Oliver McFadden | r300: Oops, made a mistake on commit fb4e071beda6e3b9e6... |
commit | commitdiff | tree |
2007-07-18 |
Oliver McFadden | r300: Cleaned up vertprog construction. |
commit | commitdiff | tree |
2007-07-18 |
Tommy Schultz... | r300: Corrected texcoord start when BFC1 is enabled. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected some progs/fp/* regressions from the... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Use _mesa_num_inst_src_regs for number of arguments. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected vertprog FLR and XPD instruction regres... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added code for vertprog opcode ARL. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Don't need vertprog scalar flag anymore; it's... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Removed broken RCC vertprog opcode. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: More vertprog rework; give each opcode it's own... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | Revert "r300: Gracefully exit after GART memory is... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Reorder the vertprog code to the ARB specification. |
commit | commitdiff | tree |
2007-07-16 |
Roland Scheidegger | fix bogus fb/drawable information |
commit | commitdiff | tree |
2007-07-16 |
Roland Scheidegger | fix segfault with i915 drivers in swrast drawpixels... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Use the R300_PVS_UPLOAD_* defines. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added the clip plane upload defines. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Enable the vertprog point size again. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected position bug with position invariant... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Removed Vim modeline I left in the file by mistak... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Make sure the modified value of u_temp_i is respe... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Added a function for vertex program default opcod... |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Clean up the vertex program maximum length check. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Corrected indenting in r300_vertprog.c. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Major vertex program code clean up and rework. |
commit | commitdiff | tree |
2007-07-16 |
Oliver McFadden | r300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef. |
commit | commitdiff | tree |
2007-07-15 |
Oliver McFadden | r300: Gracefully exit after GART memory is exhausted. |
commit | commitdiff | tree |
2007-07-14 |
Oliver McFadden | r300: Disable vertex program point size; it's almost... |
commit | commitdiff | tree |
2007-07-14 |
Oliver McFadden | r300: Clean up the vertex program output assignment. |
commit | commitdiff | tree |
2007-07-14 |
Patrice Mandin | nouveau: nv10 and nv11,15 are different |
commit | commitdiff | tree |
2007-07-13 |
Jan Dvorak | fix shader/info string length queries (bug 11588) |
commit | commitdiff | tree |
2007-07-13 |
Ben Skeggs | Play "nuke the typedef" |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | Revert "r300: Corrected off-by-one error in r300_vertpr... |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Corrected off-by-one error in r300_vertprog.c. |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Moved some hardware initialization into appropria... |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Use a switch statement in r300UpdateCulling. |
commit | commitdiff | tree |
2007-07-13 |
Oliver McFadden | r300: Setup the back facing color bits correctly. |
commit | commitdiff | tree |
2007-07-13 |
Brian | fix width/depth mix-up (bug 11577) |
commit | commitdiff | tree |
next |