summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom/vc5: Fix RG16I/UI texture sampling.Eric Anholt2018-03-271-2/+2
* nir: fix generated nir_intrinsics.c for MSVCRob Clark2018-03-271-0/+4
* docs: update calendar 18.0.0 is outEmil Velikov2018-03-271-22/+4
* docs: add news item and link release notes for 18.0.0Emil Velikov2018-03-272-0/+8
* docs: add sha256 checksums for 18.0.0Emil Velikov2018-03-271-1/+2
* docs: Update 18.0.0 release notesEmil Velikov2018-03-272-74/+320
* nir: mako all the intrinsicsRob Clark2018-03-2711-619/+727
* nir: fix per_vertex_output intrinsicRob Clark2018-03-271-1/+1
* glsl_types: fix build break with intel/msvc compilerRob Clark2018-03-271-83/+24
* mesa: add GL_HALF_FLOAT as supported type to readpixelsLin Johnson2018-03-271-0/+2
* broadcom/vc5: Fix swizzling of RGB10_A2UI render targets.Eric Anholt2018-03-261-1/+1
* broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.Eric Anholt2018-03-261-0/+1
* broadcom/vc5: Implement workaround for GFXH-1431.Eric Anholt2018-03-261-1/+5
* broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.Eric Anholt2018-03-265-21/+111
* broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.Eric Anholt2018-03-262-0/+8
* broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.Eric Anholt2018-03-263-5/+29
* broadcom/vc5: Move the BCL epilogue code to a per-version compile.Eric Anholt2018-03-265-24/+67
* broadcom/vc5: Fix transform feedback in the presence of point size.Eric Anholt2018-03-263-4/+23
* broadcom/vc5: Split transform feedback specs update from buffers.Eric Anholt2018-03-261-27/+32
* broadcom/vc5: Limit each transform feedback data spec to 16 dwords.Eric Anholt2018-03-262-14/+31
* gallium/u_vbuf: Protect against overflow with large instance divisors.Eric Anholt2018-03-261-1/+10
* st: Allow accelerated CopyTexImage from RGBA to RGB.Eric Anholt2018-03-261-6/+26
* winsys/amdgpu: always allow GTT placements on APUsMarek Olšák2018-03-261-7/+5
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-264-5/+9
* glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri2018-03-271-1/+1
* gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee2018-03-261-1/+1
* gallium: Correct minor typo in header commentsAlyssa Rosenzweig2018-03-261-1/+1
* intel/aubinator_error_decode: Decode more registers.Rafael Antognolli2018-03-261-0/+12
* intel/genxml: Add SAMPLER_INSTDONE register.Rafael Antognolli2018-03-266-0/+139
* intel/genxml: Add ROW_INSTDONE register.Rafael Antognolli2018-03-266-0/+114
* intel/genxml: Add SC_INSTDONE register.Rafael Antognolli2018-03-266-0/+140
* i965/vec4: Fix null destination register in 3-source instructionsIan Romanick2018-03-262-0/+27
* nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditionalIan Romanick2018-03-262-18/+1
* i965/vec4: Propagate conditional modifiers from compares to addsIan Romanick2018-03-261-5/+65
* i965/vec4: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick2018-03-261-1/+2
* i965/fs: Propagate conditional modifiers from compares to addsIan Romanick2018-03-262-5/+400
* i965/fs: Allow cmod propagation when src0 is a uniform or shader inputIan Romanick2018-03-261-1/+2
* i965: Add negative_equals methodsIan Romanick2018-03-267-0/+72
* mesa/st/tests: Use tgsi opcode enum also in the test classesGert Wollny2018-03-262-8/+8
* meson: fix header check messageEric Engestrom2018-03-261-1/+1
* glsl_types: vec8/vec16 supportRob Clark2018-03-256-10/+23
* glsl_types: refactor/prep for vec8/vec16Rob Clark2018-03-253-149/+49
* anv: Set genX_table for gen11Jordan Justen2018-03-231-0/+3
* anv: Add gen11 to anv_genX_callJordan Justen2018-03-231-0/+3
* vbo: Make sure the internal VAO's stay within limits.Mathias Fröhlich2018-03-232-1/+6
* mesa: Flag early if we modify a SharedAndImmutable VAO.Mathias Fröhlich2018-03-231-0/+6
* mesa: When copying a VAO also copy the vertex attribute mode.Mathias Fröhlich2018-03-231-0/+1
* configure: use AC_CHECK_HEADERS to check for endian.hEmil Velikov2018-03-231-1/+1
* android: Use local i915_drm.h rather than the system one.Kenneth Graunke2018-03-231-0/+2
* st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()Brian Paul2018-03-231-1/+1