mesa: bump version to 7.7.1-DEVEL
[mesa.git] / src / mesa / drivers /
2010-01-04 Eric Anholti915: Use _MaxLevel on principle in texture setup.
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Eric Anholti965: Fix the surface offset calculation for tiled...
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Vinson Leer300: Use C-style comments.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warnings.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-03 Vinson Leei810: Fix include recursion.
2010-01-03 Vinson Leesis: ifdef out unused variable.
2009-12-30 Vinson Leetdfx: Silence uninitialized variable warning.
2009-12-29 Vinson Leeintel: Silence compiler warnings.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-26 Vinson Leei915: Fix assert.
2009-12-26 Vinson Leeintel: Silence implicit function declaration warning.
2009-12-25 Vinson Leei965: Fix assert.
2009-12-25 Vinson Leei965: Add missing va_end.
2009-12-22 Vinson Leeffb: Silence compiler warnings.
2009-12-22 Ian Romanickintel: Bump driver date to reflect status as final...
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-22 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-22 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-22 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-22 Dave Airlieradeon/r600: use new libdrm_radeon api
2009-12-22 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-22 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-21 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-21 Dave Airlier600: fix glFrontFace(GL_CW)
2009-12-16 Alex Deucherr600: Invert front face winding when rendering to FBO
2009-12-16 Vinson Leeunichrome: Silence compiler warnings.
2009-12-16 Vinson Leesis: Silence compiler warnings.
2009-12-16 Vinson Leesavage: Silence compiler warnings.
2009-12-15 Vinson Leer128: Silence uninitialized variable warnings in r128_t...
2009-12-15 Vinson Leedri: Initialize variable in driBindContext.
2009-12-15 Ian Romanickintel: Fallback to software if drawable size is > MaxRe...
2009-12-15 Vinson Leemga: Silence uninitialized variable warnings.
2009-12-15 Vinson Leemach64: Silence uninitialized variable warnings.
2009-12-13 Vinson Leei810: Silence uninitialized variable warnings in i180tris.c
2009-12-11 Vinson Leei915: Add missing break statement in i915_debug_packet.
2009-12-09 Andre Maasikasr600: fix state size prediction after dc0777d3
2009-12-19 Eric Anholti915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelcla...
2009-12-19 Eric Anholti915: Clean up some unnecessary x/y miptree code.
2009-12-19 Eric Anholti965: Add support for OPCODE_CMP in the VS to fix GLSL...
2009-12-08 Andre Maasikasr600: add support for TXB instruction
2009-12-08 Andre Maasikasr600: reorder state for render_target and blend
2009-12-06 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-12-06 Vinson Leedri: Fix potential null pointer deference in dri_put_dr...
2009-12-04 Alex Deucherradeon: fix polygon stipple
2009-12-03 Alex Deucherr200: fix polygon stipple
2009-12-01 Ian Romanickintel: Remove GL_NV_point_sprite from extension list
2009-11-30 Ian Romanicki915: Actually put i915PointParameterfv in the driver...
2009-11-30 Ian Romanicki915: Fallback bit define missed on previous commit
2009-11-30 Ian Romanicki915: Round point sizes instead of truncate.
2009-11-30 Ian Romanicki915: Enable point sprite coordinate generation
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
2009-11-24 Ian Romanicki915: Initialize Length and Offset fields when mapping...
2009-11-23 Michel DänzerFix the DRI swrast driver for big endian platforms.
2009-11-18 Alex Deucherr600: disable compressed texture support
2009-11-18 Alex DeucherRevert "radeon: Fix legacy bo not to reuse dma buffers...
2009-11-12 Eric Anholti965: Fix Ironlake shadow comparisons.
2009-11-12 Eric Anholti965: Fix VBO last-valid-offset setup on Ironlake.
2009-11-12 Roland Scheideggeri965: fix EXT_provoking_vertex support
2009-11-10 Eric Anholti965: Fix VS constant buffer value loading.
2009-11-10 Eric Anholti965: Unalias src/dst registers for SGE and friends.
2009-11-10 Eric Anholti965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
2009-11-09 Alex Deucherr600: don't emit htile regs
2009-11-05 Brian Paulxmesa: pass pixmap to clip_for_xgetimage()
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Vinson Leeglslcompiler: Fix Mac OS build.
2009-11-03 Karl Schultzwindows: remove old entrypoints from mesa.def file
2009-10-30 Chow Loong JinAdd --with-dri-searchpath argument
2009-10-28 Vinson Leeintel: Fix memory leak in case of renderbuffer bad...
2009-10-28 Vinson Leeintel: Fix memory leak in event of mip tree allocation...
2009-10-27 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-27 Brian Paulintel: added region draw_x/y offsets in x/y_tile_swizzl...
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-26 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-19 Mathias Fröhlichr300: fix texture size handling with size > 2048
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
2009-10-16 Maciej Cencorar300: fix vertex program parameters limits
2009-10-15 Owen TaylorUse the right pitch when rendering to a texture
2009-10-15 Robert Nolandr600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear...
2009-10-15 Robert Nolandr600: cleanup in r600_cs_process_relocs().
2009-10-15 Robert Nolandradeon: return EINVAL for 0 length buffers.
2009-10-15 Andre Maasikasr600: fix tfp1 bo size
next