aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix typos in licenseIan Romanick2015-09-1033-66/+66
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-1031-129/+62
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-09-104-9/+9
* i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.Kenneth Graunke2015-09-101-0/+9
* nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IRJason Ekstrand2015-09-091-3/+0
* xmlpool: 'promote' LOCALEDIR variableEmil Velikov2015-09-091-1/+1
* i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.Kenneth Graunke2015-09-082-60/+17
* i965: Mark topologies with adjacency information as G45+.Kenneth Graunke2015-09-081-4/+4
* i965: Fix value of _3DPRIM_TRIFAN_NOSTIPPLE.Kenneth Graunke2015-09-081-1/+1
* i965: Add 64-bit dirty flag handling to brw_upload_pull_constantsChris Forbes2015-09-082-2/+2
* i965: Add defines for all new Gen7/8 URB opcodesChris Forbes2015-09-082-10/+16
* i965/gen8+: Skip depth stalls on state changeBen Widawsky2015-09-081-0/+8
* i965/skl: Use more compact hiz dimensionsBen Widawsky2015-09-081-32/+32
* i965: Disallow fast blit paths for CopyTexImage with PixelTransfer opsChris Wilson2015-09-072-0/+8
* i965/nir/vec4: removed unneeded tex src swizzle setAlejandro Piñeiro2015-09-071-1/+0
* i965: Remove base miplevel from sampler state.Ben Widawsky2015-09-043-6/+1
* i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixelsChris Wilson2015-09-042-0/+8
* i965/vec4: Don't unspill the same register in consecutive instructionsIago Toral Quiroga2015-09-041-8/+118
* i965: Add a debug option for spilling everything in vec4 codeIago Toral Quiroga2015-09-044-5/+7
* dri/common: Tokenize driParseDebugString() argument before matching debug flags.Francisco Jerez2015-09-041-4/+13
* dri/common: Fix codestyle of driParseDebugString().Francisco Jerez2015-09-041-8/+6
* i965: Improve disassembly of data port read messages.Kenneth Graunke2015-09-031-4/+27
* i965: Optimize VUE map comparisons.Kenneth Graunke2015-09-032-4/+4
* i965/gs: Don't reserve space for clip plane uniforms.Kenneth Graunke2015-09-031-2/+0
* i965: Don't do legacy userclipping in non-compatibility contexts.Kenneth Graunke2015-09-031-0/+1
* i965: Remove the brw_vue_prog_key base class.Kenneth Graunke2015-09-039-63/+45
* i965: Virtualize vec4_visitor::emit_urb_slot().Kenneth Graunke2015-09-034-16/+28
* i965: Store a key_tex pointer in vec4_visitor.Kenneth Graunke2015-09-033-8/+10
* i965: Move legacy clip plane handling to vec4_vs_visitor.Kenneth Graunke2015-09-036-67/+74
* i965: Delete the brw_vue_program_key::userclip_active flag.Kenneth Graunke2015-09-035-22/+15
* i965: Remove legacy clip plane handling from geometry shaders.Kenneth Graunke2015-09-033-33/+8
* i965: Move brw_setup_tex_for_precompile to brw_program.[ch].Kenneth Graunke2015-09-034-22/+23
* i965: Fix copy propagation type changes.Kenneth Graunke2015-09-031-0/+1
* i965/gen9: Annotate input coverage mask changeBen Widawsky2015-09-032-2/+22
* i965/meta: Fix typo in commentIan Romanick2015-09-021-1/+1
* i965: Make gen7_enable_hw_binding_tables staticIan Romanick2015-09-022-2/+1
* i965: Make gen8_upload_state_base_address staticIan Romanick2015-09-022-5/+2
* mesa: Fix warning about static being in the wrong placeIan Romanick2015-09-021-2/+2
* i965/cs: Setup push constant data for uniformsJordan Justen2015-09-025-5/+138
* i965/fs: Handle MRF destinations in lower_integer_multiplication().Matt Turner2015-09-021-4/+4
* i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro2015-09-021-0/+2
* i965: Prevent coordinate overflow in intel_emit_linear_blitChris Wilson2015-09-011-38/+34
* i965/nir: enable the dead control flow optimizationConnor Abbott2015-09-011-0/+2
* i965: advertise ASTC support for SkylakeNanley Chery2015-08-311-0/+5
* i965/fs: Use greater-equal cmod to implement maximum.Matt Turner2015-08-312-4/+6
* i965/chv|skl: Apply sampler bypass w/aBen Widawsky2015-08-312-0/+15
* i965/fs: Remove fs_visitor::try_replace_with_sel().Matt Turner2015-08-283-92/+0
* i965/fs: Replace awful variable names.Matt Turner2015-08-281-40/+40
* i965/fs: Skip blocks in register coalescing interference check.Matt Turner2015-08-281-14/+20
* i965/fs: Improve register coalescing interference check.Matt Turner2015-08-281-8/+11