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
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
1
-3
/
+9
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
1
-8
/
+8
*
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()
Samuel Pitoiset
2017-07-31
1
-0
/
+17
*
mesa: add KHR_no_error support to glDrawBuffers()
Samuel Pitoiset
2017-07-31
1
-0
/
+16
*
mesa: add draw_buffers_error() helper
Samuel Pitoiset
2017-07-31
1
-115
/
+130
*
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()
Samuel Pitoiset
2017-07-31
1
-0
/
+16
*
mesa: add KHR_no_error support to glDrawBuffer()
Samuel Pitoiset
2017-07-31
1
-0
/
+16
*
mesa: add draw_buffer_error() helper
Samuel Pitoiset
2017-07-31
1
-6
/
+14
*
mesa: add KHR_no_error support for gl*ReadBuffer()
Samuel Pitoiset
2017-06-28
1
-0
/
+33
*
mesa: create read_buffer_err() and always inline read_buffer()
Samuel Pitoiset
2017-06-28
1
-18
/
+31
*
mesa/main: fix gl_buffer_index enum comparison
Rob Herring
2017-06-07
1
-4
/
+4
*
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
[next]