summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* svga: add opt to the list of valid build typesCharmaine Lee2016-08-261-0/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-2631-85/+468
* svga: fix indirect non-indexable temp accessCharmaine Lee2016-08-261-2/+25
* gallium/hud: move signo declaration inside PIPE_OS_UNIX blockBrian Paul2016-08-261-1/+1
* i965: Embrace "unlimited" GTT mmap supportChris Wilson2016-08-264-16/+53
* mesa/main: Fix missing return in non void functionTobias Klausmann2016-08-261-1/+1
* i965: Implement GL_KHR_blend_equation_advanced_coherent on Gen9+.Kenneth Graunke2016-08-251-0/+1
* mesa: Implement GL_KHR_blend_equation_advanced_coherent.Kenneth Graunke2016-08-256-0/+23
* i965: Enable GL_KHR_blend_equation_advanced on G45 and later.Kenneth Graunke2016-08-252-1/+5
* i965: Disable hardware blending if advanced blending is in use.Kenneth Graunke2016-08-254-5/+7
* glsl: Add a lowering pass to handle advanced blending modes.Kenneth Graunke2016-08-253-0/+564
* compiler: Add a new STATE_VAR_ADVANCED_BLENDING_MODE built-in uniform.Kenneth Graunke2016-08-252-0/+15
* mesa: Add draw time validation for advanced blending modes.Kenneth Graunke2016-08-251-0/+52
* mesa: Restyle _mesa_check_blend_func_error().Kenneth Graunke2016-08-251-15/+15
* mesa: Track the current advanced blending mode.Kenneth Graunke2016-08-252-13/+50
* mesa: Allow advanced blending enums in glBlendEquation[i].Kenneth Graunke2016-08-251-10/+54
* glsl: Merge blend_support qualifiers when linking.Kenneth Graunke2016-08-251-0/+2
* glsl: process blend_support_* qualifiersIlia Mirkin2016-08-257-0/+87
* glsl: add basic KHR_blend_equation_advanced infrastructureIlia Mirkin2016-08-252-0/+3
* mesa: add KHR_blend_equation_advanced enable and extension stringIlia Mirkin2016-08-252-0/+2
* glapi: add KHR_blend_equation_advanced dispatchIlia Mirkin2016-08-252-0/+30
* mesa: Rename _mesa_BlendBarrierMESA to _mesa_BlendBarrier.Kenneth Graunke2016-08-252-2/+2
* i965: Safely iterate the predecessors of the end block.Kenneth Graunke2016-08-251-9/+14
* nir: Use nir_shader_get_entrypoint in TCS quad workaround code.Kenneth Graunke2016-08-251-12/+9
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-257-18/+14
* nir: Make nir_lower_io_to_temporaries store an impl internally.Kenneth Graunke2016-08-251-4/+4
* i965: Expose shader framebuffer fetch extensions on Gen9+.Francisco Jerez2016-08-251-1/+2
* i965/fs: Hook up coherent framebuffer reads to the NIR front-end.Francisco Jerez2016-08-251-2/+20
* i965/fs: Remove special casing of framebuffer writes in scheduler code.Francisco Jerez2016-08-251-2/+1
* i965/fs: Don't CSE render target messages with different target index.Francisco Jerez2016-08-251-0/+1
* i965/fs: Define logical framebuffer read opcode and lower it to physical reads.Francisco Jerez2016-08-254-0/+28
* i965/fs: Define framebuffer read virtual opcode.Francisco Jerez2016-08-255-0/+29
* i965/disasm: Fix RC message type strings on Gen7+.Francisco Jerez2016-08-251-3/+25
* i965/eu: Add codegen support for the Gen9+ render target read message.Francisco Jerez2016-08-253-0/+40
* i965/eu: Take into account the target cache argument in brw_set_dp_read_message.Francisco Jerez2016-08-252-4/+18
* i965: Flip the non-coherent framebuffer fetch extension bit on G45-Gen8 hardw...Francisco Jerez2016-08-251-0/+3
* i965: Implement glBlendBarrier.Francisco Jerez2016-08-251-0/+20
* i965: Upload surface state for non-coherent framebuffer fetch.Francisco Jerez2016-08-253-0/+94
* i965: Implement support for overriding the texture target in brw_emit_surface...Francisco Jerez2016-08-251-4/+50
* i965: Massage argument list of brw_emit_surface_state().Francisco Jerez2016-08-251-11/+11
* i965: Add missing has_surface_tile_offset flag to the Gen8+ device info struc...Francisco Jerez2016-08-251-0/+2
* i965: Return the correct layout from get_isl_dim_layout for pre-ILK cube text...Francisco Jerez2016-08-251-2/+5
* i965: Factor out isl_surf_dim/isl_dim_layout calculation into functions.Francisco Jerez2016-08-252-23/+55
* i965: Resolve color for non-coherent FB fetch at UpdateState time.Francisco Jerez2016-08-251-0/+17
* i965: Return whether the miptree was resolved from intel_miptree_resolve_colo...Francisco Jerez2016-08-252-5/+9
* i965/fs: Translate nir_intrinsic_load_output on a fragment output.Francisco Jerez2016-08-251-0/+20
* i965/fs: Allocate fragment output temporaries on demand.Francisco Jerez2016-08-251-46/+27
* i965/fs: Rework representation of fragment output locations in NIR.Francisco Jerez2016-08-253-10/+55
* i965: Fix undefined signed overflow in INTEL_MASK for bitfields of 31 bits.Francisco Jerez2016-08-251-1/+1
* i965/fs: Special-case nir_intrinsic_store_output for the fragment shader.Francisco Jerez2016-08-251-0/+15