svga: add null vs pointer check in update_need_pipeline()
[mesa.git] / src / mesa / drivers /
2012-03-07 Yuanhan Liui965: handle gl_PointCoord for Gen4 and Gen5 platforms
2012-03-07 Yuanhan Liui915: move the FALLBACK_DRAW_OFFSET check outside the...
2012-03-06 nobleddri/nouveau: don't use nested functions
2012-03-05 Daniel Vetteri965: fixup W-tile offset computation to take swizzling...
2012-03-05 Benjamin Franzkemeta: Fix compilation without FEATURE_EXT_transform_fee...
2012-03-05 Benjamin Franzkemeta: Fix compilation without FEATURE_feedback
2012-03-05 Yuanhan Liui915: fix wrong rendering of gl_PointSize on Pineview
2012-03-03 Kurt Roeckxi915: Fix i830 polygon stipple from PBOs.
2012-03-03 Kurt Roeckxi915: Compute maximum number of verts using the actual...
2012-03-03 Chris Wilsoni830: Compute initial number of vertices from remaining...
2012-03-03 Alban Browaeysdri/i915: Fix off-by-one in i830 clip region size.
2012-03-03 Eric Anholtintel: Don't enable GL_ARB_draw_instanced pre-gen4.
2012-03-03 Eric Anholti915: Fix piglit fbo-nodepth-test on i830.
2012-02-29 Kenneth Graunkei965: Disable PrimitiveID upload.
2012-02-29 Kenneth Graunkei965: Enable the GL_ARB_draw_instanced extension.
2012-02-29 Kenneth Graunkei965: Fix swizzles for system values such as gl_InstanceID.
2012-02-29 Kenneth Graunkei965: Fix Gen6+ dynamic state upper bound on older...
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-28 Eric Anholti965: Avoid blocking on the GPU for setting the HiZ...
2012-02-28 Brian Paulxlib: silence unused var warning
2012-02-24 Brian Paulmesa/gdi: include swrast.h to fix compilation
2012-02-24 Brian Paulxlib: remove STENCIL_BITS
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-24 Brian Paulintel: remove MAX_WIDTH usage in intelInitContext()
2012-02-24 Brian Paulosmesa: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Pauldri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulxlib: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-21 Eric Anholti965/gen6: Fix near-NULL deref in setting up GS binding...
2012-02-21 Eric Anholti965: Correct the size of the state batch space allocat...
2012-02-21 Eric Anholti965: Fix a bad comment in gen6 sol setup.
2012-02-21 Eric Anholti965/gen6: Fix the size of the GS surface binding table.
2012-02-21 Kenneth Graunkei965: Only set Last Render Target Select on the last...
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965/gen6+: Avoid recomputing whether we use noperspective.
2012-02-21 Eric Anholti965/gen7: Skip checking if we need a GS program for...
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-02-19 Kenneth Graunkei965: Make the dummy fragment shader work in SIMD16...
2012-02-19 Kenneth Graunkei965: Fix GPU hangs in the dummy fragment shader.
2012-02-17 Eric Anholtintel: Fix rendering from textures after RenderTexture().
2012-02-17 Eric Anholtintel: Improve the fallback debug for framebuffer statu...
2012-02-16 Kenneth Graunkei965: Emit Ivybridge VS workaround flushes.
2012-02-15 Kenneth Graunkei965/fs: Take # of components into account in try_rewri...
2012-02-15 Kenneth Graunkei965/fs: Add a new fs_inst::regs_written function.
2012-02-15 Anuj Phogatmeta: Avoid FBO resizing/reallocating in decompress_tex...
2012-02-14 Paul Berryi915: Fix type of "specoffset" variable.
2012-02-14 Eric Anholti965/fs: Enable register spilling on gen7 too.
2012-02-14 Eric Anholti965: Report the failure message when failing to compil...
2012-02-13 Anuj Phogatmeta: Add pixel store/pack operations in decompress_tex...
2012-02-11 Kenneth Graunkei965: Fix border color on Ironlake.
2012-02-11 Eric Anholti965/fs: Add support for generating MADs.
2012-02-11 Eric Anholti965/fs: Add missing register allocation for 3rd sources.
2012-02-11 Eric Anholti965: Add support for the MAD opcode on gen6+.
2012-02-10 Alex Deucherradeon: build fix after 9d9111108eadd65708899284b1cfa9c...
2012-02-10 Brian Paulmeta: replace abort() with _mesa_problem()
2012-02-10 Eric Anholti965/gen7: Fix the length of the MULTISAMPLE state...
2012-02-10 Eric Anholti965/gen7: Fix the length of the DS state packet in...
2012-02-10 Eric Anholti965/gen7: Fix GPU hangs from the HiZ op.
2012-02-08 Chad Versacei965: Remove file i965/junk, accidentally added in...
2012-02-08 Kenneth Graunkei965: Remove broken symlink to intel_decode.c.
2012-02-08 Eric Anholti965/fs: Implement GL_CLAMP behavior on texture rectang...
2012-02-08 Eric Anholti965/fs: Move GL_CLAMP handling to coordinate setup.
2012-02-08 Eric Anholti965: Fix HiZ change compiler warning.
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().
next