mesa: set numFaces=6 for cube maps in _mesa_test_texobj_completeness()
[mesa.git] / src / mesa / drivers /
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-02-07 Ian Romanickintel: Avoid divide by zero for very small linear blits
2012-02-07 Ian Romanickintel: Remove num_mapped_regions assertion from _intel_...
2012-02-06 Jon TURNEYdri: Don't build libdricommon.la if we don't need it
2012-02-04 Eugeni Dodonovintel: check for LLC support when reading maps
2012-02-04 Eugeni Dodonovintel: verify if hardware has LLC support
2012-02-03 Ian Romanickintel: FBOs with texture border are unsupported
2012-02-03 Eric Anholtdri: Add Unigine Tropics as an app that requires the...
2012-02-03 Eric Anholtdri: Fix typo in xml file that made all applications...
2012-02-02 Brian PaulRevert "Fix underlinking in libOSMesa since commit...
2012-02-01 Matt TurnerRevert "automake: src/mesa/drivers/osmesa"
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-01-31 Brian Paulosmesa: set RefCount = 1 in new_osmesa_renderbuffer()
2012-01-31 Vinson Leeosmesa: Fix osmesa_context.DataType type.
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2012-01-31 Matt Turnerautomake: src/mesa/drivers/osmesa
2012-01-30 Eric Anholtdri: Add a default drirc to be installed to provide...
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-30 Eric Anholti965: Fix segfault with INTEL_DEBUG=batch on gen7 with...
2012-01-30 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-01-30 Eric Anholti965/fs: Fix rendering corruption in unigine tropics.
2012-01-30 Matt TurnerRename R300_NO_TCL envvar to RADEON_NO_TCL
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-28 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-01-27 Eric Anholti965: Don't allow rendering to non-GL_RED/RG/RGBA integ...
2012-01-27 Eric Anholtintel: Pass the gl_renderbuffer to render_target_suppor...
2012-01-27 Eric Anholtintel: Make a renderbuffer wrapping a texture have...
2012-01-27 Eric Anholtintel: Simplify intel_renderbuffer_update_wrapper(...
2012-01-27 Eric Anholtintel: Drop intel_wrap_miptree().
2012-01-27 Eric Anholtintel: Comment typo fix.
2012-01-27 Eric Anholtintel: Fix accum buffer mapping since the swrast rework.
2012-01-27 Matt Turneri965/automake: use $top_srcdir instead of relative...
2012-01-27 Matt Turnerdri common: add .gitignore
2012-01-27 Matt Turnerdri: make sure to build libdricommon.la
2012-01-27 Eric Anholti965: Drop the missing symbols link test.
2012-01-27 Eric Anholtnouveau: Fix missing dri common symbols after automake...
2012-01-27 Eric Anholtradeon: Fix missing dri common symbols after automake...
2012-01-27 Eric Anholtdri: Move the compile of the common files to a convenie...
2012-01-27 Eric Anholti915: Fix driver after automakeification.
2012-01-27 Kenneth Graunkei965/vs: Use the sampler for VS pull constant loading...
2012-01-27 Kenneth Graunkei965: Expose brw_set_sampler_message for use outside...
2012-01-26 Brian Paulnouveau: include s_context.h to silence missing prototy...
2012-01-25 Paul Berryi965/gen6/GT1: Increase max_vs_entries to 256.
2012-01-25 Paul Berryi965/gen6: Fix segfault in transform feedback to DYNAMI...
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Eric Anholtmeta: Detect currently-unsupported integer CopyTexSubIm...
2012-01-25 Eric Anholti965/gen6+: Work around GPU hangs with logic ops on...
2012-01-25 Eric Anholti965/gen6+: Disable blending, alpha test, and dither...
2012-01-24 Brian Paulmesa/gdi: remove wmesa_set_renderbuffer_funcs() function
2012-01-24 Brian Pauldri/swrast: remove obsolete swrast_span.c file from...
2012-01-24 Brian Paulintel: use swrast code to map/unmap renderbuffers for...
2012-01-24 Brian Paulmesa: remove ctx->Driver.Map/UnmapTexture() hooks
2012-01-24 Brian Paulnouveau: stop calling ctx->Driver.Map/UnmapTexture()
2012-01-24 Brian Paulintel: remove intel_span_supports_format()
2012-01-24 Brian Pauldri/swrast: use swrast_renderbuffer type
2012-01-24 Brian Paulosmesa: use swrast_renderbuffer
2012-01-24 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulxlib: derive xmesa_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-24 Brian Pauldri/swrast: rename swrast_renderbuffer to dri_swrast_re...
2012-01-24 Brian Paulxlib: remove xm_span.c and related code
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::Wrapped
2012-01-24 Brian Paulmesa: rename gl_renderbuffer::Data to Buffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-24 Brian Pauldri: remove all the obsolete spantmp files
2012-01-24 Brian Paulradeon: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulnouveau: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulintel: remove most of the span Get/PutRow code
2012-01-24 Brian Pauldri/swrast: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulosmesa: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulxlib: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulmesa: use gl_renderbuffer::Map for all depth/stencil...
2012-01-24 Brian Paulintel: make intel_renderbuffer_map/unmap() static
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-23 Ian Romanickmeta: Fallback for glBlitFramebuffer from a multisample...
2012-01-23 Paul Berryi965/vs: Fix bogus assertion in emit_block_move()
2012-01-23 Eric Anholti965/vs: Enable workaround-free math on gen7.
2012-01-23 Eric Anholti965/vs: Use the embedded-comparison SEL on gen6+,...
2012-01-23 Kenneth Graunkei965: Fix border color on Sandybridge and Ivybridge.
2012-01-23 Jon TURNEYFix underlinking in libOSMesa since commit adefee5...
2012-01-22 Matt Turnerdri: install dri_interface.h
2012-01-21 Andrei SlăvoiuFix mistake in 349845f7b
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/swrast
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/nouveau
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/r200
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/radeon
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/i915
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-20 Chad Versaceintel/gen6: Some framebuffers having separate depthsten...
2012-01-19 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-18 Kenneth Graunkei965: Fix disassembly of data port writes on Ivybridge.
2012-01-18 Kenneth Graunkei965: Fix disassembly of sampler messages on Ivybridge.
2012-01-18 Kenneth Graunkei965/vs: Take attributes into account when deciding...
2012-01-18 Ian Romanickintel: Set depth to 6 for cubemaps
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
next