loader: introduce the loader util lib
[mesa.git] / src / mesa /
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.
2014-01-09 Paul Berrymesa: Index into ctx->Const.Program[] rather than using...
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-09 Eric Anholti965: Don't do the temporary-and-blit-copy for INVALIDA...
2014-01-09 Eric Anholti965: Fix handling of MESA_pack_invert in blit (PBO...
2014-01-09 Eric Anholti965: Fix incorrect bounds tracking for blit readpixels...
2014-01-09 Eric Anholti965: Use SET_FIELD to safety check our x/y offsets...
2014-01-09 Eric Anholti965: Add an assert for when SET_FIELD's value exceeds...
2014-01-09 Eric Anholti965: Add a safety check for emitting blits.
2014-01-09 Eric Anholti965: Don't call the blitter on addresses it can't...
2014-01-08 Chris Forbesi965: fold offset into coord for textureOffset(gsampler...
2014-01-08 Paul Berrymesa: Remove _mesa_progshader_enum_to_string(), which...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berryglsl: Change _mesa_glsl_parse_state ctor to use gl_shad...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Move declaration of gl_shader_stage earlier in...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2014-01-07 Kenneth Graunkemesa: Use get_local_param_pointer in glProgramLocalPara...
2014-01-07 Andreas Fängerswrast: fix delayed texel buffer allocation regression...
2014-01-06 Kenneth Graunkei965: Remove unused PIPE_CONTROL defines.
2014-01-06 Maxence Le Dorémesa: enable AMD_shader_trinary_minmax
2014-01-06 Maxence Le Doréglsl: Add extension tracking for AMD_shader_trinary_minmax
2014-01-06 Alexander von Gluck IVhaiku libGL: Move from gallium target to src/hgl
2014-01-06 Alexander von Gluck IVhaiku: Fix missing HaikuGL header paths
2014-01-06 Brian Paulmesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS...
2014-01-06 Eric Anholti965: Warning fix
2014-01-06 Kenneth Graunkei965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_R...
2014-01-04 Chris Forbesi965: set size of txf_mcs payload vgrf properly
2013-12-30 Courtney Goeltzenl... i965: Enhance intel_texsubimage_tiled_memcpy() to suppo...
2013-12-30 Courtney Goeltzenl... i965: Add XRGB to intel_texsubimage_tiled_memcpy()
2013-12-30 Paul Berrymesa: Add an assertion to _mesa_program_index_to_target().
2013-12-30 Paul Berrymesa: Improve static error checking of arrays sized...
2013-12-30 Paul Berrymain: Remove unused function _mesa_shader_index_to_type().
2013-12-30 Paul BerryRename overloads of _mesa_glsl_shader_target_name().
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling integer typed texture...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple gen6 zero-src...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling gen6 msaa-8 cms alpha...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling bilinear filtered
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple zero-src sampled
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling unaligned msaa-8
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms alpha blend
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-4 ums to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms to cms
next