aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: Skip sending down the clear colors if not clearing.Eric Anholt2015-04-131-5/+7
* vc4: Sync with kernel changes to relax BCL versus RCL validation.Eric Anholt2015-04-131-22/+3
* vc4: Fix another space allocation mistake.Eric Anholt2015-04-131-0/+1
* vc4: Add missed accounting for the size of the semaphore.Eric Anholt2015-04-131-0/+2
* swrast: Mark MAX_GLUINT literal with u suffix.Matt Turner2015-04-131-1/+1
* i965: Don't bother freeing NULL.Matt Turner2015-04-131-4/+2
* i965: Lift some restrictions on dma_buf EGLImagesChad Versace2015-04-133-22/+7
* i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2015-04-132-5/+19
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-136-11/+21
* i965: Add field intel_mipmap_tree::disable_aux_buffersChad Versace2015-04-132-2/+29
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-135-25/+30
* i965: Declare intel_miptree_create_layout() as staticChad Versace2015-04-132-14/+1
* i965: Declare intel_miptree_alloc_mcs() as staticChad Versace2015-04-132-6/+6
* docs: Improve LLVM_USE_CRT_xxx instructions.Jose Fonseca2015-04-131-5/+27
* glx: Include util/macros.h instead of redefining PRINTFLIKE.Jose Fonseca2015-04-131-6/+1
* util/ralloc: Fix `extern "C"` usage.Jose Fonseca2015-04-131-4/+4
* mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.Jose Fonseca2015-04-132-9/+1
* docs: add news item and link release notes for mesa 10.5.3Emil Velikov2015-04-122-0/+7
* docs: Add 256 sums for the 10.5.3 releaseEmil Velikov2015-04-121-1/+2
* Add release notes for the 10.5.3 releaseEmil Velikov2015-04-121-0/+124
* docs: remove the --with-max-{width,height} noteEmil Velikov2015-04-121-13/+0
* configure.ac: remove deprecated --with-libclc-pathEmil Velikov2015-04-121-13/+0
* i965/nir: Make INTEL_DEBUG=ann work with NIR.Kenneth Graunke2015-04-112-1/+8
* i965: Create NIR during LinkShader() and ProgramStringNotify().Kenneth Graunke2015-04-119-176/+257
* nir: Store num_direct_uniforms in the nir_shader.Kenneth Graunke2015-04-112-2/+6
* i965: Move lower_output_reads to brw_link_shader().Kenneth Graunke2015-04-112-1/+3
* glsl: Mark path as unreachable.Matt Turner2015-04-111-1/+1
* i965: Remove useless null check.Matt Turner2015-04-111-4/+0
* i965/fs/nir: Mark fallthrough.Matt Turner2015-04-111-0/+2
* i965: Remove useless reg_offset >= 0 tests.Matt Turner2015-04-112-2/+0
* freedreno/ir3/nir: couple little fixesRob Clark2015-04-111-2/+10
* freedreno/ir3/nir: handle system valuesRob Clark2015-04-111-3/+50
* freedreno/ir3/nir: handle txs and query_levels tex opsRob Clark2015-04-111-4/+81
* freedreno/ir3/nir: split out tex helpersRob Clark2015-04-111-34/+72
* freedreno/ir3/nir: simplify emit_tex()Rob Clark2015-04-112-61/+66
* freedreno/ir3/cp: handle indirect properlyRob Clark2015-04-111-13/+20
* freedreno/ir3/sched: avoid getting stuck on addr conflictsRob Clark2015-04-111-32/+42
* freedreno/ir3/nir: add variable-indexing supportRob Clark2015-04-111-16/+204
* freedreno/ir3/asm: change assert to warningRob Clark2015-04-111-1/+4
* freedreno/ir3/nir: set first_driver_paramRob Clark2015-04-111-0/+2
* freedreno/ir3/cp: support to swap mad src'sRob Clark2015-04-114-9/+43
* nir: fix bit of cargo-culting in lower_idivRob Clark2015-04-111-2/+0
* nir: split out lower_sub from lower_negateRob Clark2015-04-113-2/+5
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59
* gallium/ttn: add support for temp arraysRob Clark2015-04-111-15/+145
* gallium/ttn: minor cleanupRob Clark2015-04-111-5/+6
* i965: Use NIR by default for fragment shadersJason Ekstrand2015-04-101-1/+1