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
/
dd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: s/GLint/GLsizei/ for consistency
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
1
-3
/
+6
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-4
/
+6
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
1
-0
/
+13
*
mesa/cs: Add DispatchCompute() to driver function table.
Paul Berry
2015-05-02
1
-0
/
+7
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-1
/
+1
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-0
/
+2
*
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
2015-01-22
1
-0
/
+16
*
mesa: Remove context parameter from dd_function_table::NewShaderProgram
Ian Romanick
2014-10-24
1
-2
/
+1
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-1
/
+1
*
mesa: Add GL API support for ARB_copy_image
Jason Ekstrand
2014-08-11
1
-0
/
+16
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
1
-0
/
+14
*
mesa: Add a texUnit parameter to dd_function_table::BindTexture
Fredrik Höglund
2014-05-02
1
-3
/
+3
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-3
/
+6
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-1
/
+1
*
mesa: remove unused driver hook BindBuffer
Marek Olšák
2014-02-25
1
-3
/
+0
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
1
-0
/
+7
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-3
/
+3
*
mesa: add some comments about mipmap generation
Brian Paul
2014-02-02
1
-0
/
+4
*
mesa: formatting fixes, 78-column wrappings in dd.h
Brian Paul
2014-02-02
1
-33
/
+56
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
1
-1
/
+1
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
1
-1
/
+1
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-1
/
+1
*
mesa: Add driver interface for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+13
*
mesa: Add state data structures required for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+1
*
mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
2013-12-18
1
-0
/
+6
*
mesa: Add driver entry point for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: Add dd_function_table::GetGraphicsResetStatus
Ian Romanick
2013-11-07
1
-0
/
+9
*
mesa: Add a new GetTransformFeedbackVertexCount() driver hook.
Kenneth Graunke
2013-10-31
1
-0
/
+8
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
1
-0
/
+14
*
mesa: add comment to clarify ctx->Driver.MapBufferRange() return value
Brian Paul
2013-10-11
1
-1
/
+2
*
mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
2013-09-26
1
-0
/
+24
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-9
/
+0
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-1
/
+7
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
1
-1
/
+1
*
mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment
Brian Paul
2013-05-03
1
-3
/
+3
*
mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.
Brian Paul
2013-05-03
1
-1
/
+2
*
mesa: update GLvertexformat comments
Brian Paul
2013-05-02
1
-20
/
+7
*
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
2013-05-02
1
-16
/
+0
*
mesa: remove GLvertexformat::Rectf()
Brian Paul
2013-05-02
1
-2
/
+0
*
mesa: simplify dispatch for glDraw* functions
Brian Paul
2013-05-02
1
-58
/
+0
*
mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
Brian Paul
2013-05-02
1
-4
/
+3
*
mesa: Add a clarifying comment about rowStride of compressed textures.
Eric Anholt
2013-04-30
1
-1
/
+3
*
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
[next]