aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add new viewport and depth-range entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-202-0/+178
* mesa: Add new scissor entry points for GL_ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-202-0/+101
* mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnablediCourtney Goeltzenleuchter2014-01-201-0/+7
* mesa: Add new get entrypoints for ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-202-0/+195
* mesa: Change parameter to _mesa_set_viewport to floatIan Romanick2014-01-202-8/+9
* meta: Restore all scissor stateIan Romanick2014-01-201-3/+11
* mesa: Set all scissor rectsIan Romanick2014-01-202-4/+28
* mesa: Set all viewports from _mesa_Viewport and _mesa_DepthRangeIan Romanick2014-01-201-2/+28
* mesa: Restore all the viewports in _mesa_PopAttribIan Romanick2014-01-201-2/+7
* mesa: Restore all the scissor rectangles in _mesa_PopAttribIan Romanick2014-01-201-6/+10
* mesa: Initialize all the viewportsIan Romanick2014-01-203-26/+49
* mesa: Add an index parameter to _mesa_set_scissorIan Romanick2014-01-204-6/+6
* mesa: Refactor scissor rectangle setting even moreIan Romanick2014-01-201-15/+27
* mesa: Refactor viewport setting even moreIan Romanick2014-01-201-25/+38
* mesa: Refactor depth range setting even moreIan Romanick2014-01-202-19/+41
* mesa: Add an index parameter to _mesa_set_viewportIan Romanick2014-01-204-19/+23
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-2025-128/+134
* mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter2014-01-2012-30/+31
* mesa: Convert gl_viewport_attrib::Near and ::Far to doubleCourtney Goeltzenleuchter2014-01-206-8/+13
* mesa: Allow glGet of values that are 2 doublesCourtney Goeltzenleuchter2014-01-201-0/+2
* mesa: Move parameter validation from _mesa_set_viewport to _mesa_ViewportIan Romanick2014-01-201-9/+10
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-2024-94/+140
* mesa: Add new constants related to GL_ARB_viewport_arrayIan Romanick2014-01-203-0/+15
* mesa: Add extension tracking bit for ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-202-0/+2
* swrast: check for null/-1 when mapping renderbuffersBrian Paul2014-01-201-3/+7
* i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".José Fonseca2014-01-202-2/+2
* i965/blorp: reduce the scope of the explicit compression controlTopi Pohjolainen2014-01-201-11/+20
* i965/blorp: remove dependency to compression control stateTopi Pohjolainen2014-01-201-4/+3
* i965: Only update renderbuffers on initial intelMakeCurrentKristian Høgsberg2014-01-191-1/+8
* i965: Double the push constant space multipliers on Broadwell too.Kenneth Graunke2014-01-181-2/+4
* i965: Update invariant state for Broadwell.Kenneth Graunke2014-01-181-4/+12
* i965: Use the Sandybridge VUE format on Broadwell as well.Kenneth Graunke2014-01-181-0/+1
* i965: Create a new fragment shader backend for Broadwell.Kenneth Graunke2014-01-184-5/+1100
* i965: Create a new vec4 backend for Broadwell.Kenneth Graunke2014-01-185-17/+976
* i965: Add a new infrastructure for generating Broadwell shader assembly.Kenneth Graunke2014-01-183-0/+842
* i965: Implement a disassembler for Broadwell's new instruction encoding.Kenneth Graunke2014-01-182-0/+932
* i965: Add a new representation for Broadwell shader instructions.Kenneth Graunke2014-01-184-0/+835
* i965: Add SFID #defines for media stuff.Kenneth Graunke2014-01-181-0/+2
* i965: Add #defines for new Broadwell math functions.Kenneth Graunke2014-01-181-0/+2
* i965: add struct and SFID for pixel interpolator messagesChris Forbes2014-01-182-0/+22
* i965/Gen7: Only emit cube face enables for cubes.Chris Forbes2014-01-191-2/+5
* i965: Improve dumping of Gen7 SURFACE_STATEChris Forbes2014-01-191-6/+12
* i965: Add masks for more SURFACE_STATE fieldsChris Forbes2014-01-191-0/+2
* i965: Remove CACHED_BATCH support altogether.Kenneth Graunke2014-01-176-53/+9
* i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.Eric Anholt2014-01-176-44/+44
* i965: Stop doing our optimization on a copy of the GLSL IR.Eric Anholt2014-01-175-40/+28
* s/Tungsten Graphics/VMware/José Fonseca2014-01-17316-585/+585
* mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2014-01-162-3/+1
* mesa/main: Free ctx->DrawIndirectBuffer during teardownAaron Watry2014-01-161-0/+2
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-159-30/+31