summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Update version to 12.0.0-rc2mesa-12.0.0-rc2Emil Velikov1-1/+1
2016-06-07mesa: automake: distclean git_sha1.h when building OOTEmil Velikov1-0/+6
2016-06-07mesa: automake: ensure that git_sha1.h.tmp has the right attributesEmil Velikov1-0/+1
2016-06-07mesa: automake: add directory prefix for git_sha1.hEmil Velikov1-1/+1
2016-06-07egl: android: don't add the image loader extension for !render_nodeEmil Velikov1-8/+7
2016-06-03anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guardsEmil Velikov1-0/+28
2016-06-02isl: add support for Android libmesa_isl static libraryMauro Rossi4-1/+241
2016-06-02android: libmesa_glsl: add a dependency on libmesa_nir staticMauro Rossi1-2/+3
2016-06-02isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2-2/+1
2016-06-02automake: bring back the .PHONY git_sha1.h.tmp ruleEmil Velikov1-2/+17
2016-06-02radeon/uvd: fix the H264 level for Tonga v2Christian König1-1/+1
2016-06-02i965: Remove old CS local ID handlingJordan Justen7-124/+3
2016-06-02i965: Enable cross-thread constants and compact local IDs for hsw+Jordan Justen3-14/+6
2016-06-02anv: Support new local ID generation & cross-thread constantsJordan Justen4-48/+42
2016-06-02i965: Support new local ID push constant & cross-thread constantsJordan Justen2-45/+52
2016-06-02i965: Add CS push constant info to brw_cs_prog_dataJordan Justen2-0/+73
2016-06-02i965: Store number of threads in brw_cs_prog_dataJordan Justen9-37/+31
2016-06-02i965: Add nir based intrinsic lowering and thread ID uniformJordan Justen4-0/+190
2016-06-02i965: Put CS local thread ID uniform in last push registerJordan Justen1-1/+25
2016-06-02i965: Add uniform for a CS thread local base IDJordan Justen4-1/+25
2016-06-02i965: Add nir channel_num system valueJordan Justen2-0/+16
2016-06-02nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen6-5/+22
2016-06-02glsl: Add glsl LowerCsDerivedVariables optionJordan Justen6-13/+26
2016-06-02i965/fs: Copy the offset when lowering logical pull constant sendsJason Ekstrand1-0/+8
2016-06-02glsl/distance: make sure we use clip dist varying slot for lowered var.Dave Airlie1-0/+1
2016-06-02i965: Fix isoline reads in scalar TES.Kenneth Graunke1-1/+1
2016-06-02glsl: Use Geom.VerticesOut == -1 to specify unsetIan Romanick3-6/+6
2016-06-02i965: If control_data_header_size_bits is zero, don't do EndPrimitiveIan Romanick2-0/+6
2016-06-02mesa: Fix bogus strncmpIan Romanick1-1/+1
2016-06-02nir: allow sat on all float destination typesIlia Mirkin1-1/+3
2016-06-02radeonsi: fix the raster config setup for 1 RB iceland chipsAlex Deucher1-1/+4
2016-06-02mesa/sampler: fix error codes for sampler parameters.Dave Airlie1-27/+10
2016-06-02glsl: define some GLES3 constants in GLSL 4.1Dave Airlie1-1/+1
2016-06-02i965: Add norbc debug optionTopi Pohjolainen4-0/+5
2016-06-02i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsTopi Pohjolainen2-3/+48
2016-06-02i965: Fix the passthrough TCS for isolines.Kenneth Graunke1-7/+12
2016-06-02i965/xfb: skip components in correct buffer.Dave Airlie1-4/+6
2016-06-02glsl/linker: fix multiple streams transform feedback.Dave Airlie1-15/+17
2016-06-02mesa/bufferobj: use mapping range in BufferSubData.Dave Airlie1-1/+1
2016-06-02nv50/ir: fix error finding free element in bitset in some situationsIlia Mirkin1-0/+6
2016-06-02Revert "glsl: fix xfb_offset unsized array validation"Timothy Arceri4-41/+31
2016-06-02i965/fs: Allow scalar source regions on SNB math instructions.Francisco Jerez3-17/+8
2016-06-02i965/fs: Fix constant combining for instructions that cannot accept source mods.Francisco Jerez1-4/+3
2016-06-02i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.Francisco Jerez1-8/+8
2016-06-02i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...Francisco Jerez1-10/+36
2016-06-02i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.Francisco Jerez1-1/+23
2016-06-02i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...Francisco Jerez1-10/+25
2016-06-02i965/fs: Fix compute-to-mrf VGRF region coverage condition.Francisco Jerez1-3/+6
2016-06-02i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...Francisco Jerez1-47/+13
2016-06-02i965/fs: Teach regions_overlap() about COMPR4 MRF regions.Francisco Jerez1-3/+17