aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* intel: Fix accum buffer mapping since the swrast rework.Eric Anholt2012-01-271-5/+7
* i965/automake: use $top_srcdir instead of relative linksMatt Turner2012-01-271-3/+3
* dri common: add .gitignoreMatt Turner2012-01-271-1/+3
* dri: make sure to build libdricommon.laMatt Turner2012-01-261-1/+1
* i965: Drop the missing symbols link test.Eric Anholt2012-01-261-9/+0
* nouveau: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-261-1/+2
* radeon: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-262-2/+4
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-263-20/+43
* i915: Fix driver after automakeification.Eric Anholt2012-01-261-1/+9
* i965/vs: Use the sampler for VS pull constant loading on Ivybridge.Kenneth Graunke2012-01-261-0/+17
* i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2012-01-262-10/+22
* nouveau: include s_context.h to silence missing prototype warningsBrian Paul2012-01-261-0/+1
* i965/gen6/GT1: Increase max_vs_entries to 256.Paul Berry2012-01-251-1/+1
* i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Paul Berry2012-01-251-1/+4
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-251-1/+0
* i965/gen6+: Work around GPU hangs with logic ops on integer textures.Eric Anholt2012-01-241-2/+7
* i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.Eric Anholt2012-01-241-6/+23
* dri/swrast: remove obsolete swrast_span.c file from source listBrian Paul2012-01-241-2/+1
* intel: use swrast code to map/unmap renderbuffers for swrast renderingBrian Paul2012-01-241-79/+2
* nouveau: stop calling ctx->Driver.Map/UnmapTexture()Brian Paul2012-01-242-40/+4
* intel: remove intel_span_supports_format()Brian Paul2012-01-243-21/+0
* dri/swrast: use swrast_renderbuffer typeBrian Paul2012-01-242-35/+41
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-2414-64/+73
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-247-49/+55
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-2411-42/+56
* dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2012-01-242-14/+14
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-241-1/+1
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-242-16/+16
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-247-96/+2
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-244-7/+2
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-244-1259/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-242-167/+0
* nouveau: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-85/+0
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-242-134/+1
* dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul2012-01-244-582/+0
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-242-10/+14
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-242-6/+3
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-245-21/+21
* i965/vs: Fix bogus assertion in emit_block_move()Paul Berry2012-01-231-3/+9
* i965/vs: Enable workaround-free math on gen7.Eric Anholt2012-01-231-2/+6
* i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.Eric Anholt2012-01-231-6/+16
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-231-1/+7
* dri: install dri_interface.hMatt Turner2012-01-221-0/+3
* Fix mistake in 349845f7bAndrei Slăvoiu2012-01-211-1/+1
* automake: src/mesa/drivers/driMatt Turner2012-01-206-165/+35
* automake: src/mesa/drivers/dri/swrastMatt Turner2012-01-204-27/+74
* automake: src/mesa/drivers/dri/nouveauMatt Turner2012-01-203-22/+67
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-204-58/+100
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-204-54/+99
* automake: src/mesa/drivers/dri/i915Matt Turner2012-01-205-32/+70