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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
3
-6
/
+12
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
8
-51
/
+50
*
mesa: use _mesa_validate_shader_target() more frequently.
Paul Berry
2014-01-21
2
-4
/
+4
*
main: Allow ctx == NULL in _mesa_validate_shader_target().
Paul Berry
2014-01-21
1
-3
/
+10
*
mesa: Make validate_shader_target() non-static.
Paul Berry
2014-01-21
2
-4
/
+7
*
mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functions
Ian Romanick
2014-01-21
1
-3
/
+15
*
mesa: Silence many unused parameter warnings
Ian Romanick
2014-01-21
1
-0
/
+22
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
2
-4
/
+7
*
mesa: Add STRINGIFY macro.
Matt Turner
2014-01-21
1
-0
/
+2
*
mesa: add missing TYPE_DOUBLEN_2 cases in get.c
Brian Paul
2014-01-21
1
-0
/
+12
*
mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_bounds
Ian Romanick
2014-01-20
2
-29
/
+61
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
3
-10
/
+18
*
mesa: Add varying slot for viewport index
Ian Romanick
2014-01-20
1
-0
/
+2
*
mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+178
*
mesa: Add new scissor entry points for GL_ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+101
*
mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnabledi
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+7
*
mesa: Add new get entrypoints for ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+195
*
mesa: Change parameter to _mesa_set_viewport to float
Ian Romanick
2014-01-20
2
-8
/
+9
*
mesa: Set all scissor rects
Ian Romanick
2014-01-20
2
-4
/
+28
*
mesa: Set all viewports from _mesa_Viewport and _mesa_DepthRange
Ian Romanick
2014-01-20
1
-2
/
+28
*
mesa: Restore all the viewports in _mesa_PopAttrib
Ian Romanick
2014-01-20
1
-2
/
+7
*
mesa: Restore all the scissor rectangles in _mesa_PopAttrib
Ian Romanick
2014-01-20
1
-6
/
+10
*
mesa: Initialize all the viewports
Ian Romanick
2014-01-20
3
-26
/
+49
*
mesa: Add an index parameter to _mesa_set_scissor
Ian Romanick
2014-01-20
4
-6
/
+6
*
mesa: Refactor scissor rectangle setting even more
Ian Romanick
2014-01-20
1
-15
/
+27
*
mesa: Refactor viewport setting even more
Ian Romanick
2014-01-20
1
-25
/
+38
*
mesa: Refactor depth range setting even more
Ian Romanick
2014-01-20
2
-19
/
+41
*
mesa: Add an index parameter to _mesa_set_viewport
Ian Romanick
2014-01-20
3
-12
/
+16
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
7
-48
/
+54
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
3
-7
/
+7
*
mesa: Convert gl_viewport_attrib::Near and ::Far to double
Courtney Goeltzenleuchter
2014-01-20
4
-4
/
+9
*
mesa: Allow glGet of values that are 2 doubles
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+2
*
mesa: Move parameter validation from _mesa_set_viewport to _mesa_Viewport
Ian Romanick
2014-01-20
1
-9
/
+10
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
7
-40
/
+78
*
mesa: Add new constants related to GL_ARB_viewport_array
Ian Romanick
2014-01-20
3
-0
/
+15
*
mesa: Add extension tracking bit for ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
10
-14
/
+14
*
mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program
Ilia Mirkin
2014-01-16
2
-3
/
+1
*
mesa/main: Free ctx->DrawIndirectBuffer during teardown
Aaron Watry
2014-01-16
1
-0
/
+2
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
2
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::DepthRange
Ian Romanick
2014-01-15
2
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
2
-2
/
+2
*
mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLES
Ian Romanick
2014-01-15
1
-0
/
+37
*
mesa: Validate image units when the texture state changes.
Francisco Jerez
2014-01-15
3
-0
/
+23
*
mesa: Unbind deleted textures from the shader image units.
Francisco Jerez
2014-01-15
1
-0
/
+25
*
mesa: Add image parameter queries for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
3
-0
/
+85
*
mesa: Add ARB_shader_image_load_store to the extension table.
Francisco Jerez
2014-01-15
2
-0
/
+2
*
glapi: Update dispatch XML files for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-2
/
+2
*
mesa: Implement the GL entry points defined by ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
2
-0
/
+519
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
5
-15
/
+141
[prev]
[next]