summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-07dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt1-0/+3
2012-02-07dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt1-1/+1
2012-02-07dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt1-0/+7
2012-02-07i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt3-1/+14
2012-02-07i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt3-3/+6
2012-02-07i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.Eric Anholt1-0/+11
2012-02-07intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt7-10/+17
2012-02-07intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt1-1/+1
2012-02-07intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt1-20/+9
2012-02-07intel: Drop intel_wrap_miptree().Eric Anholt1-53/+3
2012-02-07i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu3-5/+27
2012-02-07i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt4-4/+17
2012-02-07intel: Avoid divide by zero for very small linear blitsIan Romanick1-1/+1
2012-02-07intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick1-7/+0
2012-02-03intel: FBOs with texture border are unsupportedIan Romanick1-0/+11
2012-02-02i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Paul Berry1-1/+4
2012-02-02i965/vs: Fix bogus assertion in emit_block_move()Paul Berry1-3/+9
2012-02-01meta: Fallback for glBlitFramebuffer from a multisample surfaceIan Romanick1-1/+6
2012-01-31intel: Fix accum buffer mapping since the swrast rework.Eric Anholt1-5/+7
2012-01-31osmesa: set RefCount = 1 in new_osmesa_renderbuffer()Brian Paul1-0/+1
2012-01-31osmesa: Fix osmesa_context.DataType type.Vinson Lee1-1/+1
2012-01-27i965/vs: Use the sampler for VS pull constant loading on Ivybridge.Kenneth Graunke1-0/+17
2012-01-27i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.Kenneth Graunke2-10/+22
2012-01-27i965: Set pitch of pull constant buffers to 16.Paul Berry2-2/+2
2012-01-27intel: use swrast code to map/unmap renderbuffers for swrast renderingBrian Paul1-79/+2
2012-01-27mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul1-2/+0
2012-01-27nouveau: stop calling ctx->Driver.Map/UnmapTexture()Brian Paul2-40/+4
2012-01-27intel: remove intel_span_supports_format()Brian Paul3-21/+0
2012-01-27dri/swrast: use swrast_renderbuffer typeBrian Paul2-35/+41
2012-01-27osmesa: use swrast_renderbufferBrian Paul1-42/+45
2012-01-27radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul14-64/+73
2012-01-27intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul7-49/+55
2012-01-27xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul4-24/+27
2012-01-27intel: use intel_rb_format() to get renderbuffer formatBrian Paul11-42/+56
2012-01-27dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbufferBrian Paul2-14/+14
2012-01-27xlib: remove xm_span.c and related codeBrian Paul6-249/+1
2012-01-27mesa: remove gl_renderbuffer::WrappedBrian Paul4-13/+13
2012-01-27mesa: rename gl_renderbuffer::Data to BufferBrian Paul4-25/+25
2012-01-27mesa: remove gl_renderbuffer::DataTypeBrian Paul10-117/+17
2012-01-27mesa: remove gl_renderbuffer:RowStride fieldBrian Paul4-7/+2
2012-01-27dri: remove all the obsolete spantmp filesBrian Paul4-1259/+0
2012-01-27radeon: remove obsolete GetRow/PutRow codeBrian Paul2-167/+0
2012-01-27nouveau: remove obsolete GetRow/PutRow codeBrian Paul1-85/+0
2012-01-27intel: remove most of the span Get/PutRow codeBrian Paul2-134/+1
2012-01-27dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul5-584/+1
2012-01-27osmesa: remove obsolete GetRow/PutRow codeBrian Paul1-430/+1
2012-01-27xlib: remove obsolete GetRow/PutRow codeBrian Paul1-1594/+3
2012-01-27mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2-10/+14
2012-01-27intel: make intel_renderbuffer_map/unmap() staticBrian Paul2-6/+3
2012-01-27swrast: s/Data/Map/ in swrast_texture_imageBrian Paul5-21/+21