summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2009-05-06radeon: hopefully fixup radeon cube state emission for kmsDave Airlie
2009-05-06r100/r200: try and allocate miptree correct for hw.Dave Airlie
2009-05-06r200: fix cubic emission.Dave Airlie
2009-05-05r200: fix some cube map issuesRoland Scheidegger
2009-05-05r200: fix another section size mismatchRoland Scheidegger
2009-05-05r200: fix CS section size mismatch (bug 21565)Roland Scheidegger
2009-05-05radeon/r200: enable all the optional drm support bitsDave Airlie
2009-05-04r300: set proper texture row alignment for IGP chipsMaciej Cencora
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28radeno: cleanup the startup path furtherDave Airlie
2009-04-28radeon: further cleanup dri1 screen initDave Airlie
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-28radeon: remove kernel mm, dri2 path takes care of itDave Airlie
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: fallback only if stencil test is enabledMaciej Cencora
2009-04-27r300: do front/back color selection in HW for software TCL pathMaciej Cencora
2009-04-27r300: fix valgrind warningsMaciej Cencora
2009-04-27r300: fix point size clamping when point is not attenuatedMaciej Cencora
2009-04-27r300: fix performance regressionMaciej Cencora
2009-04-27r300: add point attenuation stage for TCL fallbacksMaciej Cencora
2009-04-27r300: always route 4 texcoord components to RSMaciej Cencora
2009-04-27r300: flush stdout to get consistent debugging infoMaciej Cencora
2009-04-27r300: add atom print function for kernel mm pathMaciej Cencora
2009-04-27r300: handle texcoords properlyMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-24r300: fix cliprect valuesJerome Glisse
2009-04-24r300: emit cliprect when in dri2 modeJerome Glisse
2009-04-22Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-21i965: const correctnessBrian Paul
2009-04-21r300: r300 hw doesn't support any input modifiers in tex instsMaciej Cencora
2009-04-20r300: fix register-negate branch merge regressionMaciej Cencora
2009-04-19r300: fix missing function declarationMaciej Cencora
2009-04-19r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355Maciej Cencora
2009-04-19r300: cleanup includesMaciej Cencora
2009-04-19r300: move common fp functions to seperate fileMaciej Cencora
2009-04-19r300: more r300/r500 unificationMaciej Cencora
2009-04-19r300: more prepare for mergeMaciej Cencora
2009-04-19r300: further r300/r500 merge preparationMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program compiler structureMaciej Cencora
2009-04-19r300: merge r300/r500 fragment program structuresMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-19r300: general cleanupMaciej Cencora
2009-04-19r300: remove unnecessary forward function declarationMaciej Cencora
2009-04-19r300: context creation cleanupMaciej Cencora
2009-04-19radeon: update clear state with latest intel codeDave Airlie
2009-04-18i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul
2009-04-18intel: #include polygon.h to silence warningBrian Paul
2009-04-18intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().Michel Dänzer