summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
AgeCommit message (Expand)Author
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-07-02radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie
2009-06-12r300: add support for EXT_texture_sRGBMaciej Cencora
2009-05-13Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTOwen W. Taylor
2009-05-07r300: add missing texture formatMaciej Cencora
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-07radeon/r200/r300: fix missing dma buffer validationDave Airlie
2009-04-02radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-03-26radeon/r200/r300: set correct row stride for rbsDave Airlie
2009-03-22radeon/r200/r300: add support for new tfp interfaceDave Airlie
2009-03-19radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-27r300: make ste text buffer work with > 2048 on r500Dave Airlie
2009-02-25r300: drop r300Flush for the generic oneDave Airlie
2009-02-24r300: fix bo ref/unref, plugs DRI handle leaksDave Airlie
2009-02-23r300: fixup old setTexOffset DRI1 extensionDave Airlie
2009-02-18r300: make DRI2 not crash on compiz startDave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-03r300: fixup mipmap + texsubimage issuesDave Airlie
2009-01-31r200/r300: add aperture space checksDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21r300: move to common texture_image objectDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-14radeon/r200: move state atom to common headerDave Airlie
2008-11-16radeon: fix pointer danglingJerome Glisse
2008-11-14radeon: dri2 don't forget to free bufferJerome Glisse
2008-11-14r300: release bo from pixmapJerome Glisse
2008-11-14r300: SetTex extension supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-14r300: Fix 3D texture support.Michel Dänzer
2008-06-13r300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY mixupNicolai Haehnle
2008-06-06r300: Improve texture layout calculationsNicolai Haehnle
2008-06-06r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle
2008-05-27r500: hopefully fix 4096 texture harderDave Airlie
2008-05-12R500: add support for 4k texturesAlex Deucher
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2007-10-17Framework for supporting z24_s8 and z32 depth textures on r300.Ian Romanick
2007-10-17Initial support for ARB_depth_textureIan Romanick
2007-06-07r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden
2007-05-30Fix r300SetTexOffset for big endian platforms.Michel Dänzer
2007-05-23r300: Minor indenting corrections in the texture format table.Oliver McFadden
2007-05-23r300: Use a single texture format table; reduces duplication.Oliver McFadden
2007-05-23r300: Corrected the RGB888 texture format entry.Oliver McFadden
2007-05-22r300: Implement SetTexOffset hook.Michel Dänzer
2007-05-11r300: Cleaned up function names in r300_texstate.c.Oliver McFadden
2007-05-11r300: Enable hardware 3D texture support. Fixes the stex3d demo.Oliver McFadden
2007-05-10r300: Added TODO comment regarding texture tiling; I'm not sure about this.Oliver McFadden