mesa: In helpers, only check driver capability for meta
[mesa.git] / src / mesa / drivers / common / meta.c
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-09-02 Jordan Justenmeta: Save/restore compute shaders
2015-07-24 Anuj Phogatmeta: Use _mesa_need_rgb_to_luminance_conversion()...
2015-07-24 Anuj Phogatmeta: Use _mesa_need_luminance_to_rgb_conversion()...
2015-07-24 Anuj Phogatmeta: Use _mesa_unpack_format_to_base_format() to handl...
2015-07-24 Anuj Phogatmesa: Set green, blue channels to zero only for formats...
2015-07-22 Fabian Bielermesa: add tessellation shader enums
2015-07-22 Brian Paulmesa: replace Driver.GetTexImage with GetTexSubImage()
2015-07-22 Brian Paulmeta: add offset, width, height parameters to decompres...
2015-07-22 Brian Paulmeta: handle subimages in _mesa_meta_setup_texture_coords()
2015-06-27 Mike Stroyanmeta: Only change and restore viewport 0 in mesa meta...
2015-05-14 Laura Ekstrandmain: Refactor _mesa_drawbuffers.
2015-04-28 Brian Paulmeta: remove unneeded #include colortab.h
2015-03-09 Ben Widawskymeta: Plug memory leak
2015-02-25 Anuj Phogatmeta: Add assertion check for ctx->Meta->SaveStackDepth
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-16 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-02 Laura EkstrandDD: Refactor BlitFramebuffer.
2015-01-30 Topi Pohjolainenmeta: Don't write depth when decompressing tex-images
2015-01-30 Topi Pohjolainenmeta/blit: Write depth only when asked for
2015-01-30 Topi Pohjolainenmeta/blit: Add plumbing for shaders without depth
2015-01-15 Ian Romanickmeta: Put _mesa_meta_in_progress in the header file
2015-01-08 Laura Ekstrandmain: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
2015-01-05 Brian Paulmeta: init var to silence uninitialized variable warning
2014-10-25 Ian Romanickmeta: Only use _mesa_ClipControl if the extension is...
2014-10-24 Mathias Fröhlichmesa: Handle clip control in meta operations.
2014-09-04 Brian Paulmeta: s/INLINE/inline/
2014-09-02 Kristian Høgsbergmeta: Make MESA_META_DRAW_BUFFERS restore properly
2014-08-21 Kenneth Graunkei965,meta: Stop unlocking the texture to try and preven...
2014-08-15 Kenneth Graunkemeta: Use instanced rendering for layered clears.
2014-08-15 Kristian Høgsbergmeta: Export _mesa_meta_drawbuffers_from_bitfield()
2014-08-12 Neil Robertsmesa/meta: Support decompressing floating-point formats
2014-08-11 Jason Ekstrandmesa/meta: Make _mesa_meta_bind_fbo_image also take...
2014-08-05 Anuj Phogatmeta: Fix datatype computation in get_temp_image_type()
2014-08-05 Anuj Phogatmeta: Move the call to _mesa_get_format_datatype()...
2014-08-05 Anuj Phogatmeta: Use _mesa_get_format_bits() to get the GL_RED_BITS
2014-08-05 Anuj Phogatmeta: Initialize the variable in declaration statement
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-07-23 Neil Robertsmeta: Add a meta implementation of GL_ARB_clear_texture
2014-07-23 Neil Robertsmeta: Add a state flag for the GL_DITHER
2014-07-09 Kenneth Graunkemeta: Call glObjectLabel before linking.
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-06-30 Kenneth Graunkemeta: Use AMD_vertex_shader_layer instead of a GS for...
2014-06-18 Ian Romanickmeta: Respect the driver's maximum number of draw buffers
2014-06-17 Matt Turnermesa: Mark default case unreachable to silence warning.
2014-06-10 Kenneth Graunkemeta: Label the meta GLSL clear program.
2014-05-21 Anuj Phogatmeta: Use gl_FragColor to output color values to all...
2014-05-21 Anuj Phogatmeta: Refactor _mesa_meta_setup_blit_shader() to avoid...
2014-05-20 Kenneth Graunkemeta: Avoid _swrast_BlitFramebuffer in the meta CopyTex...
2014-05-20 Kenneth Graunkemeta: Split _swrast_BlitFramebuffer out of the meta...
2014-05-12 Topi Pohjolainenmeta: Merge compiling and linking of blit program
2014-05-06 Kenneth Graunkemeta: Only clear the requested color buffers.
2014-05-06 Kenneth Graunkemeta: Add infrastructure for saving/restoring the DrawB...
2014-05-06 Kenneth Graunkemeta: Add a new MESA_META_DRAW_BUFFERS bit.
2014-05-06 Kenneth Graunkemeta: Unify the GLSL and fixed-function clear paths.
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanickmeta: Fix saving the program pipeline state
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-30 Eric Anholtmesa: Drop _EnabledUnits.
2014-04-17 Chris Forbesmeta: Clip src/dest rects in BlitFramebuffer, using...
2014-04-15 Eric Anholtmeta: Add an accelerated glCopyTexSubImage using glBlit...
2014-04-15 Eric Anholtmeta: Add support for CUBE_MAP_ARRAY to generatemipmap.
2014-04-15 Eric Anholtmeta: Infer bind_fbo_image parameters from an incoming...
2014-04-15 Eric Anholtmeta: Move bind_fbo_image() code back to meta.c, to...
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-11 Eric Anholtmeta: Always restore the framebuffers and current rende...
2014-03-10 Brian Paulmeta: use non-ARB shader/program create/delete functions
2014-03-08 Kenneth Graunkemeta: Split GenerateMipmap() into its own file.
2014-03-08 Kenneth Graunkemeta: De-static setup_texture_coords().
2014-02-27 Kenneth Graunkemeta: Drop ctx->API checks.
2014-02-27 Kenneth Graunkemeta: Restore API at the end of _mesa_meta_end(), not...
2014-02-23 Eric Anholtmeta: Set some object labels on our meta shaders.
2014-02-21 Eric Anholtmeta: Save and restore a bunch of MSAA state.
2014-02-18 Eric Anholtmeta: Push into desktop GL mode when doing meta operations.
2014-02-18 Eric Anholtmeta: Fix blit shader compile on non-glsl-130 drivers.
2014-02-13 Eric Anholtmeta: Move glBlitFramebuffer() to a separate file.
2014-02-13 Eric Anholtmeta: De-static some of meta's functions.
2014-02-12 Eric Anholtmeta: Move the meta structures to the meta header.
2014-02-12 Eric Anholtmeta: Fold the texture setup into setup_copypix_texture().
2014-02-12 Eric Anholtmeta: Drop the src == dst restriction on meta glBlitFra...
2014-02-12 Eric Anholtmeta: Rename the "sampler" stuff to "blit shader".
2014-02-12 Eric Anholtmeta: Drop a now-trivial helper function.
2014-02-12 Eric Anholtmeta: Fold the glUseProgram() into the blit program...
2014-02-12 Eric Anholtmeta: Simplify the blit shader setup steps.
2014-02-12 Ian Romanickmeta: Enable cubemap array texture support to decompres...
2014-02-12 Ian Romanickmeta: Add cubemap array support to generic blit shader...
2014-02-12 Ian Romanickmeta: Get the correct info log
2014-02-12 Ian Romanickmeta: Expand texture coordinate from vec3 to vec4
2014-02-12 Ian Romanickmeta: Use GLSL to decompress 2D-array textures
2014-02-12 Ian Romanickmeta: Use common GLSL code for blits
2014-02-12 Ian Romanickmeta: Improve GLSL version check
2014-02-12 Ian Romanickmeta: Add rectangle textures to the shader-per-sampler...
2014-02-12 Ian Romanickmeta: Refactor shader generation code out of mipmap...
2014-02-12 Ian Romanickmeta: Refactor the table of glsl_sampler structures
2014-02-12 Ian Romanickmeta: Use common vertex setup code for _mesa_meta_Bitma...
2014-02-12 Ian Romanickmeta: Add storage to the vertex structure for R, G...
2014-02-12 Ian Romanickmeta: Use common routine to configure fixed-function...
2014-02-11 Ian Romanickmeta: Silence unused parameter warning in _mesa_meta_Co...
next