summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
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
2009-04-17intel: make sure polygon mode is set properly in intel_clear_tris()Brian Paul
2009-04-17i915: fix broken indirect constant buffer readsBrian Paul
2009-04-17dri: __driUtilMessage(): not all messages are errorsBrian Paul
2009-04-17i965: updated CURBE allocation codeBrian Paul
2009-04-16Merge branch 'register-negate'Brian Paul
2009-04-17r300: we always want non NDC coords format for swtclMaciej Cencora
2009-04-17r300: cleanup frag prog setup a littleMaciej Cencora
2009-04-17r300: update r500 path for reordered WPOS and FOG fp attributesMaciej Cencora
2009-04-16i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-04-16i965: disable using immediate values for MOV instructionsBrian Paul
2009-04-16i965: minor debug output changesBrian Paul
2009-04-16i965: const buffer debug code (disabled)Brian Paul
2009-04-16i965: implement relative addressing for VS constant buffer readsBrian Paul
2009-04-16i965: handle address reg in get_dst()Brian Paul
2009-04-16i965: fix const buffer temp register clobberingBrian Paul
2009-04-16intel: fix small compressed texture uploadRoland Scheidegger
2009-04-16dri: attempt to actually refcount the __DRIDrawableDave Airlie
2009-04-16radeon: take a bo reference when adding to validate listDave Airlie
2009-04-15i965: Clean up output of WM SS state dump, and add format output.Eric Anholt
2009-04-15i915: Use DEBUG_WM (like 965) for printing the fragment program out.Eric Anholt
2009-04-15i915: Add decode of dest buffer variables (destination format)Eric Anholt
2009-04-15intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul