summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Silence unused parameter warnings in intel_fbo.cIan Romanick2015-09-101-3/+8
* st/mesa: set the vbuffer to NULL if we are skipping itDave Airlie2015-09-111-1/+5
* i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTORJordan Justen2015-09-104-1/+8
* i965/cs: Emit texture surfaces to enable CS samplingJordan Justen2015-09-102-1/+3
* i965: Set up sampler state for compute shadersJordan Justen2015-09-101-2/+12
* i965/fs: Set first_non_payload_grf in assign_curb_setupJordan Justen2015-09-101-4/+5
* i965: Support compute shaders in is_scalar_shader_stage()Jordan Justen2015-09-101-0/+1
* i965: Support CS in update_stage_texture_surfacesJordan Justen2015-09-101-0/+7
* i965: enable ARB_shader_texture_image_samplesIlia Mirkin2015-09-101-0/+1
* i965: add handling for imageSamplesIlia Mirkin2015-09-101-0/+5
* i965: add support for textureSamples functionIlia Mirkin2015-09-1010-1/+35
* glsl: add ir_texture_samples texture opcodeIlia Mirkin2015-09-102-0/+4
* mesa: add infra for ARB_shader_texture_image_samplesIlia Mirkin2015-09-102-0/+2
* 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
* 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