summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-10-22r600: fix depth span macros for format changesAlex Deucher
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul
2009-10-21i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-21radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-21intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul
2009-10-21i965: change parameter type to gl_formatBrian Paul
2009-10-15dri/common: updated #includesBrian Paul
2009-10-15dri/common: use _mesa_little_endian() and update commentsBrian Paul
2009-10-15dri/common: fix broken _dri_texformat_* initializationsBrian Paul
2009-10-14radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01radeon: fix tx_table[] entryBrian Paul
2009-10-01savage: s/Xfree/_mesa_free/Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28drivers: use _mesa_texstoreBrian Paul
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27via: use mesa texture format helper functionsBrian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-25radeon: Fix newlines.Michal Krol
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.Eric Anholt
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt
2009-09-24i965: Load NV program matrices when required.Eric Anholt
2009-09-24intel: use default array/element buffers in intel_generate_mipmap()Brian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Pauli Nieminen
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24r600 : fix draw_prim bug: vertex fetcher setting.Richard Li
2009-09-24r600 : disable draw_prim for now.Richard Li
2009-09-24r600: add support for CUBE textures, also TXPAndre Maasikas
2009-09-24r600: fix typo in the last commitAlex Deucher
2009-09-24r600: various cleanupsAlex Deucher