summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-13nir: Make nir_opt_dce reduce SSA num_components for dead components.nir-dce-componentsEric Anholt1-12/+158
2015-04-13nir: Validate that the tex_instr dest is the right size.Eric Anholt1-6/+13
2015-04-13nir: Validate that tex_instr src components are the right size.Eric Anholt1-6/+13
2015-04-13gallium/ttn: Validate our shader after we generate it.Eric Anholt1-0/+2
2015-04-13nir: Fix bug in handling non-SSA copy prop of indirect register access.Eric Anholt1-1/+1
2015-04-13vc4: Use the blit interface for updating shadow textures.Eric Anholt1-13/+31
2015-04-13vc4: Remove dead fields from vc4_surface.Eric Anholt1-3/+0
2015-04-13vc4: Skip sending down the clear colors if not clearing.Eric Anholt1-5/+7
2015-04-13vc4: Sync with kernel changes to relax BCL versus RCL validation.Eric Anholt1-22/+3
2015-04-13vc4: Fix another space allocation mistake.Eric Anholt1-0/+1
2015-04-13vc4: Add missed accounting for the size of the semaphore.Eric Anholt1-0/+2
2015-04-13swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner1-1/+1
2015-04-13i965: Don't bother freeing NULL.Matt Turner1-4/+2
2015-04-13i965: Lift some restrictions on dma_buf EGLImagesChad Versace3-22/+7
2015-04-13i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2-5/+19
2015-04-13i965: Change intel_miptree_create_for_bo() signatureChad Versace6-11/+21
2015-04-13i965: Add field intel_mipmap_tree::disable_aux_buffersChad Versace2-2/+29
2015-04-13i965: Refactor brw_is_hiz_depth_format()Chad Versace5-25/+30
2015-04-13i965: Declare intel_miptree_create_layout() as staticChad Versace2-14/+1
2015-04-13i965: Declare intel_miptree_alloc_mcs() as staticChad Versace2-6/+6
2015-04-13docs: Improve LLVM_USE_CRT_xxx instructions.Jose Fonseca1-5/+27
2015-04-13glx: Include util/macros.h instead of redefining PRINTFLIKE.Jose Fonseca1-6/+1
2015-04-13util/ralloc: Fix `extern "C"` usage.Jose Fonseca1-4/+4
2015-04-13mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.Jose Fonseca2-9/+1
2015-04-12docs: add news item and link release notes for mesa 10.5.3Emil Velikov2-0/+7
2015-04-12docs: Add 256 sums for the 10.5.3 releaseEmil Velikov1-1/+2
2015-04-12Add release notes for the 10.5.3 releaseEmil Velikov1-0/+124
2015-04-12docs: remove the --with-max-{width,height} noteEmil Velikov1-13/+0
2015-04-12configure.ac: remove deprecated --with-libclc-pathEmil Velikov1-13/+0
2015-04-11i965/nir: Make INTEL_DEBUG=ann work with NIR.Kenneth Graunke2-1/+8
2015-04-11i965: Create NIR during LinkShader() and ProgramStringNotify().Kenneth Graunke9-176/+257
2015-04-11nir: Store num_direct_uniforms in the nir_shader.Kenneth Graunke2-2/+6
2015-04-11i965: Move lower_output_reads to brw_link_shader().Kenneth Graunke2-1/+3
2015-04-11glsl: Mark path as unreachable.Matt Turner1-1/+1
2015-04-11i965: Remove useless null check.Matt Turner1-4/+0
2015-04-11i965/fs/nir: Mark fallthrough.Matt Turner1-0/+2
2015-04-11i965: Remove useless reg_offset >= 0 tests.Matt Turner2-2/+0
2015-04-11freedreno/ir3/nir: couple little fixesRob Clark1-2/+10
2015-04-11freedreno/ir3/nir: handle system valuesRob Clark1-3/+50
2015-04-11freedreno/ir3/nir: handle txs and query_levels tex opsRob Clark1-4/+81
2015-04-11freedreno/ir3/nir: split out tex helpersRob Clark1-34/+72
2015-04-11freedreno/ir3/nir: simplify emit_tex()Rob Clark2-61/+66
2015-04-11freedreno/ir3/cp: handle indirect properlyRob Clark1-13/+20
2015-04-11freedreno/ir3/sched: avoid getting stuck on addr conflictsRob Clark1-32/+42
2015-04-11freedreno/ir3/nir: add variable-indexing supportRob Clark1-16/+204
2015-04-11freedreno/ir3/asm: change assert to warningRob Clark1-1/+4
2015-04-11freedreno/ir3/nir: set first_driver_paramRob Clark1-0/+2
2015-04-11freedreno/ir3/cp: support to swap mad src'sRob Clark4-9/+43
2015-04-11nir: fix bit of cargo-culting in lower_idivRob Clark1-2/+0
2015-04-11nir: split out lower_sub from lower_negateRob Clark3-2/+5