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: assorted clean-ups in st_cb_fbo.c
Brian Paul
2012-02-15
1
-19
/
+3
*
st/mesa: remove st_framebuffer_renderbuffer()
Brian Paul
2012-02-15
1
-14
/
+1
*
st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffers
Brian Paul
2012-02-15
1
-0
/
+6
*
st/mesa: remove redundant memset(surface_template,0)
Brian Paul
2012-02-15
1
-1
/
+0
*
st/mesa: remove st_renderbuffer::stride
Brian Paul
2012-02-15
1
-7
/
+6
*
st/mesa: remove st_renderbuffer::format
Brian Paul
2012-02-15
1
-10
/
+3
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
1
-1
/
+1
*
st/mesa: remove gl_renderbuffer::GetPointer stuff
Brian Paul
2012-01-24
1
-19
/
+0
*
st/mesa: remove gl_renderbuffer:DataType assignments
Brian Paul
2012-01-24
1
-3
/
+0
*
st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium drivers
Brian Paul
2012-01-18
1
-0
/
+2
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
1
-0
/
+21
*
st/mesa: don't try to allocate zero-sized renderbuffers
Brian Paul
2011-11-28
1
-0
/
+5
*
st/mesa: fix accum buffer allocation in st_renderbuffer_alloc_storage()
Brian Paul
2011-11-22
1
-2
/
+12
*
st/mesa: check renderbuffer orientation in st_MapRenderbuffer()
Brian Paul
2011-11-15
1
-5
/
+27
*
st/mesa: first implementation of Map/UnmapRenderbuffer()
Brian Paul
2011-11-07
1
-0
/
+59
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-3
/
+3
*
gallium: Set renderbuffer's InternalFormat when rendering to texture
Simon Farnsworth
2011-09-29
1
-0
/
+1
*
st/mesa: Finalize texture on render-to-texture.
Michel Dänzer
2011-09-22
1
-3
/
+6
*
st/mesa: Remove unused renderbuffer fields and functions.
Stéphane Marchesin
2011-09-07
1
-15
/
+0
*
st/mesa: fix renderbuffer internal format for accum buffer
Brian Paul
2011-06-06
1
-1
/
+2
*
st/mesa: fix changing internal format via RenderbufferStorage
Marek Olšák
2011-05-30
1
-5
/
+2
*
st/mesa: assign renderbuffer's format field when allocating storage
pepp
2011-05-21
1
-0
/
+1
*
mesa: added _mesa_get_attachment_teximage() helpers
Brian Paul
2011-04-05
1
-3
/
+2
*
gallium: add a CAP for mixed colorbuffer format support
Marek Olšák
2011-04-01
1
-1
/
+24
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
st/mesa: remove unnecessary flushes
Marek Olšák
2011-03-11
1
-3
/
+0
*
st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format fails
Marek Olšák
2011-03-07
1
-1
/
+5
*
st/mesa: set renderbuffer _BaseFormat in a few places
Brian Paul
2011-02-18
1
-0
/
+2
*
st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupported
Marek Olšák
2011-02-11
1
-5
/
+24
*
mesa/st: enable GL_EXT_framebuffer_sRGB
Dave Airlie
2011-02-10
1
-1
/
+1
*
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-22
1
-1
/
+1
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: 80-column wrapping
Brian Paul
2011-01-03
1
-2
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-12
/
+20
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-11
/
+11
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-10-02
1
-0
/
+12
*
st/mesa: added st_is_depth_stencil_combined() function
Brian Paul
2010-08-22
1
-0
/
+24
*
mesa/st: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-1
/
+1
*
st/mesa: test for FEATURE defines
nobled
2010-08-16
1
-0
/
+2
*
st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 format
Marek Olšák
2010-07-19
1
-7
/
+19
*
st/mesa: fix wrong argument order
Roland Scheidegger
2010-05-18
1
-2
/
+3
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-3
/
+4
*
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
1
-5
/
+3
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-7
/
+12
*
st/mesa: replace 'usage' with 'bindings' to be consistent
Brian Paul
2010-04-23
1
-10
/
+6
*
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-21
1
-0
/
+2
*
st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-1
/
+4
*
st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
[prev]
[next]