summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16get rid of more cliprects...Roland Scheidegger
2007-07-16r300: Added the clip plane upload defines.Oliver McFadden
2007-07-16more cliprect elimination (swrast span)Roland Scheidegger
2007-07-16get rid of more fake cliprects (drawpixel), and enable blit draw with scissorRoland Scheidegger
2007-07-16r300: Enable the vertprog point size again.Oliver McFadden
2007-07-16get rid of more cliprects (readpixel)...Roland Scheidegger
2007-07-16r300: Corrected position bug with position invariant option. Bug #11594.Oliver McFadden
2007-07-16allow blit path for read pixels if pack->alignment isn't 1.Roland Scheidegger
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-15change back driver change from previous commitRoland Scheidegger
2007-07-15fix bogus fb/drawable information (fixes xdemos/wincopy)Roland Scheidegger
2007-07-15fix the texture copypixels pathRoland Scheidegger
2007-07-15begin getting rid of fake clip rects (copy_pixel)Roland Scheidegger
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-14fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak
2007-07-13Fix setup.light_twoside determination.Brian
2007-07-13press 'f' to toggle front-face windingBrian
2007-07-13Fix more polygon winding, culling confusion.Brian
2007-07-13bugfixes (wrt fb updates), cleanupsRoland Scheidegger
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-13press 's' to toggle smoothingBrian
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
2007-07-13r300: Use a switch statement in r300UpdateCulling.Oliver McFadden
2007-07-13r300: Setup the back facing color bits correctly.Oliver McFadden