summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-20i965: Fix MI_STORE_REGISTER_MEM for Broadwell.Kenneth Graunke1-10/+23
2014-01-20i965: Introduce an OUT_RELOC64 macro.Kenneth Graunke2-0/+34
2014-01-20i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke12-30/+30
2014-01-20build: Require libdrm 2.4.52 for Intel.Kenneth Graunke1-1/+1
2014-01-20i965: Delete intel_batchbuffer_emit_reloc_fenced.Kenneth Graunke2-30/+0
2014-01-20i915: Silence warning: unused parameter warning in intel_bufferobj_bufferIan Romanick3-13/+5
2014-01-20i915: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick1-7/+21
2014-01-20i965: Ensure that intel_bufferobj_map_range meets alignment guaranteesIan Romanick1-7/+21
2014-01-20docs: Note that GL_ARB_viewport_array is done on i965Ian Romanick2-1/+2
2014-01-20i965: Enable ARB_viewport_arrayCourtney Goeltzenleuchter2-0/+17
2014-01-20i965: Consider all viewports before enabling guardband clippingIan Romanick1-5/+9
2014-01-20i965: Consider only the scissor rectangle for viewport 0 for clearsIan Romanick1-1/+1
2014-01-20i965: Set all the supported scissor rectangles for GEN7Ian Romanick1-27/+33
2014-01-20mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_boundsIan Romanick2-29/+61
2014-01-20i965: Set all the supported viewports for GEN7Ian Romanick3-37/+48
2014-01-20i965: Emit writes to viewport indexIan Romanick2-3/+7
2014-01-20i965: Set the maximum VPIndexIan Romanick3-1/+5
2014-01-20mesa: Add ARB_viewport_array plumbingCourtney Goeltzenleuchter6-11/+99
2014-01-20glsl: Add gl_ViewportIndex built-in variableCourtney Goeltzenleuchter1-0/+2
2014-01-20glsl: Add extension infrastructure for ARB_viewport_arrayIan Romanick4-0/+7
2014-01-20mesa: Add varying slot for viewport indexIan Romanick2-4/+8
2014-01-20mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2-0/+178
2014-01-20mesa: Add new scissor entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2-0/+101
2014-01-20mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnablediCourtney Goeltzenleuchter1-0/+7
2014-01-20mesa: Add new get entrypoints for ARB_viewport_arrayCourtney Goeltzenleuchter2-0/+195
2014-01-20mesa: Change parameter to _mesa_set_viewport to floatIan Romanick2-8/+9
2014-01-20meta: Restore all scissor stateIan Romanick1-3/+11
2014-01-20mesa: Set all scissor rectsIan Romanick2-4/+28
2014-01-20mesa: Set all viewports from _mesa_Viewport and _mesa_DepthRangeIan Romanick1-2/+28
2014-01-20mesa: Restore all the viewports in _mesa_PopAttribIan Romanick1-2/+7
2014-01-20mesa: Restore all the scissor rectangles in _mesa_PopAttribIan Romanick1-6/+10
2014-01-20mesa: Initialize all the viewportsIan Romanick3-26/+49
2014-01-20mesa: Add an index parameter to _mesa_set_scissorIan Romanick4-6/+6
2014-01-20mesa: Refactor scissor rectangle setting even moreIan Romanick1-15/+27
2014-01-20mesa: Refactor viewport setting even moreIan Romanick1-25/+38
2014-01-20mesa: Refactor depth range setting even moreIan Romanick2-19/+41
2014-01-20mesa: Add an index parameter to _mesa_set_viewportIan Romanick4-19/+23
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter25-128/+134
2014-01-20mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter12-30/+31
2014-01-20mesa: Convert gl_viewport_attrib::Near and ::Far to doubleCourtney Goeltzenleuchter6-8/+13
2014-01-20mesa: Allow glGet of values that are 2 doublesCourtney Goeltzenleuchter1-0/+2
2014-01-20mesa: Move parameter validation from _mesa_set_viewport to _mesa_ViewportIan Romanick1-9/+10
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter24-94/+140
2014-01-20mesa: Add new constants related to GL_ARB_viewport_arrayIan Romanick3-0/+15
2014-01-20mesa: Add extension tracking bit for ARB_viewport_arrayCourtney Goeltzenleuchter2-0/+2