2007-07-25 |
Brian | implement DDX, DDY instructions |
commit | commitdiff | tree |
2007-07-25 |
Brian | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update... |
commit | commitdiff | tree |
2007-07-25 |
Brian | patch things up enough to allow texture sampling to... |
commit | commitdiff | tree |
2007-07-24 |
Brian | use consistent indentation |
commit | commitdiff | tree |
2007-07-24 |
Brian | check return value of tgsi_parse_init() |
commit | commitdiff | tree |
2007-07-24 |
Brian | added PROGRAM_NAMED_PARAM in map_register_file() |
commit | commitdiff | tree |
2007-07-24 |
Brian | added GL_FRAGMENT_PROGRAM_NV in st_new_program() |
commit | commitdiff | tree |
2007-07-24 |
Brian | Add VF_ATTRIB_VAR0..7 for varying variables. |
commit | commitdiff | tree |
2007-07-24 |
Brian | added PROGRAM_UNIFORM to map_register_file() |
commit | commitdiff | tree |
2007-07-24 |
Brian | comments |
commit | commitdiff | tree |
2007-07-24 |
Brian | s/GLuint/GLbitfield/ |
commit | commitdiff | tree |
2007-07-24 |
Brian | Compute need_z and need_w properly and use the correct... |
commit | commitdiff | tree |
2007-07-24 |
Brian | Fix a typo (i << i) that was fouling up the vertex... |
commit | commitdiff | tree |
2007-07-24 |
Brian | added missing OPCODE_ARL to TGSI_OPCODES[], added sanit... |
commit | commitdiff | tree |
2007-07-24 |
Brian | added code to test per-vertex colors |
commit | commitdiff | tree |
2007-07-24 |
Brian | Basic fragment programs run now. |
commit | commitdiff | tree |
2007-07-24 |
Brian | rebuild quad pipeline when framebuffer changes too |
commit | commitdiff | tree |
2007-07-24 |
Brian | simple fragment shader test |
commit | commitdiff | tree |
2007-07-24 |
Brian | use enabled/linked fragment shader in preference to... |
commit | commitdiff | tree |
2007-07-24 |
Brian | call ctx->Driver.NewProgram() instead of _mesa_new_prog... |
commit | commitdiff | tree |
2007-07-24 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-07-23 |
michal | Execute fs tokens. |
commit | commitdiff | tree |
2007-07-19 |
Keith Whitwell | Trigger tgsi compilation for fragment programs. |
commit | commitdiff | tree |
2007-07-17 |
Keith Whitwell | Merge branch 'origin' into softpipe_0_1_branch |
commit | commitdiff | tree |
2007-07-17 |
Keith Whitwell | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch |
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 |
Brian | Fix setup.light_twoside determination. |
commit | commitdiff | tree |
2007-07-13 |
Brian | press 'f' to toggle front-face winding |
commit | commitdiff | tree |
2007-07-13 |
Brian | Fix more polygon winding, culling confusion. |
commit | commitdiff | tree |
2007-07-13 |
Brian | Fix for-loop in interp() so we don't go out of bounds. |
commit | commitdiff | tree |
2007-07-13 |
Brian | set INTERP_CONSTANT when appropriate |
commit | commitdiff | tree |
2007-07-13 |
Brian | comments |
commit | commitdiff | tree |
2007-07-13 |
Brian | Enable Keith's branch-less stipple code - it works. |
commit | commitdiff | tree |
2007-07-13 |
Brian | Add 'prim' field to quad so that stipple and aa coverag... |
commit | commitdiff | tree |
2007-07-13 |
Brian | Implement AA points and AA coverage application in... |
commit | commitdiff | tree |
2007-07-13 |
Brian | press 's' to toggle smoothing |
commit | commitdiff | tree |
2007-07-13 |
Brian | Added basic occlusion counting |
commit | commitdiff | tree |
2007-07-13 |
Brian | minor rename |
commit | commitdiff | tree |
2007-07-13 |
Ben Skeggs | Play "nuke the typedef" |
commit | commitdiff | tree |
2007-07-13 |
Keith Whitwell | Add conditional-free implementation (disabled, not... |
commit | commitdiff | tree |
2007-07-13 |
Keith Whitwell | Simplify slightly. |
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 | minor changes, comments about multiple color buffers... |
commit | commitdiff | tree |
2007-07-12 |
Brian | fix swizzle-related bug 11534 |
commit | commitdiff | tree |
2007-07-12 |
Brian | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FR... |
commit | commitdiff | tree |
2007-07-12 |
Brian | XXX comment about skipping stipple for points/lines |
commit | commitdiff | tree |
2007-07-12 |
Brian | s/prim_setup/sp_draw_render_stage/, new comments |
commit | commitdiff | tree |
2007-07-12 |
Brian | Remove dead code |
commit | commitdiff | tree |
2007-07-12 |
Brian | Rename prim_stage -> draw_stage |
commit | commitdiff | tree |
2007-07-12 |
Brian | Added colormask, dither, multisample state. Implement... |
commit | commitdiff | tree |
2007-07-12 |
Brian | front/back-face determination was wrong |
commit | commitdiff | tree |
2007-07-12 |
Brian | culling was inverted |
commit | commitdiff | tree |
2007-07-12 |
Brian | handle edge flags for GL_POLYGONs |
commit | commitdiff | tree |
2007-07-12 |
Brian | fix MIN/MAX mix-up |
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 |
Brian | remove unused hw_data_offset |
commit | commitdiff | tree |
2007-07-11 |
Brian | disable debug printfs |
commit | commitdiff | tree |
2007-07-11 |
Brian | remove glDepthFunc(GL_LEQUAL) change from prev commit |
commit | commitdiff | tree |
2007-07-11 |
Brian | Fix broken depth offset. |
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 |
Brian | Obsolete file. |
commit | commitdiff | tree |
2007-07-11 |
Brian | Implement polygon stipple state tracking, application. |
commit | commitdiff | tree |
2007-07-11 |
Patrice Mandin | nouveau: nv20 does not support hw scissors |
commit | commitdiff | tree |
2007-07-11 |
Keith Whitwell | Fix screen corruption on resize. |
commit | commitdiff | tree |
next |