aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-17179-335/+335
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-157-28/+29
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-155-9/+5
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-157-46/+8
* radeon: Remove dead codeIan Romanick2014-01-151-9/+0
* i915: Remove spurious calls to DepthRangeIan Romanick2014-01-152-9/+2
* nouveau: add framebuffer validation callbackIlia Mirkin2014-01-152-0/+52
* i965: Emit 3DSTATE_VF on Broadwell too.Kenneth Graunke2014-01-141-1/+1
* i965: Disable workaround flush for push constants on Broadwell.Kenneth Graunke2014-01-141-1/+1
* i965: Enable native ETC texture support on Broadwell.Kenneth Graunke2014-01-141-1/+1
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-4/+4
* i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry2014-01-133-0/+21
* dri: set yInverted default to GL_TRUETapani Pälli2014-01-131-0/+1
* i965: Delete duplicate write_timestamp function.Kenneth Graunke2014-01-103-39/+8
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-106-12/+12
* i965/gen6/blorp: Remove redundant HiZ workaroundChad Versace2014-01-091-14/+0
* i965/gen6/blorp: Set need_workaround_flush at top of blorpChad Versace2014-01-091-1/+3
* i965/gen6/blorp: Set need_workaround_flush immediately after primitiveChad Versace2014-01-092-1/+3
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-0910-88/+88
* i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt2014-01-091-1/+2
* i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt2014-01-091-1/+3
* i965: Fix incorrect bounds tracking for blit readpixels's GPU access.Eric Anholt2014-01-091-2/+1
* i965: Use SET_FIELD to safety check our x/y offsets in blits.Eric Anholt2014-01-092-7/+14
* i965: Add an assert for when SET_FIELD's value exceeds the field size.Eric Anholt2014-01-091-1/+7
* i965: Add a safety check for emitting blits.Eric Anholt2014-01-091-0/+4
* i965: Don't call the blitter on addresses it can't handle.Eric Anholt2014-01-092-3/+40
* i965: fold offset into coord for textureOffset(gsampler2DRect)Chris Forbes2014-01-091-1/+1
* glsl: Make more use of gl_shader_stage enum in ir_set_program_inouts.cpp.Paul Berry2014-01-081-1/+1
* mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.Paul Berry2014-01-082-3/+4
* mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry2014-01-081-0/+1
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-082-6/+6
* i965/fs: do SEL optimization only when src type for MOV matchesTapani Pälli2014-01-081-0/+6
* i965: Remove unused PIPE_CONTROL defines.Kenneth Graunke2014-01-061-10/+0
* haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV2014-01-061-0/+2
* haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV2014-01-061-0/+1
* i965: Warning fixEric Anholt2014-01-061-2/+0
* i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.Kenneth Graunke2014-01-061-4/+0