mesa.git
2012-07-27 Eric Anholtautomake: Remove OPT_FLAGS.
2012-07-27 Eric Anholtautomake: Remove ARCH_FLAGS.
2012-07-26 Paul Berryi965/msaa: use ROUND_DOWN_TO macro.
2012-07-26 Brian Paulsvga: initialize svga_compile_key to zeros to be safe
2012-07-26 Brian Paulsvga: fix invalid memory reference in needs_to_create_z...
2012-07-26 Brian Paulradeon: fix Base/base typo
2012-07-26 Daniel Charlesandroid-build: fix dricore build for autogenerated...
2012-07-26 Brian Paulradeon: set swrast_renderbuffer::ColorType field when...
2012-07-26 Brian Paulxlib: add X error handler around XGetImage() call
2012-07-26 Brian Paulmesa: remove obsolete matrix comment
2012-07-26 Brian Paulmesa: fix comment typo: s/pointer/point/
2012-07-26 Brian Paulmesa: remove _math_matrix_alloc_inv()
2012-07-26 Brian Paulmesa: loosen small matrix determinant check
2012-07-26 Paul Berryi965: Use sendc for all render target writes on Gen6+.
2012-07-26 Paul Berryi965/msaa: Remove TODO comments that are no longer...
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-07-26 Paul Berrymesa: Make more consistent use of _mesa_is_{user,winsys...
2012-07-26 Oliver McFaddenglsl: warning: pragma `invariant(all)' not supported...
2012-07-26 Kenneth Graunkeshared-glapi: Install libglapi.so.0.0.0 and .0 links...
2012-07-26 Vinson Leescons: Fix build with clang.
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-25 Olivier Galibertsoftpipe: fix copy/paste error in tex sample code
2012-07-25 Jon TURNEYRemove redundant osmesa shared library install from...
2012-07-25 Jon TURNEYUpdate mesa/drivers/x11/Makefile.am for xm_image.h...
2012-07-25 Jon TURNEYdrivers/osmesa: Link OSMesa using -no-undefined libtool...
2012-07-25 Jon TURNEYdrivers/X11: Link X11 libGL with -no-undefined libtool...
2012-07-25 Vinson LeeRevert "scons: Add instrumentation component libraries...
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Adjust MCS buffer allocation for 8x MSAA.
2012-07-24 Paul Berryi965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK...
2012-07-24 Paul Berryi965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x...
2012-07-24 Paul Berryi965/blorp: Encode and decode IMS format for 8x MSAA...
2012-07-24 Paul Berryi965/blorp: Compute sample number correctly for 8x...
2012-07-24 Paul Berryi965/blorp: Properly adjust primitive size for 8x MSAA.
2012-07-24 Paul Berryi965/blorp: Parameterize manual_blend() by num_samples.
2012-07-24 Paul Berryi965/msaa: Remove comment about falsely claiming to...
2012-07-24 Paul Berryi965/blorp: Handle DrawBuffers properly.
2012-07-24 Paul Berryi965/blorp: Rearrange order of blit validation and...
2012-07-24 Paul Berryi965/blorp: Don't fall back to swrast when miptrees...
2012-07-24 Paul Berryi965/blorp: Fixup scissoring of blits to window system...
2012-07-24 Paul Berryi965/blorp: Simplify check that src/dst width/height...
2012-07-24 Paul Berryi965/msaa: Work around problems with null render target...
2012-07-24 Paul Berryi965: Set width, height, and tiling properly for null...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-07-24 Paul Berrymsaa: Compute visual samples/sampleBuffers from all...
2012-07-24 Anthony G.... Fix compile time errors when building against uclibc
2012-07-24 Jerome Glisser600g: enable streamout only on 2.14 or latter kernel
2012-07-24 Jordan Justenintel: move error on create context to proper path
2012-07-24 Jordan Justenmesa context: generate an error for uninstalled context...
2012-07-24 Brian Paulnouveau: include glformats.h to get missing prototype
2012-07-24 Brian Paulmesa: improve comment in build_tnl_program()
2012-07-24 Brian Pauldocs: the legacy makefile system is removed in Mesa 8.1
2012-07-24 Brian Paulmesa: move _mesa_error_check_format_and_type() to glfor...
2012-07-24 Brian Paulmesa: move more format helper functions to glformats.c
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-24 Christian Königradeonsi: remove old state handling
2012-07-24 Christian Königradeonsi: move everything else into the new handling
2012-07-24 Christian Königradeonsi: move format handling into si_state.c
2012-07-24 Christian Königradeonsi: move remaining sampler state into si_state.c
2012-07-24 Christian Königradeonsi: move draw state into new handling
2012-07-24 Christian Königradeonsi: move constants to new state handling
2012-07-24 Christian Königradeonsi: move sampler states into new handling
2012-07-24 Christian Königradeonsi: move shaders to new handling
2012-07-24 Christian Königradeonsi: move spi into new handling
2012-07-24 Christian Königradeonsi: move init state to new handling
2012-07-24 Christian Königradeonsi: move draw_info to new state handling
2012-07-24 Christian Königradeonsi: move CB_TARGET_MASK into fb/blend state
2012-07-24 Christian Königradeonsi: move stencil_ref to new handling
2012-07-24 Christian Königradeonsi: move dsa state to new handling
2012-07-24 Christian Königradeonsi: move infeered fb/rs state to new handling
2012-07-24 Christian Königradeonsi: move rasterizer state into new handling
2012-07-24 Christian Königradeonsi: move framebuffer to new handling
2012-07-24 Christian Königradeonsi: move viewport to new handling
2012-07-24 Christian Königradeonsi: move scissor state to new state handling
2012-07-24 Christian Königradeonsi: move clip state to new handling
2012-07-24 Christian Königradeonsi: move blend color to new state handling
2012-07-24 Christian Königradeonsi: move blender to new state handling
2012-07-24 Christian Königradeonsi: rework state handling v2
2012-07-24 Brad Kingautomake: Honor GL_LIB for mangled/custom lib names
2012-07-23 Marek Olšákst/mesa: fix DDY opcode for FBOs
2012-07-23 Marek Olšákst/mesa: set the centroid qualifier in fragment shader...
2012-07-23 Marek Olšákst/mesa: flush the glBitmap cache before changing frame...
2012-07-23 Marek Olšákst/mesa: set the correct window renderbuffer internal...
2012-07-23 Marek Olšákmesa: fix format checking when doing a multisample...
2012-07-23 José Fonsecagallivm: Prefer the standard JIT engine whenever possible.
2012-07-23 Jerome Glisser600g: don't emit forbidden reg with old kernel on...
2012-07-23 Jerome Glisser600g: don't emit forbidden register on old kernel
2012-07-23 Vincent Lejeuneradeon/llvm: Fix a bug with IF LOGICALNZ with int operand
2012-07-23 Tom Stellardpipe_loader: Try to connect with the X server before...
2012-07-23 Tom Stellardconfigure.ac: Add --with-llvm-prefix option
2012-07-22 Kenneth Graunkemesa: Prevent repeated glDeleteShader() from blowing...
2012-07-22 Matt Turnerimports.h: Correct ceilf typo.
2012-07-22 Marek Olšákst/mesa: remove st_flush_bitmap wrapper
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-07-21 Jordan Justenmesa formats: unpack ARGB8888/XRGB8888
2012-07-21 Jordan Justenmesa pack: use _mesa_problem instead of assert
2012-07-21 Jordan Justenmesa: add glformats integer type/format detection routines
2012-07-21 Vinson Leescons: Add instrumentation component libraries to linki...
2012-07-21 Matt TurnerRemove unused _mesa_memset16
2012-07-21 Matt TurnerRemove _mesa_inv_sqrtf in favor of 1/SQRTF
next