summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2007-07-31Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30implement read_quad_f_swz()Brian
2007-07-30implement surfaces for softpipe renderingBrian
2007-07-30call st_invalidate_state()Brian
2007-07-29fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-21set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger
2007-07-20minor cleanups, disable debuggingRoland Scheidegger
2007-07-19remove some more really old ifdefed out code...Roland Scheidegger
2007-07-19fix mesa fb bindingRoland Scheidegger
2007-07-19increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger
2007-07-19more cleanups (looks pretty reasonable now)Roland Scheidegger
2007-07-19fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger
2007-07-18swapbuffers with non-current contexts, cleanupsRoland Scheidegger
2007-07-18r300: Oops, made a mistake on commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485.Oliver McFadden
2007-07-18r300: Cleaned up vertprog construction.Oliver McFadden
2007-07-18r300: Corrected texcoord start when BFC1 is enabled.Tommy Schultz Lassen
2007-07-17get rid of checks for old ddxRoland Scheidegger
2007-07-17remove some more old stuffRoland Scheidegger
2007-07-17get rid of more pageflip/rotation code.Roland Scheidegger
2007-07-17fix mesa fb bindingRoland Scheidegger
2007-07-17remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger
2007-07-17increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger
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-16fix resize bugs (fb size updated too late), fix typos, cleanups...Roland Scheidegger
2007-07-16small cleanupsRoland Scheidegger
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 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