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 |
2007-06-30 |
Brian | s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking() |
commit | commitdiff | tree |
2007-06-30 |
Brian | Undo some prev glDraw/CopyPixel changes which fixed... |
commit | commitdiff | tree |
2007-06-30 |
Brian | Obsolete |
commit | commitdiff | tree |
2007-06-30 |
Brian | overhaul point rasterization, no longer use s_pointtemp.h |
commit | commitdiff | tree |
2007-06-29 |
Brian | regenerated |
commit | commitdiff | tree |
2007-06-29 |
Ben Skeggs | nouveau: match drm changes (0.0.7) |
commit | commitdiff | tree |
2007-06-29 |
Ben Skeggs | nouveau: NV30_TCL viewport/scissor fixes |
commit | commitdiff | tree |
2007-06-28 |
Brian | bring over 7.0 doc changes |
commit | commitdiff | tree |
2007-06-28 |
Brian | Add a few missing GL 2.0 entrypoints, regenerate relate... |
commit | commitdiff | tree |
2007-06-28 |
zhang | a variety of fixes for MingW |
commit | commitdiff | tree |
2007-06-28 |
Brian | remove t_save_api.c and some other obsolete files,... |
commit | commitdiff | tree |
2007-06-28 |
Brian | remove obsolete t_save_api.c |
commit | commitdiff | tree |
2007-06-28 |
Brian | use larger point/sprite size |
commit | commitdiff | tree |
2007-06-28 |
Brian | increase MAX_POINT_SIZE to 60 |
commit | commitdiff | tree |
2007-06-28 |
Brian | XXX comment about point clamping |
commit | commitdiff | tree |
2007-06-28 |
Brian | added comment, remove dead code |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: Initial work on merging the real and generated... |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: Should use inst_count not 0 for R300_PVS_CNTL_3_P... |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: The vpi, vpp, and vps counts are already initiali... |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: Clean up the vertex program state code slightly... |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: Vertex program position end bits are known. |
commit | commitdiff | tree |
2007-06-24 |
Oliver McFadden | r300: Removed unused vap_param structure. |
commit | commitdiff | tree |
next |