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
/
main
/
renderbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-6
/
+6
*
mesa: Set new renderbuffers to RGBA4 on all GLES contexts.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-5
/
+6
*
mesa: fix typo and add assert() to _mesa_attach_renderbuffer_without_ref()
Timothy Arceri
2017-04-11
1
-1
/
+3
*
mesa: create _mesa_attach_renderbuffer_without_ref() helper
Timothy Arceri
2017-04-10
1
-8
/
+35
*
mesa: tidy up renderbuffer RefCount initialisation
Timothy Arceri
2017-04-06
1
-1
/
+1
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
1
-2
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_renderbuffer()
Brian Paul
2015-01-15
1
-1
/
+2
*
mesa: Fix render buffer initial internal format in GLES 3
Mike Mason
2015-01-15
1
-1
/
+18
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-6
/
+6
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: add renderbuffer Depth field
Jordan Justen
2013-05-01
1
-0
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove warning message in _mesa_reference_renderbuffer_()
Brian Paul
2012-12-03
1
-4
/
+1
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+6
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+5
*
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
2012-01-24
1
-5
/
+0
*
mesa: move freeing of software renderbuffers into swrast
Brian Paul
2012-01-24
1
-6
/
+1
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-1
/
+0
*
mesa: remove obsolete PutRow, etc assignments
Brian Paul
2012-01-24
1
-17
/
+0
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: remove gl_renderbuffer::PutRowRGB()
Brian Paul
2011-12-24
1
-1
/
+0
*
mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()
Brian Paul
2011-12-24
1
-2
/
+0
*
mesa: simplify _mesa_remove_renderbuffer()
Brian Paul
2011-12-08
1
-10
/
+2
*
mesa: remove software-based renderbuffer code from core Mesa
Brian Paul
2011-12-08
1
-2010
/
+0
*
mesa: make some renderbuffer functions static
Brian Paul
2011-12-08
1
-48
/
+48
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: remove support for software alpha buffers
Brian Paul
2011-11-15
1
-367
/
+0
*
mesa: fix the selection of soft renderbuffer color formats
Brian Paul
2011-11-07
1
-7
/
+17
*
mesa: remove unneeded soft renderbuffer format-setting code
Brian Paul
2011-11-07
1
-16
/
+0
*
mesa: fix inital value for new renderbuffer
Yuanhan Liu
2011-11-03
1
-1
/
+1
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
1
-0
/
+27
*
mesa: use inline function wrapper for _mesa_reference_renderbuffer()
Brian Paul
2011-07-14
1
-8
/
+4
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+3
*
mesa: remove unused function _mesa_new_depthstencil_renderbuffer
Marek Olšák
2011-06-24
1
-23
/
+0
*
mesa: fix void pointer arithmetic warning
Brian Paul
2011-04-20
1
-2
/
+2
*
mesa: Add renderbuffer accessors for A, I, L, FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+218
*
mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+92
*
mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.
Eric Anholt
2011-04-20
1
-0
/
+27
*
mesa: fix void pointer arithmetic warnings
Brian Paul
2011-04-18
1
-21
/
+18
*
mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
Eric Anholt
2011-04-18
1
-0
/
+310
*
mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*
Eric Anholt
2011-04-18
1
-60
/
+10
*
mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*
Eric Anholt
2011-04-18
1
-66
/
+11
[next]