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
/
main
/
buffers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
main/buffers: take into account FRONT_AND_BACK on ReadBuffer
Alejandro Piñeiro
2017-01-12
1
-0
/
+2
*
main/buffers: update error handling on DrawBuffers for 4.5
Alejandro Piñeiro
2017-01-12
1
-13
/
+33
*
mesa: fix error handling in DrawBuffers
Tapani Pälli
2016-10-25
1
-34
/
+37
*
mesa: Make single-buffered GLES representation internally consistent
Gurchetan Singh
2016-07-07
1
-2
/
+12
*
mesa: Make use of u_bit_scan{,64}.
Mathias Fröhlich
2016-06-14
1
-2
/
+2
*
mesa: Check glReadBuffer enums against the ES3 table.
Kenneth Graunke
2016-03-24
1
-1
/
+11
*
mesa: replace for loop with bitshifting in supported_buffer_bitmask()
Brian Paul
2016-02-24
1
-4
/
+1
*
mesa: updates some comments in buffers.c
Brian Paul
2016-02-24
1
-3
/
+6
*
mesa: make _mesa_draw_buffers() static
Brian Paul
2016-02-24
1
-7
/
+7
*
mesa: make _mesa_draw_buffer() static
Brian Paul
2016-02-24
1
-6
/
+6
*
mesa: make _mesa_read_buffer() static
Brian Paul
2016-02-24
1
-6
/
+7
*
mesa: use gl_buffer_index in a few places
Brian Paul
2016-02-24
1
-3
/
+3
*
mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
Ilia Mirkin
2016-02-12
1
-0
/
+6
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-11
/
+11
*
Revert "mesa: Add ARB_direct_state_access checks in FBO functions"
Ian Romanick
2015-05-28
1
-21
/
+0
*
mesa: Add ARB_direct_state_access checks in FBO functions
Fredrik Höglund
2015-05-14
1
-0
/
+21
*
main: Add entry point for NamedFramebufferDrawBuffers.
Laura Ekstrand
2015-05-14
1
-0
/
+20
*
main: Refactor DrawBuffers.
Laura Ekstrand
2015-05-14
1
-23
/
+48
*
main: Add entry point for NamedFramebufferReadBuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+19
*
main: Refactor _mesa_ReadBuffer.
Laura Ekstrand
2015-05-14
1
-22
/
+25
*
main: Add entry point for NamedFramebufferDrawBuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+19
*
main: Refactor _mesa_DrawBuffer.
Laura Ekstrand
2015-05-14
1
-17
/
+25
*
main: Refactor _mesa_drawbuffers.
Laura Ekstrand
2015-05-14
1
-14
/
+12
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-2
/
+2
*
mesa: Check that draw buffers are valid for glDrawBuffers on GLES3
Eduardo Lima Mitev
2015-02-20
1
-0
/
+14
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
mesa/glsl/glapi: enable GL_EXT_draw_buffers extension
Tapani Pälli
2015-01-14
1
-2
/
+4
*
mesa: trim down some #includes
Brian Paul
2014-09-10
1
-1
/
+0
*
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
2014-08-19
1
-1
/
+1
*
mesa: simplify _mesa_update_draw_buffers()
Brian Paul
2014-08-11
1
-7
/
+2
*
mesa: fix assertion in _mesa_drawbuffers()
Brian Paul
2014-08-11
1
-2
/
+3
*
Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3
Neil Roberts
2014-03-12
1
-1
/
+6
*
mesa: Generate correct error code in glDrawBuffers()
Anuj Phogat
2014-01-28
1
-3
/
+5
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: updated read_buffer_enum_to_index() comment
Brian Paul
2013-04-26
1
-2
/
+2
*
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 redundant _NEW_BUFFERS setting in ReadBuffer
Marek Olšák
2013-04-24
1
-1
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-3
/
+6
*
mesa: Make ES3 glDrawBuffers() only accept BACK/NONE for the winsys fbo.
Kenneth Graunke
2013-01-15
1
-5
/
+17
*
mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuffers().
Kenneth Graunke
2013-01-15
1
-4
/
+19
*
mesa: Rework crazy error code rules in glDrawBuffers().
Kenneth Graunke
2013-01-15
1
-3
/
+63
*
mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
Paul Berry
2012-12-20
1
-2
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-2
/
+2
*
mesa: remove FEATURE_GL test from updated_drawbuffers()
Brian Paul
2012-10-16
1
-2
/
+0
*
Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...
José Fonseca
2012-09-15
1
-0
/
+2
[next]