summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: fix FS_OPCODE_CINTERP for unpacked double input varyingsSamuel Iglesias Gonsálvez2016-06-141-1/+12
* i965: don't use NumLayers for 3D textures.Dave Airlie2016-06-141-1/+1
* i965/fs Add a wm_prog_data bit for has_side_effectsJason Ekstrand2016-06-142-0/+15
* Revert "i965/fs: Allow scalar source regions on SNB math instructions."Francisco Jerez2016-06-143-7/+14
* i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).Francisco Jerez2016-06-141-0/+12
* mesa/get: return correct value for layer provoking vertex.Dave Airlie2016-06-101-1/+1
* i965/fs: Reindent emit_zip().Francisco Jerez2016-06-101-14/+14
* i965/fs: Skip SIMD lowering destination zipping if possible.Francisco Jerez2016-06-101-0/+55
* blorp: Fix 16x multisample scaled blitsAnuj Phogat2016-06-101-7/+10
* mesa/copyimage: report INVALID_VALUE for missing cube faceDave Airlie2016-06-101-1/+1
* mesa/copyimage: fix num samples check to handle renderbuffers.Dave Airlie2016-06-101-4/+7
* mesa/extensions: Fix ES1 extension reportingNanley Chery2016-06-101-2/+2
* isl: add support for Android libmesa_isl static libraryMauro Rossi2016-06-021-1/+2
* i965: Remove old CS local ID handlingJordan Justen2016-06-026-120/+2
* i965: Enable cross-thread constants and compact local IDs for hsw+Jordan Justen2016-06-023-14/+6
* i965: Support new local ID push constant & cross-thread constantsJordan Justen2016-06-022-45/+52
* i965: Add CS push constant info to brw_cs_prog_dataJordan Justen2016-06-022-0/+73
* i965: Store number of threads in brw_cs_prog_dataJordan Justen2016-06-023-25/+23
* i965: Add nir based intrinsic lowering and thread ID uniformJordan Justen2016-06-024-0/+190
* i965: Put CS local thread ID uniform in last push registerJordan Justen2016-06-021-1/+25
* i965: Add uniform for a CS thread local base IDJordan Justen2016-06-023-1/+21
* i965: Add nir channel_num system valueJordan Justen2016-06-021-0/+15
* nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen2016-06-021-1/+2
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-023-0/+5
* i965/fs: Copy the offset when lowering logical pull constant sendsJason Ekstrand2016-06-021-0/+8
* i965: Fix isoline reads in scalar TES.Kenneth Graunke2016-06-021-1/+1
* glsl: Use Geom.VerticesOut == -1 to specify unsetIan Romanick2016-06-021-1/+1
* i965: If control_data_header_size_bits is zero, don't do EndPrimitiveIan Romanick2016-06-022-0/+6
* mesa: Fix bogus strncmpIan Romanick2016-06-021-1/+1
* mesa/sampler: fix error codes for sampler parameters.Dave Airlie2016-06-021-27/+10
* i965: Add norbc debug optionTopi Pohjolainen2016-06-023-0/+4
* i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsTopi Pohjolainen2016-06-022-3/+48
* i965: Fix the passthrough TCS for isolines.Kenneth Graunke2016-06-021-7/+12
* i965/xfb: skip components in correct buffer.Dave Airlie2016-06-021-4/+6
* mesa/bufferobj: use mapping range in BufferSubData.Dave Airlie2016-06-021-1/+1
* i965/fs: Allow scalar source regions on SNB math instructions.Francisco Jerez2016-06-023-17/+8
* i965/fs: Fix constant combining for instructions that cannot accept source mods.Francisco Jerez2016-06-021-4/+3
* i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.Francisco Jerez2016-06-021-8/+8
* i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...Francisco Jerez2016-06-021-10/+36
* i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.Francisco Jerez2016-06-021-1/+23
* i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...Francisco Jerez2016-06-021-10/+25
* i965/fs: Fix compute-to-mrf VGRF region coverage condition.Francisco Jerez2016-06-021-3/+6
* i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...Francisco Jerez2016-06-021-47/+13
* i965/fs: Teach regions_overlap() about COMPR4 MRF regions.Francisco Jerez2016-06-021-3/+17
* mesa: fix crash in driver_RenderTexture_is_safeMarek Olšák2016-06-021-1/+2
* Revert "osmesa: don't try to bundle osmesa.def SConscript"Emil Velikov2016-05-301-0/+2
* scons: build osmesa swrast and galliumAndreas Fänger2016-05-303-0/+57
* automake: move the git_sha1.h rule a level upEmil Velikov2016-05-303-27/+2
* mesa/xfb: report calculated size for XFB buffer objects.Dave Airlie2016-05-301-1/+2
* i965: Expose GL 4.3 on Gen8+.Francisco Jerez2016-05-292-2/+2