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
/
state_tracker
/
st_cb_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-109
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-25
/
+14
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-3
/
+3
*
st/mesa: plug in default for pipe_context::surface_copy() if needed
Brian Paul
2010-03-17
1
-12
/
+4
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-16
1
-1
/
+17
|
\
|
*
st/mesa: Implement st_api.h.
Chia-I Wu
2010-03-12
1
-1
/
+17
*
|
st/mesa: Cache FBO texture's sampler view object.
Michal Krol
2010-03-15
1
-0
/
+15
|
/
*
st/mesa: set strb->format field in st_render_texture()
Brian Paul
2010-03-10
1
-0
/
+2
*
st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()
Brian Paul
2010-03-08
1
-5
/
+0
*
mesa: Rename pipe formats.
José Fonseca
2010-03-01
1
-7
/
+7
*
st/mesa: clean-ups in FBO code
Brian Paul
2010-02-24
1
-21
/
+6
*
st/mesa: clean-up of format-related code
Brian Paul
2010-02-24
1
-5
/
+4
*
st/mesa: code clean-ups in st_renderbuffer_alloc_storage()
Brian Paul
2010-02-24
1
-8
/
+7
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
st/mesa: fix gallium texture level selection for RTT
Brian Paul
2010-02-11
1
-3
/
+11
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
[next]