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 |
2007-07-12 |
Brian | fix swizzle-related bug 11534 |
commit | commitdiff | tree |
2007-07-12 |
Patrice Mandin | nv20 also don't support viewport_origin, like nv10 |
commit | commitdiff | tree |
2007-07-12 |
Ben Skeggs | nouveau: match drm 0.0.9 interface |
commit | commitdiff | tree |
2007-07-11 |
Brian | clean-up of stencil code |
commit | commitdiff | tree |
2007-07-11 |
Brian | Minor clean-up of polygon offset logic. Properly comput... |
commit | commitdiff | tree |
2007-07-11 |
Brian | Improve this demo in a few ways. |
commit | commitdiff | tree |
2007-07-11 |
Tommy Schultz... | r300: Added support for Back Facing Color. |
commit | commitdiff | tree |
2007-07-11 |
Tommy Schultz... | r300: Corrected r300UpdateCulling; would only set font... |
commit | commitdiff | tree |
2007-07-11 |
Patrice Mandin | nouveau: nv20 does not support hw scissors |
commit | commitdiff | tree |
2007-07-11 |
Arthur Huillet | bumped nouveau DRM interface version number |
commit | commitdiff | tree |
2007-07-10 |
Michel Dänzer | i915tex: Better procedure for dropping batchbuffer... |
commit | commitdiff | tree |
2007-07-10 |
Michel Dänzer | i915tex: Only wait for vblank when really necessary. |
commit | commitdiff | tree |
2007-07-10 |
Michel Dänzer | Clear pointers to freed cliprects. |
commit | commitdiff | tree |
2007-07-08 |
Brian | Fix size test bug in _mesa_test_proxy_teximage(). |
commit | commitdiff | tree |
2007-07-08 |
Brian | Check if 'indices' parameter is NULL (bug 11314) |
commit | commitdiff | tree |
2007-07-08 |
Brian | Change float depthScale param to _mesa_unpack_depth_spa... |
commit | commitdiff | tree |
2007-07-08 |
Brian | check depthScale value for optimized ushort->uint case... |
commit | commitdiff | tree |
2007-07-06 |
Brian | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRI... |
commit | commitdiff | tree |
2007-07-06 |
Brian | Add case for GL_QUADS in i915_reduced_primitive_state(). |
commit | commitdiff | tree |
2007-07-06 |
Patrice Mandin | Merge branch 'master' of git+ssh://pmandin@git.freedesk... |
commit | commitdiff | tree |
2007-07-06 |
Patrice Mandin | NV_17 is different from NV_10 |
commit | commitdiff | tree |
2007-07-06 |
Patrice Mandin | NV1X don't support VIEWPORT_ORIGIN in hardware |
commit | commitdiff | tree |
2007-07-06 |
Xavier Bachelot | call glutInit(), bug 11486 |
commit | commitdiff | tree |
2007-07-05 |
Brian | stencil pixel map didn't work in _mesa_unpack_stencil_s... |
commit | commitdiff | tree |
2007-07-04 |
Brian | Be more consistant with paths in #includes. Eventually... |
commit | commitdiff | tree |
2007-07-04 |
Brian | support more modes, added -f cmd line option |
commit | commitdiff | tree |
2007-07-04 |
Brian | assorted clean-ups |
commit | commitdiff | tree |
2007-07-04 |
Eric Anholt | fix LogicOp/bitmap problem, bug 11133 |
commit | commitdiff | tree |
2007-07-04 |
Brian | add fbdev/ to DEMO_FILES |
commit | commitdiff | tree |
2007-07-04 |
Dave Airlie | r300: only init swtcl on tcl-less cards |
commit | commitdiff | tree |
2007-07-03 |
Brian | added vec2(vec4) constructor, bug 11404 |
commit | commitdiff | tree |
2007-07-03 |
Brian | add code for stpq, rgba writemasks in make_writemask... |
commit | commitdiff | tree |
2007-07-03 |
Brian | fix StepX/StepY typo |
commit | commitdiff | tree |
2007-07-03 |
Brian | use _mesa_unpack_stencil_span() in draw_stencil_pixels... |
commit | commitdiff | tree |
2007-07-03 |
Roland Scheidegger | fix GL_DOT3_RGBA texture combiner mode in generated... |
commit | commitdiff | tree |
2007-07-02 |
Brian | add const to wglSetPixelFormat() to match .h declaration |
commit | commitdiff | tree |
2007-07-02 |
Brian | avoid unnecessary clamping of depth values (bug 11448) |
commit | commitdiff | tree |
2007-07-02 |
Dave Airlie | r300: fix compiz crash on swtcl - doesn't fix compiz... |
commit | commitdiff | tree |
2007-07-01 |
Claudio Ciccani | Compute the amount of time to sleep on idle event using... |
commit | commitdiff | tree |
2007-07-01 |
Claudio Ciccani | Fixed initialization of render buffer and deinitializat... |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: oops wrong logic for swtcl |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: oops turn back off cmd buf debugging |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | Merge branch 'r300-swtcl' |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | fix tabbing |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: add authorship |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: remove some unused code |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: cleanup some of the swtcl code |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: fixup manytex, we needed to emit the vic/vir... |
commit | commitdiff | tree |
2007-07-01 |
Dave Airlie | r300: fix tabbing |
commit | commitdiff | tree |
2007-06-30 |
Brian | simplify INIT_SPAN code |
commit | commitdiff | tree |
next |