summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* mesa: choose texture format in core mesa, not driversBrian Paul2009-10-258-32/+6
* mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-255-15/+15
* mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-1/+1
* mesa: change compressed texture size callsBrian Paul2009-10-244-31/+16
* dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-2220-145/+136
* radeon: simplify radeon_create_renderbuffer()Brian Paul2009-10-223-29/+27
* r600: fix depth span macros for format changesAlex Deucher2009-10-221-4/+4
* radeon: fix some renderbuffer format bugsBrian Paul2009-10-222-7/+7
* i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-2/+2
* radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul2009-10-211-26/+8
* radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-213-6/+6
* intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-214-31/+19
* i965: change parameter type to gl_formatBrian Paul2009-10-211-1/+2
* dri/common: updated #includesBrian Paul2009-10-151-6/+2
* dri/common: use _mesa_little_endian() and update commentsBrian Paul2009-10-151-7/+5
* dri/common: fix broken _dri_texformat_* initializationsBrian Paul2009-10-151-4/+4
* radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul2009-10-141-2/+9
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-0816-259/+113
* drivers: don't include texformat.hBrian Paul2009-10-0546-93/+36
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-053-10/+0
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-014-29/+31
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-013-0/+3
* radeon: fix tx_table[] entryBrian Paul2009-10-011-1/+1
* savage: s/Xfree/_mesa_free/Brian Paul2009-10-011-1/+1
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-0110-29/+27
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-3042-439/+484
* drivers: use _mesa_texstoreBrian Paul2009-09-281-14/+14
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-285-106/+87
* drivers: use more mesa format functionsBrian Paul2009-09-276-22/+32
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-2714-49/+72
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-277-16/+15
* via: use mesa texture format helper functionsBrian Paul2009-09-271-10/+5
* mesa: use _mesa_get_texstore_func()Brian Paul2009-09-275-57/+87
* Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-251-0/+1
|\
| * Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-1074-1590/+1624
| |\
| * | Enable GL_NV_fragment_program_option for software renderingIan Romanick2009-09-031-0/+1
* | | radeon: Fix newlines.Michal Krol2009-09-251-14/+14
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-255-20/+10
|\ \ \
| * | | intel: Flush the batch when we're about to subdata into a VBO.mesa_7_6_rc1Eric Anholt2009-09-242-2/+5
| * | | i965: Clean up some mess with the batch cache.Eric Anholt2009-09-243-18/+5
* | | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-244-2/+25
|\| | |
| * | | i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-241-0/+1
| * | | i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt2009-09-241-2/+0
| * | | i965: Load NV program matrices when required.Eric Anholt2009-09-241-0/+3
| * | | intel: use default array/element buffers in intel_generate_mipmap()Brian Paul2009-09-241-0/+21
* | | | Merge branch 'mesa_7_6_branch'Pauli Nieminen2009-09-242-6/+7
|\| | |
| * | | radeon: Fix scissors for r600 KMS.Pauli Nieminen2009-09-242-6/+7
* | | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-2/+16
|\| | |
| * | | r600: add support for CUBE textures, also TXPAndre Maasikas2009-09-242-47/+263
| * | | r600: fix typo in the last commitAlex Deucher2009-09-241-5/+5