i965/fs: Name temporary ralloc contexts something other than mem_ctx.
[mesa.git] / src / mesa /
2014-04-05 Matt Turneri965/fs: Name temporary ralloc contexts something other...
2014-04-05 Matt Turneri965/fs: Recalculate live intervals in calculate_regist...
2014-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-04-05 Jonathan Graymegadriver_stub.c: don't use _GNU_SOURCE to gate the...
2014-04-04 Matt Turneri965: Mark SNB GT1 as a GT1.
2014-04-04 Christian Königst/mesa: improve sampler view handling
2014-04-02 Juha-Pekka Heikkilamesa: remove redundant running of check_symbol_table()
2014-04-02 Juha-Pekka Heikkilamesa: Add missing null check in _mesa_parse_arb_program()
2014-04-02 Juha-Pekka Heikkilamesa: Prevent negative indexing on noise2, noise3 and...
2014-04-02 Tapani Pällii965/vec4: do not trim dead channels on gen6 for math
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-04-01 Iago Toral Quirogamesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with...
2014-04-01 Chia-I Wuglsl: remove UBO fields from _mesa_glsl_parse_state
2014-04-01 Ilia Mirkinmesa/st: Accelerate ARB_clear_buffer_object with clear_...
2014-03-31 Matt Turneri965/vec4: Don't trim writemasks of texture instructions.
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-31 Emil Velikovdri/i965: use CLOCK_LIBS over -lrt
2014-03-31 Emil Velikovdri/common: LIBDRM_LIBS is not a linker/libtool flag...
2014-03-31 Emil Velikovdrivers/x11: GL_LIB_DEPS is not a linker/libtool flag...
2014-03-31 Chris Forbesmesa: Fix format matching checks for GL_INTENSITY*...
2014-03-31 Chris Forbesst: fix st_choose_matching_format to ignore intensity
2014-03-31 Chris Forbesmesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
2014-03-29 Kenneth Graunkei965: Add Cherryview support.
2014-03-28 Ian Romanickmesa: Clean up "unused parameter" warnings
2014-03-28 Ian Romanickmesa/program: Constify find_variable_storage
2014-03-28 Iago Toral Quirogai965: Make sure we always compute valid index bounds...
2014-03-27 Brian Paulmesa: fix glMultiDrawArrays inside a display list
2014-03-27 Brian Paulst/mesa: overhaul texture / sample swizzle code
2014-03-27 Brian Paulst/mesa: simplify apply_depthmode()
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-26 Eric Anholti965: Massively simplify the intel_upload implementation.
2014-03-26 Brian Paulst/mesa: add null pointer checking in query object...
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 Christian Königst/mesa: fix sampler view handling with shared textures v4
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 Chris ForbesRevert "mesa: Fix format matching checks for GL_INTENSI...
2014-03-25 Brian Paulmesa: move GLbitfield any_valid_stages declaration...
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-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 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-20 Marek Olšákst/mesa: drop the lowering of quad strips to triangle...
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 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
next