summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* r300: fix texture size handling with size > 2048Mathias Fröhlich2009-10-191-6/+14
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-13/+18
* radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie2009-07-021-5/+5
* r300: add support for EXT_texture_sRGBMaciej Cencora2009-06-121-0/+4
* Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTOwen W. Taylor2009-05-131-1/+4
* r300: add missing texture formatMaciej Cencora2009-05-071-0/+1
* r300: remove unused debugging in set tex buffer pathsDave Airlie2009-04-281-1/+0
* radeon/r200/r300: fix missing dma buffer validationDave Airlie2009-04-071-0/+2
* radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie2009-04-021-34/+12
* radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+1
* radeon/r200/r300: set correct row stride for rbsDave Airlie2009-03-261-1/+2
* radeon/r200/r300: add support for new tfp interfaceDave Airlie2009-03-221-4/+14
* radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie2009-03-191-1/+1
* radeon: refactor framebuffer code like intelDave Airlie2009-03-031-5/+5
* r300: make ste text buffer work with > 2048 on r500Dave Airlie2009-02-271-0/+7
* r300: drop r300Flush for the generic oneDave Airlie2009-02-251-1/+1
* r300: fix bo ref/unref, plugs DRI handle leaksDave Airlie2009-02-241-1/+7
* r300: fixup old setTexOffset DRI1 extensionDave Airlie2009-02-231-1/+1
* r300: make DRI2 not crash on compiz startDave Airlie2009-02-181-7/+17
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-2/+0
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-1/+0
* r300: fixup mipmap + texsubimage issuesDave Airlie2009-02-031-2/+3
* r200/r300: add aperture space checksDave Airlie2009-01-311-2/+51
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-171/+40
* r300: move to common texture_image objectDave Airlie2009-01-211-5/+5
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-50/+50
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-10/+14
* radeon: fix pointer danglingJerome Glisse2008-11-161-4/+0
* radeon: dri2 don't forget to free bufferJerome Glisse2008-11-141-0/+11
* r300: release bo from pixmapJerome Glisse2008-11-141-4/+21
* r300: SetTex extension supportJerome Glisse2008-11-141-2/+73
* r300: bo and cs abstraction.Jerome Glisse2008-11-141-372/+163
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* r300: Fix 3D texture support.Michel Dänzer2008-08-141-1/+6
* r300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY mixupNicolai Haehnle2008-06-131-3/+3
* r300: Improve texture layout calculationsNicolai Haehnle2008-06-061-109/+119
* r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle2008-06-061-5/+0
* r500: hopefully fix 4096 texture harderDave Airlie2008-05-271-11/+15
* R500: add support for 4k texturesAlex Deucher2008-05-121-3/+11
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-3/+1
* Framework for supporting z24_s8 and z32 depth textures on r300.Ian Romanick2007-10-171-6/+41
* Initial support for ARB_depth_textureIan Romanick2007-10-171-1/+40
* r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden2007-06-071-2/+2
* Fix r300SetTexOffset for big endian platforms.Michel Dänzer2007-05-301-7/+6
* r300: Minor indenting corrections in the texture format table.Oliver McFadden2007-05-231-2/+2
* r300: Use a single texture format table; reduces duplication.Oliver McFadden2007-05-231-64/+19
* r300: Corrected the RGB888 texture format entry.Oliver McFadden2007-05-231-1/+1
* r300: Implement SetTexOffset hook.Michel Dänzer2007-05-221-12/+61
* r300: Cleaned up function names in r300_texstate.c.Oliver McFadden2007-05-111-13/+13