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
/
state_tracker
/
st_cb_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: minor clean-ups in st_update_renderbuffer_surface()
Brian Paul
2017-04-26
1
-9
/
+8
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
1
-0
/
+1
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
1
-1
/
+1
*
st/mesa: don't update unrelated states in non-draw calls such as Clear
Marek Olšák
2017-02-25
1
-1
/
+1
*
st/mesa: handle negative _ColorDrawBufferIndexes values correctly
Francesco Ansanelli
2016-06-24
1
-1
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
1
-1
/
+1
*
mesa/st: log some additional invalid-fbo cases
Rob Clark
2016-04-25
1
-0
/
+3
*
st/mesa: fix glReadBuffer() assertion failure
Brian Paul
2016-04-08
1
-0
/
+2
*
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
2016-03-21
1
-7
/
+15
*
st/mesa: fix frontbuffer glReadPixels regressions
Brian Paul
2016-02-24
1
-2
/
+11
*
st/fbo: use pipe_surface_release instead of pipe_surface_reference
Krzysztof Sobiecki
2015-10-14
1
-1
/
+1
*
st/mesa: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
2015-10-06
1
-12
/
+1
*
st/mesa: remove st_bind_framebuffer()
Brian Paul
2015-09-22
1
-12
/
+0
*
st/mesa: remove unneeded pipe_surface_release() in st_render_texture()
Brian Paul
2015-06-24
1
-2
/
+0
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-3
/
+3
*
mesa/st: NumLayers is only valid for array textures
Ilia Mirkin
2014-09-25
1
-1
/
+2
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
1
-0
/
+10
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-1
/
+1
*
st/mesa: make winsys fbo sRGB-capable when supported
Chia-I Wu
2014-03-06
1
-3
/
+22
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
st/mesa: add a simple sanity check assertion in st_validate_attachment()
Brian Paul
2014-01-24
1
-0
/
+6
*
st/mesa: fix glReadBuffer(GL_NONE) segfault
Brian Paul
2014-01-23
1
-1
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
2014-01-13
1
-1
/
+4
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
1
-24
/
+73
*
st/mesa: don't dereference stObj->pt if NULL
Dave Airlie
2013-09-16
1
-1
/
+1
*
st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support
Marek Olšák
2013-07-30
1
-0
/
+8
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
1
-3
/
+2
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-5
/
+1
*
mesa: Make Mesa core set up wrapped texture renderbuffer state.
Eric Anholt
2013-05-06
1
-5
/
+0
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
1
-20
/
+2
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-1
/
+1
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
1
-24
/
+0
*
st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support
Brian Paul
2013-03-12
1
-0
/
+3
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
1
-4
/
+4
*
st/mesa: fix InternalFormat for Z24X8 window-system buffers
Marek Olšák
2013-01-15
1
-1
/
+3
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-2
/
+1
*
st/mesa: add null pointer check in st_renderbuffer_delete()
Brian Paul
2012-12-03
1
-4
/
+4
*
st/mesa: fix context use-after-free problem in st_renderbuffer_delete()
Brian Paul
2012-11-30
1
-3
/
+5
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
st/mesa: add int cast to silence warning
Brian Paul
2012-11-06
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-8
/
+7
*
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
st/mesa: fix renderbuffer validation bug
Brian Paul
2012-08-10
1
-0
/
+6
*
st/mesa: set the correct window renderbuffer internal format
Marek Olšák
2012-07-23
1
-1
/
+9
*
st/mesa: use DEBUG_INCOMPLETE_FBO debug flag
Brian Paul
2012-06-29
1
-7
/
+3
[next]