mesa.git
2014-03-26 Brian Paulsvga: null out query's hwbuf pointer after destroying
2014-03-26 Brian Paulsvga: add some debug_printf() calls in the query object...
2014-03-26 Brian Paulst/mesa: add null pointer checking in query object...
2014-03-26 Brian Paulsvga: fix a comment (sampler vs. sampler_view)
2014-03-26 Brian Paulmesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT...
2014-03-26 Brian Paulmesa: fix indentation, formatting, etc in fbobject.c
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Zack Rusinllvmpipe: Fix llvmpipe_create_gs_state.
2014-03-26 Christian Königst/omx/dec: fix possible segfault at eos
2014-03-26 José Fonsecamapi/glapi: Use ElementTree instead of libxml2.
2014-03-26 José Fonsecamapi/glapi: Remove glX_doc.py.
2014-03-26 Christian Königst/mesa: fix sampler view handling with shared textures v4
2014-03-26 Roland Scheideggergallivm: fix no-op n:n lp_build_resize()
2014-03-25 Kevin Rogovini965: For fast color clears, only check the color of...
2014-03-25 Kenneth Graunkei965: Set Broadwell MOCS values everywhere it's possible.
2014-03-25 Kenneth Graunkemesa: In core profile, refuse to draw unless a VAO...
2014-03-25 Ilia MirkinRevert "build: llvm libs may not be in system search...
2014-03-25 Chris ForbesRevert "mesa: Fix format matching checks for GL_INTENSI...
2014-03-25 Brian Paulmesa: move GLbitfield any_valid_stages declaration...
2014-03-25 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-25 Ian Romanickglsl: Minor clean ups in constant_referenced
2014-03-25 Ian Romanickglsl: Remove ir_dereference::constant_referenced
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_array:...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_record...
2014-03-25 Ian Romanickglsl: Fold implementation of ir_dereference_variable...
2014-03-25 Ian Romanickglsl: Add wrapper function that calls ir_dereference...
2014-03-25 Ian Romanickglsl: Group all of the constant_referenced functions...
2014-03-25 Gwenole Beauchesnei965: fix dma_buf import with non-zero offset.
2014-03-25 Gregory Hainautmesa/sso: Implement ValidateProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Add _mesa_sampler_uniforms_pipeline_are_valid
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object::InfoLog support
2014-03-25 Gregory Hainautmesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for...
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_BindProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_UseProgramStages
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object parameter to _mesa_use...
2014-03-25 Gregory Hainautmeta/sso: Update meta to save and restore SSO state.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-25 Gregory Hainautmesa/sso: replace Shader binding point with _Shader
2014-03-25 José Fonsecallvmpipe: Simplify vertex and geometry shaders.
2014-03-25 José Fonsecadraw: Duplicate TGSI tokens in draw_pipe_pstipple module.
2014-03-25 Alexander von... haiku: Fix build through scons corrections and viewport...
2014-03-24 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-24 Kenneth Graunkemesa: Skip clearing color buffers when color writes...
2014-03-24 Kenneth Graunkemesa: Introduce a _mesa_format_has_color_component...
2014-03-24 Eric Anholti965: Fix compiler warning about signed/unsigned.
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-24 Eric Anholtmesa: Stop skipping the FinishRenderTexture calls for...
2014-03-24 Eric Anholti965: Skip reallocating the private MSAA miptree, unles...
2014-03-24 Eric Anholti965: Simplify the no-reopening-the-winsys-buffer tests.
2014-03-24 Eric Anholti965: Don't forget to free the old singlesample_mt.
2014-03-24 Eric Anholti965: Add an env var for forcing window system MSAA.
2014-03-24 Matt Turneri965/vec4: Eliminate dead writes to the flag register.
2014-03-24 Matt Turneri965/vec4: Eliminate writes that are never read.
2014-03-24 Matt Turneri965/vec4: Factor code out of DCE into a separate function.
2014-03-24 Matt Turneri965/vec4: Let dead code eliminate trim dead channels.
2014-03-24 Matt Turneri965/vec4: Track live ranges per-channel, not per vgrf.
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-24 Chris Forbesmesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMEN...
2014-03-24 Chris Forbesmesa: Fix format matching checks for GL_INTENSITY*...
2014-03-24 Christian Königst/mesa: recreate sampler view on context change v3
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-21 Kenneth Graunkei965: Drop BLT TexSubImage Y-tiling restriction on...
2014-03-21 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4...
2014-03-21 Tom Stellardclover: Fix typo in validate_object()
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-03-21 Roland Scheideggergallium: add b5g6r5 srgb format
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-03-20 Marek Olšákst/mesa: drop the lowering of quad strips to triangle...
2014-03-20 Marek Olšákgallium/u_gen_mipmap: remove the software fallback
2014-03-20 Marek Olšákst/mesa: fix generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: allow generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix texture border handling for cube arrays
2014-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
2014-03-20 Marek Olšákr600g: deobfuscate async DMA code
2014-03-20 Marek Olšákr600g: don't flush the gfx IB explicitly before doing DMA
2014-03-20 Marek Olšákwinsys/radeon: only add duplicate relocations for DMA...
2014-03-20 Niels Ole Salscheiderradeonsi: Implement DMA blit
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-20 Richard Sandifordllvmpipe: Tighten check for alpha-only formats
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-20 Jonathan Graynouveau: use DLOPEN_LIBS instead of -ldl
2014-03-19 Brian Paulc11/threads: don't include assert.h if the assert macro...
next