aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Resolve GCC sign-compare warning.Rhys Kidd2015-09-101-1/+1
* mesa: Resolve GCC missing field initializer warning.Rhys Kidd2015-09-101-4/+4
* i965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.Kenneth Graunke2015-09-101-0/+9
* glsl: Silence unused parameter warningsIan Romanick2015-09-091-1/+1
* nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IRJason Ekstrand2015-09-091-3/+0
* mesa: automake: rework the source generation rulesEmil Velikov2015-09-091-27/+18
* xmlpool: 'promote' LOCALEDIR variableEmil Velikov2015-09-091-1/+1
* mesa: Allow query of GL_VERTEX_BINDING_BUFFERMarta Lofstedt2015-09-091-0/+8
* mesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1Marta Lofstedt2015-09-091-7/+7
* 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
* st/mesa: increase viewport bounds limits for GL4 hwIlia Mirkin2015-09-081-2/+7
* i965: Disallow fast blit paths for CopyTexImage with PixelTransfer opsChris Wilson2015-09-072-0/+8
* mesa/tests: Remove unneeded X11_CFLAGSJon TURNEY2015-09-071-1/+0
* i965/nir/vec4: removed unneeded tex src swizzle setAlejandro Piñeiro2015-09-071-1/+0
* st/mesa: don't fall back to 16F when 32F is requestedIlia Mirkin2015-09-061-14/+8
* st/mesa: properly handle u_upload_alloc failureIlia Mirkin2015-09-061-1/+1
* 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
* mesa: change 'SHADER_SUBST' facility to work with env variablesTapani Pälli2015-09-041-38/+101
* i965: Fix copy propagation type changes.Kenneth Graunke2015-09-031-0/+1
* i965/gen9: Annotate input coverage mask changeBen Widawsky2015-09-032-2/+22
* u_upload_mgr: remove the return value from u_upload_dataMarek Olšák2015-09-031-3/+4
* u_upload_mgr: remove the return value from u_upload_allocMarek Olšák2015-09-034-10/+14
* mesa/pbo: Handle zero width, height or depth when validating accessNeil Roberts2015-09-031-0/+6
* i965/meta: Fix typo in commentIan Romanick2015-09-021-1/+1
* mesa: Don't allow wrong type setters for matrix uniformsIan Romanick2015-09-021-0/+25
* mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_typeIan Romanick2015-09-023-42/+42