| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Flush batchbuffer containing the query on glQueryCounter. | Mathias Froehlich | 2015-04-13 | 1 | -0/+2 |
* | vc4: Use the blit interface for updating shadow textures. | Eric Anholt | 2015-04-13 | 1 | -13/+31 |
* | vc4: Remove dead fields from vc4_surface. | Eric Anholt | 2015-04-13 | 1 | -3/+0 |
* | vc4: Skip sending down the clear colors if not clearing. | Eric Anholt | 2015-04-13 | 1 | -5/+7 |
* | vc4: Sync with kernel changes to relax BCL versus RCL validation. | Eric Anholt | 2015-04-13 | 1 | -22/+3 |
* | vc4: Fix another space allocation mistake. | Eric Anholt | 2015-04-13 | 1 | -0/+1 |
* | vc4: Add missed accounting for the size of the semaphore. | Eric Anholt | 2015-04-13 | 1 | -0/+2 |
* | swrast: Mark MAX_GLUINT literal with u suffix. | Matt Turner | 2015-04-13 | 1 | -1/+1 |
* | i965: Don't bother freeing NULL. | Matt Turner | 2015-04-13 | 1 | -4/+2 |
* | i965: Lift some restrictions on dma_buf EGLImages | Chad Versace | 2015-04-13 | 3 | -22/+7 |
* | i965: Disable aux buffers for EGLImage-backed miptrees | Chad Versace | 2015-04-13 | 2 | -5/+19 |
* | i965: Change intel_miptree_create_for_bo() signature | Chad Versace | 2015-04-13 | 6 | -11/+21 |
* | i965: Add field intel_mipmap_tree::disable_aux_buffers | Chad Versace | 2015-04-13 | 2 | -2/+29 |
* | i965: Refactor brw_is_hiz_depth_format() | Chad Versace | 2015-04-13 | 5 | -25/+30 |
* | i965: Declare intel_miptree_create_layout() as static | Chad Versace | 2015-04-13 | 2 | -14/+1 |
* | i965: Declare intel_miptree_alloc_mcs() as static | Chad Versace | 2015-04-13 | 2 | -6/+6 |
* | glx: Include util/macros.h instead of redefining PRINTFLIKE. | Jose Fonseca | 2015-04-13 | 1 | -6/+1 |
* | util/ralloc: Fix `extern "C"` usage. | Jose Fonseca | 2015-04-13 | 1 | -4/+4 |
* | mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro. | Jose Fonseca | 2015-04-13 | 1 | -8/+0 |
* | i965/nir: Make INTEL_DEBUG=ann work with NIR. | Kenneth Graunke | 2015-04-11 | 2 | -1/+8 |
* | i965: Create NIR during LinkShader() and ProgramStringNotify(). | Kenneth Graunke | 2015-04-11 | 9 | -176/+257 |
* | nir: Store num_direct_uniforms in the nir_shader. | Kenneth Graunke | 2015-04-11 | 2 | -2/+6 |
* | i965: Move lower_output_reads to brw_link_shader(). | Kenneth Graunke | 2015-04-11 | 2 | -1/+3 |
* | glsl: Mark path as unreachable. | Matt Turner | 2015-04-11 | 1 | -1/+1 |
* | i965: Remove useless null check. | Matt Turner | 2015-04-11 | 1 | -4/+0 |
* | i965/fs/nir: Mark fallthrough. | Matt Turner | 2015-04-11 | 1 | -0/+2 |
* | i965: Remove useless reg_offset >= 0 tests. | Matt Turner | 2015-04-11 | 2 | -2/+0 |
* | freedreno/ir3/nir: couple little fixes | Rob Clark | 2015-04-11 | 1 | -2/+10 |
* | freedreno/ir3/nir: handle system values | Rob Clark | 2015-04-11 | 1 | -3/+50 |
* | freedreno/ir3/nir: handle txs and query_levels tex ops | Rob Clark | 2015-04-11 | 1 | -4/+81 |
* | freedreno/ir3/nir: split out tex helpers | Rob Clark | 2015-04-11 | 1 | -34/+72 |
* | freedreno/ir3/nir: simplify emit_tex() | Rob Clark | 2015-04-11 | 2 | -61/+66 |
* | freedreno/ir3/cp: handle indirect properly | Rob Clark | 2015-04-11 | 1 | -13/+20 |
* | freedreno/ir3/sched: avoid getting stuck on addr conflicts | Rob Clark | 2015-04-11 | 1 | -32/+42 |
* | freedreno/ir3/nir: add variable-indexing support | Rob Clark | 2015-04-11 | 1 | -16/+204 |
* | freedreno/ir3/asm: change assert to warning | Rob Clark | 2015-04-11 | 1 | -1/+4 |
* | freedreno/ir3/nir: set first_driver_param | Rob Clark | 2015-04-11 | 1 | -0/+2 |
* | freedreno/ir3/cp: support to swap mad src's | Rob Clark | 2015-04-11 | 4 | -9/+43 |
* | nir: fix bit of cargo-culting in lower_idiv | Rob Clark | 2015-04-11 | 1 | -2/+0 |
* | nir: split out lower_sub from lower_negate | Rob Clark | 2015-04-11 | 3 | -2/+5 |
* | gallium/ttn: add support for system values | Rob Clark | 2015-04-11 | 1 | -0/+34 |
* | gallium/ttn: fix TXD | Rob Clark | 2015-04-11 | 1 | -3/+17 |
* | gallium/ttn: add TXQ support (v2) | Rob Clark | 2015-04-11 | 1 | -8/+51 |
* | gallium/ttn: split out helper to get texture info | Rob Clark | 2015-04-11 | 1 | -53/+59 |
* | gallium/ttn: add support for temp arrays | Rob Clark | 2015-04-11 | 1 | -15/+145 |
* | gallium/ttn: minor cleanup | Rob Clark | 2015-04-11 | 1 | -5/+6 |
* | i965: Use NIR by default for fragment shaders | Jason Ekstrand | 2015-04-10 | 1 | -1/+1 |
* | i965: Don't set NirOptions for stages that will use the vec4 backend.cros-mesa-10.6-vanillachadv/cros-mesa-10.6-vanillachadv/cros-gerrit-262788-base | Kenneth Graunke | 2015-04-10 | 1 | -9/+6 |
* | gallivm: Fix build since llvm-3.7.0svn r234495 | Nick Sarnie | 2015-04-10 | 1 | -4/+0 |
* | i965/disasm: Print the type after the swizzle also for 3src src operands | Ville Syrjälä | 2015-04-10 | 1 | -3/+3 |