mesa: Add ARB_viewport_array plumbing
[mesa.git] / src / mesa /
2014-01-20 Courtney Goeltzenl... mesa: Add ARB_viewport_array plumbing
2014-01-20 Ian Romanickmesa: Add varying slot for viewport index
2014-01-20 Courtney Goeltzenl... mesa: Add new viewport and depth-range entry points...
2014-01-20 Courtney Goeltzenl... mesa: Add new scissor entry points for GL_ARB_viewport_...
2014-01-20 Courtney Goeltzenl... mesa: Add custom get function for SCISSOR_TEST to _mesa...
2014-01-20 Courtney Goeltzenl... mesa: Add new get entrypoints for ARB_viewport_array
2014-01-20 Ian Romanickmesa: Change parameter to _mesa_set_viewport to float
2014-01-20 Ian Romanickmeta: Restore all scissor state
2014-01-20 Ian Romanickmesa: Set all scissor rects
2014-01-20 Ian Romanickmesa: Set all viewports from _mesa_Viewport and _mesa_D...
2014-01-20 Ian Romanickmesa: Restore all the viewports in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Restore all the scissor rectangles in _mesa_PopAttrib
2014-01-20 Ian Romanickmesa: Initialize all the viewports
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_scissor
2014-01-20 Ian Romanickmesa: Refactor scissor rectangle setting even more
2014-01-20 Ian Romanickmesa: Refactor viewport setting even more
2014-01-20 Ian Romanickmesa: Refactor depth range setting even more
2014-01-20 Ian Romanickmesa: Add an index parameter to _mesa_set_viewport
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_context::Viewport to gl_context::Viewp...
2014-01-20 Courtney Goeltzenl... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_viewport_attrib::Near and ::Far to...
2014-01-20 Courtney Goeltzenl... mesa: Allow glGet of values that are 2 doubles
2014-01-20 Ian Romanickmesa: Move parameter validation from _mesa_set_viewport...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-20 Ian Romanickmesa: Add new constants related to GL_ARB_viewport_array
2014-01-20 Courtney Goeltzenl... mesa: Add extension tracking bit for ARB_viewport_array
2014-01-20 Brian Paulswrast: check for null/-1 when mapping renderbuffers
2014-01-20 José Fonsecai915,r200,radeon,vega: Change vendor from "VMware,...
2014-01-20 Topi Pohjolaineni965/blorp: reduce the scope of the explicit compressio...
2014-01-20 Topi Pohjolaineni965/blorp: remove dependency to compression control...
2014-01-20 Kristian Høgsbergi965: Only update renderbuffers on initial intelMakeCurrent
2014-01-19 Kenneth Graunkei965: Double the push constant space multipliers on...
2014-01-19 Kenneth Graunkei965: Update invariant state for Broadwell.
2014-01-19 Kenneth Graunkei965: Use the Sandybridge VUE format on Broadwell as...
2014-01-19 Kenneth Graunkei965: Create a new fragment shader backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Add a new infrastructure for generating Broadwell...
2014-01-19 Kenneth Graunkei965: Implement a disassembler for Broadwell's new...
2014-01-19 Kenneth Graunkei965: Add a new representation for Broadwell shader...
2014-01-19 Kenneth Graunkei965: Add SFID #defines for media stuff.
2014-01-19 Kenneth Graunkei965: Add #defines for new Broadwell math functions.
2014-01-19 Chris Forbesi965: add struct and SFID for pixel interpolator messages
2014-01-18 Chris Forbesi965/Gen7: Only emit cube face enables for cubes.
2014-01-18 Chris Forbesi965: Improve dumping of Gen7 SURFACE_STATE
2014-01-18 Chris Forbesi965: Add masks for more SURFACE_STATE fields
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2014-01-17 Eric Anholti965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-17 Ilia Mirkinmesa: fix GL_COLOR_SUM enum for drivers without ARB_ver...
2014-01-16 Aaron Watrymesa/main: Free ctx->DrawIndirectBuffer during teardown
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Scissor
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::DepthRange
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2014-01-15 Ian Romanickradeon: Remove dead code
2014-01-15 Ian Romanicki915: Remove spurious calls to DepthRange
2014-01-15 Ian Romanickmesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_T...
2014-01-15 Brian Paulscons: add new shaderimage.c file to the build
2014-01-15 Francisco Jerezmesa: Validate image units when the texture state changes.
2014-01-15 Francisco Jerezmesa: Unbind deleted textures from the shader image...
2014-01-15 Francisco Jerezmesa: Add image parameter queries for ARB_shader_image_...
2014-01-15 Francisco Jerezmesa: Add ARB_shader_image_load_store to the extension...
2014-01-15 Francisco Jerezglapi: Update dispatch XML files for ARB_shader_image_l...
2014-01-15 Francisco Jerezmesa: Implement the GL entry points defined by ARB_shad...
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
2014-01-15 Francisco Jerezmesa: Add MESA_FORMAT_ABGR2101010.
2014-01-15 Francisco Jerezmesa: Add driver interface for ARB_shader_image_load_store.
2014-01-15 Francisco Jerezmesa: Add state data structures required for ARB_shader...
2014-01-15 Francisco Jerezmesa: Define helper function to get the number of textu...
2014-01-15 Emil Velikovst/mesa: use signed temporary variable to store _ColorD...
2014-01-15 Emil Velikovautomake: include the git sha in the opengl version...
2014-01-15 Emil Velikovmesa: use signed temporary variable to store _ColorDraw...
2014-01-15 Ilia Mirkinnouveau: add framebuffer validation callback
2014-01-14 Kenneth Graunkei965: Emit 3DSTATE_VF on Broadwell too.
2014-01-14 Kenneth Graunkei965: Disable workaround flush for push constants on...
2014-01-14 Kenneth Graunkei965: Enable native ETC texture support on Broadwell.
2014-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2014-01-13 Kenneth Graunkeglsl: Replace foreach_iter and iter.remove() with forea...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2014-01-13 Marek Olšákst/mesa: bind NULL colorbuffers as specified by glDrawB...
2014-01-13 Marek Olšákmesa: handle GL_NONE draw buffers correctly in glClear
2014-01-13 Marek Olšákst/mesa: use sRGB formats for MSAA resolving if destina...
2014-01-13 Marek Olšákst/mesa: check depth and stencil writemask before clearing
2014-01-13 Marek Olšákst/mesa: always prefer pipe->clear over clear_with_quad...
2014-01-13 Tapani Pällidri: set yInverted default to GL_TRUE
2014-01-11 Ian Romanickmesa: Set the correct error in _mesa_BeginConditionalRender
2014-01-10 Kenneth Graunkei965: Delete duplicate write_timestamp function.
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2014-01-10 Paul Berrymain: check texture target when validating layered...
2014-01-09 Chad Versacei965/gen6/blorp: Remove redundant HiZ workaround
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush at top of...
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush immediately...
2014-01-09 Brian Paulmesa: add missing SNORM formats in _mesa_base_fbo_format()
2014-01-09 Brian Paulmesa: remove dead geom shader code
2014-01-09 Brian Paulmesa: check bits per channel for GL_RGBA_SIGNED_COMPONE...
2014-01-09 Brian Paulmesa: check for MESA_FORMAT_RGB9_E5_FLOAT in _mesa_is_f...
2014-01-09 Brian Paulst/mesa: fix breakage from gl_constant::Program[] change
2014-01-09 Paul Berrymesa: Use functions to convert gl_shader_stage to PROGR...
2014-01-09 Paul Berrymain: Change init_program_limits() to use gl_shader_stage.
next