summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-24use enabled/linked fragment shader in preference to a fragment programBrian
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian
2007-07-24Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-23Execute fs tokens.michal
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-17Merge branch 'origin' into softpipe_0_1_branchKeith Whitwell
2007-07-17Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-16r300: Corrected some progs/fp/* regressions from the BFC patch.Oliver McFadden
2007-07-16r300: Use _mesa_num_inst_src_regs for number of arguments.Oliver McFadden
2007-07-16r300: Corrected vertprog FLR and XPD instruction regression.Oliver McFadden
2007-07-16r300: Added code for vertprog opcode ARL.Oliver McFadden
2007-07-16r300: Don't need vertprog scalar flag anymore; it's handled explicitly...Oliver McFadden
2007-07-16r300: Removed broken RCC vertprog opcode.Oliver McFadden
2007-07-16r300: More vertprog rework; give each opcode it's own function.Oliver McFadden
2007-07-16Revert "r300: Gracefully exit after GART memory is exhausted."Oliver McFadden
2007-07-16r300: Reorder the vertprog code to the ARB specification.Oliver McFadden
2007-07-16fix bogus fb/drawable informationRoland Scheidegger
2007-07-16fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger
2007-07-16r300: Use the R300_PVS_UPLOAD_* defines.Oliver McFadden
2007-07-16r300: Added the clip plane upload defines.Oliver McFadden
2007-07-16r300: Enable the vertprog point size again.Oliver McFadden
2007-07-16r300: Corrected position bug with position invariant option. Bug #11594.Oliver McFadden
2007-07-16r300: Removed Vim modeline I left in the file by mistake. :-)Oliver McFadden
2007-07-16r300: Make sure the modified value of u_temp_i is respected.Oliver McFadden
2007-07-16r300: Added a function for vertex program default opcode translation.Oliver McFadden
2007-07-16r300: Clean up the vertex program maximum length check.Oliver McFadden
2007-07-16r300: Corrected indenting in r300_vertprog.c.Oliver McFadden
2007-07-16r300: Major vertex program code clean up and rework.Oliver McFadden
2007-07-16r300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.Oliver McFadden
2007-07-15r300: Gracefully exit after GART memory is exhausted.Oliver McFadden
2007-07-14r300: Disable vertex program point size; it's almost certainly wrong.Oliver McFadden
2007-07-14r300: Clean up the vertex program output assignment.Oliver McFadden
2007-07-14nouveau: nv10 and nv11,15 are differentPatrice Mandin
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak
2007-07-13Fix setup.light_twoside determination.Brian
2007-07-13Fix more polygon winding, culling confusion.Brian
2007-07-13Fix for-loop in interp() so we don't go out of bounds.Brian
2007-07-13set INTERP_CONSTANT when appropriateBrian
2007-07-13commentsBrian
2007-07-13Enable Keith's branch-less stipple code - it works.Brian
2007-07-13Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...Brian
2007-07-13Implement AA points and AA coverage application in quad pipeline.Brian
2007-07-13Added basic occlusion countingBrian
2007-07-13minor renameBrian
2007-07-13Play "nuke the typedef"Ben Skeggs
2007-07-13Add conditional-free implementation (disabled, not tested)Keith Whitwell
2007-07-13Simplify slightly.Keith Whitwell
2007-07-13Revert "r300: Corrected off-by-one error in r300_vertprog.c."Oliver McFadden
2007-07-13r300: Corrected off-by-one error in r300_vertprog.c.Oliver McFadden
2007-07-13r300: Moved some hardware initialization into appropriate functions.Oliver McFadden