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: 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
|
\
|
*
st/mesa: Remove unnecessary header from st_cb_fbo.c.
Vinson Lee
2010-01-15
1
-1
/
+0
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-2
/
+2
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-5
/
+2
|
\
\
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-5
/
+2
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-2
/
+2
*
|
|
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
*
|
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
1
-1
/
+1
*
|
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-3
/
+3
|
/
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-13
/
+1
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-13
/
+1
*
|
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
1
-4
/
+12
*
|
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
2009-10-07
1
-1
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-6
/
+7
|
\
\
|
*
|
st/mesa: check for null before asserts, fix possible mem leak
Brian Paul
2009-10-01
1
-6
/
+7
|
|
/
*
/
mesa: Copy textures' base format into wrapper renderbuffer.
José Fonseca
2009-10-05
1
-0
/
+1
|
/
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Nicolai Hähnle
2009-09-20
1
-0
/
+1
|
\
|
*
mesa/st: Initialize format bits of framebuffer renderbuffers
Nicolai Hähnle
2009-09-20
1
-0
/
+1
*
|
mesa st: Report unsupported render-to-texture formats.
Thomas Hellstrom
2009-07-30
1
-0
/
+53
*
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-72
/
+73
|
\
|
|
*
mesa: Pure software accum buffer.
José Fonseca
2009-06-10
1
-73
/
+74
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-01
1
-1
/
+11
|
\
|
|
*
st: create renderbuffer's pipe_surface in st_render_texture()
Brian Paul
2009-05-01
1
-1
/
+11
*
|
st: when creating an on-demand front color buffer, init to back buffer image
Brian Paul
2009-05-01
1
-1
/
+31
*
|
st: added st_renderbuffer::defined flag
Brian Paul
2009-05-01
1
-0
/
+2
*
|
st: when double buffered, only create front color buffer on demand
Brian Paul
2009-05-01
1
-0
/
+101
|
/
*
st: rearrange some code to be a little more clear
Brian Paul
2009-04-09
1
-9
/
+7
*
gallium: remove unneeded compressed=0 assignment
Brian Paul
2009-04-09
1
-1
/
+0
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-2
/
+1
*
gallium: remove old state tracker renderbuffer attachment assertion
Brian Paul
2009-03-03
1
-2
/
+0
*
gallium: add st_validate_framebuffer() driver function
Brian Paul
2009-02-27
1
-0
/
+20
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
1
-5
/
+5
|
\
|
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
1
-2
/
+2
|
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
|
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-2
/
+2
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-4
/
+0
|
/
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-1
/
+0
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+1
*
mesa: tweak to formatting
Alan Hourihane
2009-01-15
1
-2
/
+2
*
mesa: small cleanup
Alan Hourihane
2009-01-15
1
-6
/
+5
[next]