summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-24r300: remove lock.h linkDave Airlie
2009-03-24radeon: fixup some issue with fbos and sw fallbacksDave Airlie
2009-03-24radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie
2009-03-24radeon: actual format is rgba8Dave Airlie
2009-03-24radeon: fix typoDave Airlie
2009-03-24radeon: setup pipes for r300Dave Airlie
2009-03-24radeon: stupid mesa extension failDave Airlie
2009-03-23radeon: fixup wrapper bo nameDave Airlie
2009-03-23Merge branch 'radeon-fbo-hacking' into radeon-rewriteDave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-22radeon fbo: add draw offset calcsDave Airlie
2009-03-22radeon/r200/r300: add support for new tfp interfaceDave Airlie
2009-03-22Merge remote branch 'origin/master' into HEADDave Airlie
2009-03-22radeon: use mipmap fns in FBO codeDave Airlie
2009-03-22radeon: add miptree offset functionsDave Airlie
2009-03-21r200: fix for sureDave Airlie
2009-03-21radeon/r200: oops make correct fbo init callsDave Airlie
2009-03-21radeon: add xRGB span functionsDave Airlie
2009-03-21radeon: dri2 is hooked up elsewhere nowDave Airlie
2009-03-21radeon/r200: add fbo initDave Airlie
2009-03-21radeon/r200: add fbo state changesDave Airlie
2009-03-21r300: fix viewport inversion for FBOsDave Airlie
2009-03-21tgsi: Document KIL, KILP instructions.Michal Krol
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-21st: Silence compiler warnings.Michal Krol
2009-03-21radeon: align FBO pitchDave Airlie
2009-03-21radeon: fixup last missing x_off/y_offDave Airlie
2009-03-21radeon: add cpp/pitch to rrbDave Airlie
2009-03-21radeon/fbo: add x_off and y_off in correct placesDave Airlie
2009-03-21radeon: dPriv handling is now in cliprects codeDave Airlie
2009-03-21radeon: fixup span code for FBOsDave Airlie
2009-03-21r300: hw clear buffer 0 hopefullyDave Airlie
2009-03-21radeon: fix up span function settingDave Airlie
2009-03-20gallium: remove use of origin_lower_leftBrian Paul
2009-03-20mesa: add new internal state var for window sizeBrian Paul
2009-03-20mesa: linear scan register allocation for shader programsBrian Paul
2009-03-20r300-gallium: Misspelled macro name.Corbin Simpson
2009-03-20r300-gallium: Put r300_cs_inlines to bed.Corbin Simpson
2009-03-20r300-gallium: Simplify/neaten up packet3.Corbin Simpson
2009-03-20r300-gallium: Clean up surface_fill, prep for surface_copy code.Corbin Simpson
2009-03-20r300-gallium: Properly offset scissors.Corbin Simpson
2009-03-20r300-gallium: Clean up r300_swtcl_emit.Corbin Simpson
2009-03-20r300-gallium: Clean up some emit, and some state handlers.Corbin Simpson
2009-03-20r300-gallium: A bit more invariant state.Corbin Simpson
2009-03-20gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
2009-03-20r300: init fbosDave Airlie