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
/
drivers
/
common
/
driverfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
1
-2
/
+2
*
mesa: drop the buffer mode param from the DrawBuffer driver function
Timothy Arceri
2018-04-27
1
-1
/
+1
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
1
-1
/
+0
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-1
/
+1
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+5
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-4
/
+4
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
1
-1
/
+1
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
1
-0
/
+4
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-1
/
+1
*
mesa: remove dd_function_table::BindProgram
Marek Olšák
2017-03-29
1
-1
/
+0
*
mesa: Add SetBackgroundContext to dd_function_table
Paul Berry
2017-03-16
1
-0
/
+3
*
mesa: Rename "texturebarrier" source files to "barrier".
Francisco Jerez
2016-08-24
1
-2
/
+2
*
mesa: optionally associate a gl_program to ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+3
*
mesa: Completely remove QuerySamplesForFormat from driver func table
Eduardo Lima Mitev
2016-03-03
1
-1
/
+0
*
mesa: Add a default QueryInternalFormat() function for drivers
Eduardo Lima Mitev
2016-03-03
1
-0
/
+1
*
drivers/common: use _mesa_RasterPos instead of _tnl_RasterPos
Brian Paul
2015-10-22
1
-1
/
+2
*
mesa: remove Driver.EndCallList
Marek Olšák
2015-10-03
1
-3
/
+0
*
mesa: remove Driver.BeginCallList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.EndList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.NewList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.NotifySaveBegin
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.SaveFlushVertices
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.FlushVertices
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.BindArrayObject
Marek Olšák
2015-10-03
1
-6
/
+0
*
mesa: remove Driver.DeleteArrayObject
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.NewArrayObject
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.Hint
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.ColorMaskIndexed
Marek Olšák
2015-10-03
1
-17
/
+5
*
mesa: remove Driver.Accum
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.ResizeBuffers
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-1
/
+1
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
meta: Add a meta implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
1
-0
/
+1
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
1
-2
/
+1
*
mesa: Add driver entry point for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+3
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-1
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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: Generalize TexStorage allocator between swrast and intel.
Eric Anholt
2013-04-21
1
-1
/
+2
*
mesa: provide default implementation of QuerySamplesForFormat
Chris Forbes
2013-03-29
1
-1
/
+2
*
mesa: implement GetMultisamplefv
Chris Forbes
2013-03-02
1
-0
/
+3
*
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
2013-02-20
1
-0
/
+1
[next]