index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
/
meta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Only use _mesa_ClipControl if the extension is supported
Ian Romanick
2014-10-24
1
-4
/
+7
*
mesa: Handle clip control in meta operations.
Mathias Fröhlich
2014-10-24
1
-0
/
+6
*
meta: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
meta: Make MESA_META_DRAW_BUFFERS restore properly
Kristian Høgsberg
2014-09-02
1
-34
/
+4
*
i965,meta: Stop unlocking the texture to try and prevent deadlocks.
Kenneth Graunke
2014-08-20
1
-18
/
+0
*
meta: Use instanced rendering for layered clears.
Kenneth Graunke
2014-08-15
1
-16
/
+5
*
meta: Export _mesa_meta_drawbuffers_from_bitfield()
Kristian Høgsberg
2014-08-15
1
-3
/
+3
*
mesa/meta: Support decompressing floating-point formats
Neil Roberts
2014-08-12
1
-31
/
+66
*
mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer target
Jason Ekstrand
2014-08-11
1
-16
/
+22
*
meta: Fix datatype computation in get_temp_image_type()
Anuj Phogat
2014-08-04
1
-5
/
+4
*
meta: Move the call to _mesa_get_format_datatype() out of switch
Anuj Phogat
2014-08-04
1
-7
/
+3
*
meta: Use _mesa_get_format_bits() to get the GL_RED_BITS
Anuj Phogat
2014-08-04
1
-2
/
+3
*
meta: Initialize the variable in declaration statement
Anuj Phogat
2014-08-04
1
-3
/
+1
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
meta: Add a meta implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
1
-0
/
+189
*
meta: Add a state flag for the GL_DITHER
Neil Roberts
2014-07-23
1
-0
/
+8
*
meta: Call glObjectLabel before linking.
Kenneth Graunke
2014-07-09
1
-1
/
+1
*
mesa: Make unreachable macro take a string argument.
Matt Turner
2014-07-01
1
-2
/
+1
*
meta: Use AMD_vertex_shader_layer instead of a GS for layered clears.
Kenneth Graunke
2014-06-30
1
-37
/
+16
*
meta: Respect the driver's maximum number of draw buffers
Ian Romanick
2014-06-18
1
-2
/
+2
*
mesa: Mark default case unreachable to silence warning.
Matt Turner
2014-06-17
1
-0
/
+1
*
meta: Label the meta GLSL clear program.
Kenneth Graunke
2014-06-10
1
-0
/
+1
*
meta: Use gl_FragColor to output color values to all the draw buffers
Anuj Phogat
2014-05-21
1
-11
/
+4
*
meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code
Anuj Phogat
2014-05-21
1
-53
/
+48
*
meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.
Kenneth Graunke
2014-05-19
1
-6
/
+6
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-5
/
+5
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
1
-16
/
+29
*
meta: Only clear the requested color buffers.
Kenneth Graunke
2014-05-06
1
-2
/
+49
*
meta: Add infrastructure for saving/restoring the DrawBuffers state.
Kenneth Graunke
2014-05-06
1
-0
/
+39
*
meta: Add a new MESA_META_DRAW_BUFFERS bit.
Kenneth Graunke
2014-05-06
1
-2
/
+3
*
meta: Unify the GLSL and fixed-function clear paths.
Kenneth Graunke
2014-05-06
1
-102
/
+51
*
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
2014-05-02
1
-6
/
+4
*
meta: Fix saving the program pipeline state
Ian Romanick
2014-05-02
1
-33
/
+53
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-1
/
+1
*
meta: Clip src/dest rects in BlitFramebuffer, using the scissor
Chris Forbes
2014-04-17
1
-0
/
+7
*
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
2014-04-15
1
-9
/
+86
*
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2014-04-15
1
-0
/
+4
*
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
2014-04-15
1
-2
/
+8
*
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
2014-04-15
1
-0
/
+30
*
mesa/sso: Add gl_pipeline_object parameter to _mesa_use_shader_program
Gregory Hainaut
2014-03-25
1
-3
/
+6
*
meta/sso: Update meta to save and restore SSO state.
Gregory Hainaut
2014-03-25
1
-0
/
+18
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-3
/
+3
*
meta: Always restore the framebuffers and current renderbuffer.
Eric Anholt
2014-03-11
1
-18
/
+15
*
meta: use non-ARB shader/program create/delete functions
Brian Paul
2014-03-10
1
-27
/
+27
*
meta: Split GenerateMipmap() into its own file.
Kenneth Graunke
2014-03-07
1
-337
/
+1
*
meta: De-static setup_texture_coords().
Kenneth Graunke
2014-03-07
1
-23
/
+23
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
1
-90
/
+49
*
meta: Restore API at the end of _mesa_meta_end(), not the start.
Kenneth Graunke
2014-02-27
1
-2
/
+2
*
meta: Set some object labels on our meta shaders.
Eric Anholt
2014-02-22
1
-0
/
+6
[next]