summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-03i965/fs/skl+: Recognize sample_c_lz.wip/sample_lzMatt Turner4-5/+8
2016-05-03i965/fs/skl+: Recognize sample_lz.Matt Turner6-2/+24
2016-05-03i965/fs/skl+: Prepare LOD-zero optimization for sample_lz.Matt Turner2-23/+37
2016-05-03i965/fs/skl+: Use ld_lz when the LOD parameter is zeroNeil Roberts7-0/+110
2016-05-03i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.Matt Turner1-2/+3
2016-05-03i965: Add disassembler support for remaining opcodes.Matt Turner2-18/+92
2016-05-03i965: Make opcode_descs and gen_from_devinfo() static.Matt Turner2-6/+2
2016-05-03i965: Actually check whether the opcode is supported.Matt Turner2-4/+3
2016-05-03i965: Merge inst_info and opcode_desc tables.Matt Turner5-149/+73
2016-05-03i965: Move inst_info from brw_eu_validate.c to brw_eu.c.Matt Turner3-245/+249
2016-05-03i965/disasm: Wrap opcode_desc look-up in a function.Francisco Jerez5-14/+42
2016-05-03i965: Pass devinfo pointer to is_3src() helpers.Francisco Jerez8-10/+11
2016-05-03i965: Pass devinfo pointer to brw_instruction_name().Francisco Jerez4-4/+5
2016-05-03i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.Kenneth Graunke7-15/+510
2016-05-03i965: Rework the TCS passthrough shader to use NIR.Kenneth Graunke3-56/+85
2016-05-03gallium/util: change assertion to conditional in util_bitmask_destroy()Brian Paul1-4/+4
2016-05-03cso: null-out previously bound sampler statesBrian Paul1-1/+3
2016-05-03svga: try to flag surfaces for sampling, in addition to renderingBrian Paul1-0/+11
2016-05-03svga: fix copying non-zero layers of 1D array texturesBrian Paul1-10/+12
2016-05-03svga: clean up svga_pipe_blit.cBrian Paul1-68/+13
2016-05-03rbug: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-05-03freedreno: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-05-03trace: s/Elements/ARRAY_SIZE/Brian Paul1-4/+4
2016-05-03ilo: s/Elements/ARRAY_SIZE/Brian Paul14-43/+43
2016-05-03i915g: s/Elements/ARRAY_SIZE/Brian Paul6-12/+12
2016-05-03nvc0: compute a percentage for metric-achieved_occupancySamuel Pitoiset1-4/+4
2016-05-03nvc0: display some performance metrics with a percentageSamuel Pitoiset1-3/+3
2016-05-03nvc0: store the driver query type for performance metricsSamuel Pitoiset1-18/+22
2016-05-03nvc0: fix exposing of metric-issue_slots for SM21/SM30Samuel Pitoiset1-2/+22
2016-05-03mesa/objectlabel: handle NULL src stringMark Janes1-3/+4
2016-05-04glsl: subroutine types cannot be used in constructors.Dave Airlie1-0/+6
2016-05-04glsl: resource is a reserved keyword in GLSL 4.20 as wellDave Airlie1-1/+1
2016-05-03gallium,utils: Fix trivial sign compare warningsJan Vesely8-21/+21
2016-05-03anv: fix hang during generation of dev_icd.json.Knut Andre Tidemann1-1/+1
2016-05-03swrast: Add texfetch_funcs entries for astc 3d formatsAnuj Phogat1-1/+22
2016-05-03mesa: Enable translation between astc 3d gl formats and mesa formatsAnuj Phogat1-0/+80
2016-05-03mesa: Handle astc 3d formats in _mesa_get_compressed_formats()Anuj Phogat1-0/+29
2016-05-03mesa: Handle astc 3d formats in _mesa_base_tex_format()Anuj Phogat1-2/+4
2016-05-03mesa: Account for astc 3d formats in _mesa_is_astc_format()Anuj Phogat1-3/+13
2016-05-03mesa: Add a helper function is_astc_3d_format()Anuj Phogat1-0/+32
2016-05-03mesa: Add the missing defines for GL_OES_texture_compression_astcAnuj Phogat1-0/+23
2016-05-03mesa: Align the values of #define's in glheader.hAnuj Phogat1-29/+29
2016-05-03mesa: Add OES_texture_compression_astc to extension table and gl_extensionsAnuj Phogat2-0/+2
2016-05-03mesa: Add entries for astc 3d formats initializing struct gl_format_infoAnuj Phogat1-0/+21
2016-05-03mesa: Add mesa formats for astc 3d formatsAnuj Phogat1-0/+21
2016-05-03glapi: Update dispatch XML files for OES_texture_compression_astc.xmlAnuj Phogat3-0/+64
2016-05-03mesa: Account for block depth in _mesa_format_image_size()Anuj Phogat1-21/+23
2016-05-03mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstoreAnuj Phogat1-3/+3
2016-05-03mesa: Handle 3d block sizes in teximage error checksAnuj Phogat1-6/+13
2016-05-03mesa: Handle 3d block sizes in getteximage error checksAnuj Phogat1-4/+17