summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_texstate.c
AgeCommit message (Expand)Author
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-15r600: set gl_texture_image::TexFormat field in r600SetTexBuffer2()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-20evergreen : initial support driver code.richard
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-02-26r600: fail to validate unsupported texture formatsKlaus Schnass
2010-02-10r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22r600: enable sampler lod* bitsAndre Maasikas
2010-01-15r600: fill in some missing XRGB tex formatsAlex Deucher
2010-01-15r600: set tiling correctly for texturing from depth bufferAlex Deucher
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas
2010-01-06r600: float texture component orderingPierre Ossman
2010-01-05r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas
2010-01-05r600: support depth compare functions & shadow_ambientAndre Maasikas
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher
2009-11-18r600: align for mipmap tree changesMaciej Cencora
2009-10-30r600: remove duplicate lineAlex Deucher
2009-10-30r600: fill in some missing tex formatsAlex Deucher
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-19r600: Fix size calculation for 24 bit depthRobert Noland
2009-10-15r600: fix tfp1 bo sizeAndre Maasikas
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-24r600: check if textures are actually enabled before submissionAlex Deucher
2009-09-24r600: fix ftp for dri1Alex Deucher
2009-09-24r600: don't setup hardware state if TFPDave Airlie
2009-09-09r600: check if textures are actually enabled before submissionAlex Deucher
2009-09-09r600: fix ftp for dri1Alex Deucher
2009-09-09r600: don't setup hardware state if TFPDave Airlie
2009-09-04r600: add support for EXT_texture_sRGBAlex Deucher
2009-09-03r600: make sure the active vertex shader bo is re-added to persistent list.Alex Deucher
2009-09-03r600: make sure the active shader bo is re-added to persistent list.Dave Airlie
2009-08-31r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen
2009-08-22r600: make state emit more fine grainedAlex Deucher
2009-08-22r600: move full state to radeon state atomsAlex Deucher
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-03r600: fix r600SetTexOffsetAlex Deucher
2009-07-30r600: fix mipmapsAlex Deucher
2009-07-29r600: remove extraneous semicolonAlex Deucher
2009-07-29r600: fix texture pitch alignmentAlex Deucher
2009-07-29r600: minor fixesAlex Deucher
2009-07-27r600: fix _REV texture format component swizzlesAlex Deucher
2009-07-27r600: switch tex code to use SETfield macrosAlex Deucher