index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
common
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
2
-0
/
+9
*
meta/msaa-blit: consider weird sample count case unreachable
Chris Forbes
2014-10-18
1
-0
/
+1
*
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
2014-10-01
1
-8
/
+9
*
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
2014-10-01
1
-1
/
+1
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
2
-13
/
+199
*
meta: Fix error paths in meta_copy_image.c
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+9
*
meta: Avoid null access on setup_glsl_msaa_blit_shader()
Juha-Pekka Heikkila
2014-09-23
1
-11
/
+13
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
1
-1
/
+8
*
meta: Store precompiled msaa shaders for all supported sample counts
Anuj Phogat
2014-09-05
2
-22
/
+55
*
meta: s/INLINE/inline/
Brian Paul
2014-09-04
1
-1
/
+1
*
meta/copy_image: Use the correct texture level when creating views
Jason Ekstrand
2014-09-03
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
2
-3
/
+6
*
mesa/meta: Support decompressing floating-point formats
Neil Roberts
2014-08-12
2
-33
/
+78
*
mesa/meta: Add a partial implementation of CopyImageSubData
Jason Ekstrand
2014-08-11
2
-0
/
+207
*
mesa/meta: Make _mesa_meta_bind_fbo_image also take a framebuffer target
Jason Ekstrand
2014-08-11
3
-19
/
+25
*
meta: Disable dithering during glBlitFramebuffer
Neil Roberts
2014-08-05
1
-0
/
+3
*
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
2
-2
/
+2
*
meta: Add a meta implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
3
-0
/
+197
*
meta: Add a state flag for the GL_DITHER
Neil Roberts
2014-07-23
2
-0
/
+12
*
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_blit: properly compute texture width for the CopyTexSubImage fallback
Jason Ekstrand
2014-06-13
1
-1
/
+1
*
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
2014-06-11
1
-0
/
+12
*
meta: Label the meta GLSL clear program.
Kenneth Graunke
2014-06-10
1
-0
/
+1
*
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+3
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-28
1
-1
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
2
-3
/
+14
*
mesa: Move declaration to top of block.
José Fonseca
2014-05-23
1
-1
/
+3
*
meta blit: Set Z texcoord during meta blit to sample the correct layer
Jordan Justen
2014-05-23
1
-1
/
+8
*
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
3
-14
/
+39
*
meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.
Kenneth Graunke
2014-05-19
1
-8
/
+0
*
Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage.
Kenneth Graunke
2014-05-13
1
-1
/
+1
*
meta: Refactor state save/restore for framebuffer texture blits
Topi Pohjolainen
2014-05-13
2
-22
/
+52
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
2
-13
/
+30
*
meta: Refactor binding of renderbuffer as texture image
Topi Pohjolainen
2014-05-12
2
-30
/
+47
[next]