summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'texformat-rework'Brian Paul2009-10-2893-1379/+2503
|\
| * radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul2009-10-271-1/+6
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-259-44/+6
| * mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-255-15/+15
| * glide: remove _mesa_compressed_row_stride() callsBrian Paul2009-10-251-11/+9
| * mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-242-11/+7
| * mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul2009-10-241-1/+0
| * 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-0819-282/+121
| * 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-0111-39/+36
| * mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-2/+2
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-3045-467/+512
| * glide: use _mesa_texstore()Brian Paul2009-09-281-48/+35
| * drivers: use _mesa_texstoreBrian Paul2009-09-282-29/+29
| * 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
| * glide: use _mesa_get_format_bytes()Brian Paul2009-09-272-3/+5
| * mesa: use _mesa_get_format_base_format()Brian Paul2009-09-271-1/+2
| * mesa: use _mesa_get_texstore_func()Brian Paul2009-09-275-57/+87
| * glide: use _mesa_get_texstore_func()Brian Paul2009-09-271-35/+51
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-0/+1
|\ \
| * | intel: Fix memory leak in case of renderbuffer bad formatVinson Lee2009-10-281-0/+1
* | | r600: add occlusion query supportAlex Deucher2009-10-284-10/+109
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-282-1/+9
|\| |
| * | intel: Fix memory leak in event of mip tree allocation failureVinson Lee2009-10-281-1/+3
| * | intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt2009-10-271-1/+1
| * | intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul2009-10-271-0/+6
| * | intel: fix src offset bug in do_copy_texsubimage()Brian Paul2009-10-271-1/+1