index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Update PIPE_CONTROL packet lengths for Broadwell.
Kenneth Graunke
2014-01-20
1
-2
/
+20
*
i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.
Kenneth Graunke
2014-01-20
3
-23
/
+10
*
i965: Create a helper function for emitting PIPE_CONTROL writes.
Kenneth Graunke
2014-01-20
4
-93
/
+69
*
i965: Use full-length PIPE_CONTROL packets for workaround writes.
Kenneth Graunke
2014-01-20
1
-6
/
+9
*
i965: Emit full-length PIPE_CONTROLs for (non-write) flushes.
Kenneth Graunke
2014-01-20
1
-2
/
+3
*
i965: Create a helper function for emitting PIPE_CONTROL flushes.
Kenneth Graunke
2014-01-20
4
-86
/
+66
*
i965: Fix MI_STORE_REGISTER_MEM for Broadwell.
Kenneth Graunke
2014-01-20
1
-10
/
+23
*
i965: Introduce an OUT_RELOC64 macro.
Kenneth Graunke
2014-01-20
2
-0
/
+34
*
i965: Use the new drm_intel_bo offset64 field.
Kenneth Graunke
2014-01-20
12
-30
/
+30
*
build: Require libdrm 2.4.52 for Intel.
Kenneth Graunke
2014-01-20
1
-1
/
+1
*
i965: Delete intel_batchbuffer_emit_reloc_fenced.
Kenneth Graunke
2014-01-20
2
-30
/
+0
*
i915: Silence warning: unused parameter warning in intel_bufferobj_buffer
Ian Romanick
2014-01-20
3
-13
/
+5
*
i915: Ensure that intel_bufferobj_map_range meets alignment guarantees
Ian Romanick
2014-01-20
1
-7
/
+21
*
i965: Ensure that intel_bufferobj_map_range meets alignment guarantees
Ian Romanick
2014-01-20
1
-7
/
+21
*
docs: Note that GL_ARB_viewport_array is done on i965
Ian Romanick
2014-01-20
2
-1
/
+2
*
i965: Enable ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
2
-0
/
+17
*
i965: Consider all viewports before enabling guardband clipping
Ian Romanick
2014-01-20
1
-5
/
+9
*
i965: Consider only the scissor rectangle for viewport 0 for clears
Ian Romanick
2014-01-20
1
-1
/
+1
*
i965: Set all the supported scissor rectangles for GEN7
Ian Romanick
2014-01-20
1
-27
/
+33
*
mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_bounds
Ian Romanick
2014-01-20
2
-29
/
+61
*
i965: Set all the supported viewports for GEN7
Ian Romanick
2014-01-20
3
-37
/
+48
*
i965: Emit writes to viewport index
Ian Romanick
2014-01-20
2
-3
/
+7
*
i965: Set the maximum VPIndex
Ian Romanick
2014-01-20
3
-1
/
+5
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
6
-11
/
+99
*
glsl: Add gl_ViewportIndex built-in variable
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+2
*
glsl: Add extension infrastructure for ARB_viewport_array
Ian Romanick
2014-01-20
4
-0
/
+7
*
mesa: Add varying slot for viewport index
Ian Romanick
2014-01-20
2
-4
/
+8
*
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
*
meta: Restore all scissor state
Ian Romanick
2014-01-20
1
-3
/
+11
*
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
4
-19
/
+23
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
25
-128
/
+134
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
12
-30
/
+31
*
mesa: Convert gl_viewport_attrib::Near and ::Far to double
Courtney Goeltzenleuchter
2014-01-20
6
-8
/
+13
*
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
24
-94
/
+140
*
mesa: Add new constants related to GL_ARB_viewport_array
Ian Romanick
2014-01-20
3
-0
/
+15
[next]