summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meta: Don't botch color masks when changing drawbuffers.Kenneth Graunke2016-04-181-7/+75
* meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit.Kenneth Graunke2016-04-182-5/+4
* vc4: Add support for rendering to cube map surfaces.Eric Anholt2016-04-181-1/+2
* vc4: Don't flush on read-only access of buffers read by the CL.Eric Anholt2016-04-183-7/+16
* vc4: Sanity check that flushes don't happen between state emit and draw.Eric Anholt2016-04-181-0/+7
* vc4: Sanity check strides for imported BOs.Eric Anholt2016-04-181-5/+18
* math: Import isinf and others to global namespacePierre Moreau2016-04-181-0/+23
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-182-6/+6
* r600g: fix code indentationOded Gabbay2016-04-182-10/+10
* docs: add news item and link release notes for 11.1.3Emil Velikov2016-04-172-2/+5
* docs: add sha256 checksums for 11.1.3Emil Velikov2016-04-171-1/+2
* docs: add release notes for 11.1.3Emil Velikov2016-04-171-0/+318
* gallivm: don't use vector selects with llvm 3.7Roland Scheidegger2016-04-181-3/+5
* nir: only dereference undef after NULL check. (v2)Dave Airlie2016-04-181-1/+0
* docs: update the sha256 checksums for 11.2.1Emil Velikov2016-04-171-2/+2
* docs: add news item and link release notes for 11.2.1Emil Velikov2016-04-172-0/+7
* docs: add sha256 checksums for 11.2.1Emil Velikov2016-04-171-1/+2
* docs: add release notes for 11.2.1Emil Velikov2016-04-171-0/+118
* i965/fs: Don't allow OOB array access of imagesJason Ekstrand2016-04-151-15/+11
* anv/device: Images are only enabled in scalar stagesJason Ekstrand2016-04-151-2/+2
* gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2016-04-162-1/+20
* mesa/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexI...Nanley Chery2016-04-151-5/+5
* anv: Advertise vertexPipelineStoresAndAtomics based on scalar stagesJason Ekstrand2016-04-151-1/+5
* i965/vec4: Support full std140 layout for push constantsJason Ekstrand2016-04-151-5/+25
* i965/vec4: Handle MOV_INDIRECT in pack_uniform_registersJason Ekstrand2016-04-151-0/+18
* i965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECTJason Ekstrand2016-04-152-0/+68
* i965/vec4: Use can_do_writemask in can_reswizzleJason Ekstrand2016-04-151-3/+5
* i965/vec4: Move can_do_writemask to vec4_instructionJason Ekstrand2016-04-153-30/+30
* util: Fix warning of invalid return valueChad Versace2016-04-151-1/+2
* Merge branch 'vulkan'Jason Ekstrand2016-04-15106-0/+57524
|\
| * Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-1511-642/+137
| |\
| * | Remove the Intel Vulkan readmeJason Ekstrand2016-04-151-133/+0
| * | i965: Default to scalar GSJason Ekstrand2016-04-151-1/+1
| * | i965/surface_formats: Mark A4B4G4R4_UNORM as SKL+ onlyJason Ekstrand2016-04-151-1/+1
| * | Revert "i965/fs: Properly write-mask spills"Jason Ekstrand2016-04-152-11/+5
| * | Revert "i965/fs: Feel free to spill partial reads/writes"Jason Ekstrand2016-04-151-2/+19
| * | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-146-8/+36
| |\ \
| * | | main/mtypes: Remove the "set" parameter from gl_uniform_blockJason Ekstrand2016-04-141-5/+0
| * | | Revert "i965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECT"Jason Ekstrand2016-04-141-45/+0
| * | | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-1440-537/+501
| |\ \ \
| * | | | anv: Install the installable ICDJason Ekstrand2016-04-141-0/+3
| * | | | anv/intel_icd: Don't provide an absolute pathJason Ekstrand2016-04-142-3/+2
| * | | | configure: Add initial support for enabling Vulkan driversJason Ekstrand2016-04-143-4/+72
| * | | | anv/pipeline: Use the right mask for lower_indirect_derefsJason Ekstrand2016-04-141-3/+3
| * | | | i965: remove pointless diff with the master branchJason Ekstrand2016-04-142-1/+2
| * | | | nir/opt_algebraic: Remove the encoding lineJason Ekstrand2016-04-141-1/+0
| * | | | spirv: Move to compiler/Jason Ekstrand2016-04-1411-8/+8
| * | | | nir: Remove some pointless delta between vulkan and masterJason Ekstrand2016-04-142-3/+0
| * | | | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-13310-2937/+5117
| |\ \ \ \
| * | | | | anv: Remove default scissor and viewport conceptsNanley Chery2016-04-134-49/+9