summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: whitespace/formatting fixes in st_atom_constbuf.cBrian Paul2018-03-231-21/+36
* st/mesa: s/unsigned/enum pipe_shader_type/Brian Paul2018-03-232-3/+5
* svga: simplify uses_flat_interp expression in emit_input_declarations()Brian Paul2018-03-231-1/+1
* svga: replace unsigned with proper enum namesBrian Paul2018-03-232-15/+16
* tgsi,softpipe: use enum tgsi_opcodeBrian Paul2018-03-233-8/+8
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-236-57/+58
* tgsi/nir: use enum tgsi_opcodeBrian Paul2018-03-231-2/+2
* tgsi: use enum tgsi_opcodeBrian Paul2018-03-235-14/+14
* gallivm: use enum tgis_opcodeBrian Paul2018-03-232-8/+12
* svga: use enum tgsi_opcodeBrian Paul2018-03-232-5/+5
* tgsi: convert opcode macros to enumsBrian Paul2018-03-231-273/+275
* compiler: glsl: silence valgrind warning on write cacheLionel Landwerlin2018-03-231-2/+2
* meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom2018-03-235-2/+7
* wayland-drm: do not distribute generated sourcesJuan A. Suarez Romero2018-03-233-13/+36
* radv: enable TC-compat HTILE for 16-bit depth surfaces on GFX8Samuel Pitoiset2018-03-232-18/+24
* radv: add radv_calc_decompress_on_z_planes() helperSamuel Pitoiset2018-03-231-14/+37
* radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset2018-03-231-11/+45
* nir: Rename image intrinsics to image_varJason Ekstrand2018-03-2315-164/+164
* virgl: add ARB_cull_distance support.Dave Airlie2018-03-234-5/+13
* broadcom/vc5: Account for InstanceID/VertexID in VPM segment size.Eric Anholt2018-03-221-4/+9
* broadcom/vc5: Allow FBOs with mixed color formats.Eric Anholt2018-03-221-1/+1
* broadcom/vc5: Add missing support for 2101010_REV vertex attributes.Eric Anholt2018-03-221-0/+8
* broadcom/vc5: Set up a vertex position if the shader doesn't.Eric Anholt2018-03-221-0/+22
* i965: add performance query support on CNLLionel Landwerlin2018-03-224-1/+10415
* i965: perf: add support for new equation operatorsLionel Landwerlin2018-03-221-0/+15
* i965: perf: query topologyLionel Landwerlin2018-03-222-71/+118
* intel: devinfo: add helper functions to fill fusing masks valuesLionel Landwerlin2018-03-222-1/+140
* intel: devinfo: meson: include drm uapiLionel Landwerlin2018-03-221-1/+1
* drm-uapi: bump headersLionel Landwerlin2018-03-224-36/+189
* intel: devinfo: store slice/subslice/eu masksLionel Landwerlin2018-03-222-1/+91
* intel: devinfo: store number of EUs per subsliceLionel Landwerlin2018-03-222-2/+38
* Revert "meson: merge C and C++ compiler arguments check"Dylan Baker2018-03-221-6/+11