| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add FMA and DFMA opcodes (v3) | Marek Olšák | 2015-03-16 | 20 | -12/+62 |
* | freedreno: update generated headers | Rob Clark | 2015-03-15 | 5 | -6/+6 |
* | freedreno/ir3: remove old compiler | Rob Clark | 2015-03-15 | 7 | -1574/+10 |
* | freedreno/ir3: avoid scheduler deadlock | Rob Clark | 2015-03-15 | 3 | -0/+45 |
* | freedreno/ir3: bit of cleanup | Rob Clark | 2015-03-15 | 3 | -19/+23 |
* | i965: De-duplicate is_expression_commutative() functions. | Kenneth Graunke | 2015-03-15 | 4 | -46/+25 |
* | i965/gen4-5: Cope with immutable-format texture revalidation | Chris Forbes | 2015-03-14 | 1 | -3/+10 |
* | docs: add news item and link release notes for mesa 10.5.1 | Emil Velikov | 2015-03-13 | 2 | -0/+7 |
* | docs: Add sha256 sums for the 10.5.1 release | Emil Velikov | 2015-03-13 | 1 | -1/+2 |
* | Add release notes for the 10.5.1 release | Emil Velikov | 2015-03-13 | 1 | -0/+216 |
* | freedreno: fix slice pitch calculations | Ilia Mirkin | 2015-03-13 | 1 | -1/+1 |
* | freedreno/a3xx: use the same layer size for all slices | Ilia Mirkin | 2015-03-13 | 1 | -1/+8 |
* | i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5 | Ian Romanick | 2015-03-13 | 1 | -0/+13 |
* | i965/disasm: Fix format strings | Chris Forbes | 2015-03-14 | 1 | -24/+24 |
* | i965/disasm: Mark format() as being printf-style. | Chris Forbes | 2015-03-14 | 1 | -0/+3 |
* | docs: List ARB_shading_language_packing/EXT_shader_integer_mix. | Matt Turner | 2015-03-13 | 1 | -0/+3 |
* | glsl: Expose built-in packing functions under GLSL 4.2. | Matt Turner | 2015-03-13 | 1 | -1/+1 |
* | egl: Create queryable strings in eglInitialize(). | Matt Turner | 2015-03-13 | 2 | -125/+112 |
* | glsl: optimize (0 cmp x + y) into (-x cmp y). | Samuel Iglesias Gonsalvez | 2015-03-13 | 1 | -3/+12 |
* | mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls | Eduardo Lima Mitev | 2015-03-13 | 1 | -77/+103 |
* | mesa: Separate PBO validation checks from buffer mapping, to allow reuse | Eduardo Lima Mitev | 2015-03-13 | 2 | -31/+100 |
* | mesa: Set the correct image size in _mesa_validate_pbo_access() | Eduardo Lima Mitev | 2015-03-13 | 1 | -1/+1 |
* | meta: Remove error checks for texture <-> pixel-buffer transfers that don't b... | Eduardo Lima Mitev | 2015-03-13 | 1 | -32/+0 |
* | util: convert slab macros to inline functions | Brian Paul | 2015-03-13 | 1 | -2/+11 |
* | egl: fix cast to silence compiler warning | Brian Paul | 2015-03-13 | 1 | -1/+1 |
* | gallivm: (trivial) Fix typo in comment introduced by 70dc8a | Alexandre Demers | 2015-03-13 | 1 | -1/+1 |
* | mesa: improve ARB_copy_image internal format compat check | Seán de Búrca | 2015-03-12 | 1 | -21/+130 |
* | nir: Fix non-determinism in nir_lower_vars_to_ssa(). | Kenneth Graunke | 2015-03-12 | 1 | -97/+26 |
* | util: Fix foreach_list_typed_safe when exec_node is not at offset 0. | Jason Ekstrand | 2015-03-12 | 1 | -2/+2 |
* | i965: Use NIR for scalar VS when INTEL_USE_NIR is set. | Kenneth Graunke | 2015-03-12 | 1 | -5/+10 |
* | i965/fs: Add VS output support to nir_setup_outputs(). | Kenneth Graunke | 2015-03-12 | 1 | -5/+11 |
* | i965/fs: Handle VS inputs in the NIR backend. | Kenneth Graunke | 2015-03-12 | 1 | -1/+22 |
* | i965/fs: Refactor fs_visitor::nir_setup_inputs(). | Kenneth Graunke | 2015-03-12 | 1 | -10/+19 |
* | i965: Implement NIR intrinsics for loading VS system values. | Kenneth Graunke | 2015-03-12 | 1 | -0/+51 |
* | nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASE | Kenneth Graunke | 2015-03-12 | 2 | -0/+8 |
* | i965/nir: Lower to registers a bit later. | Kenneth Graunke | 2015-03-12 | 1 | -3/+3 |
* | i965/nir: Optimize after nir_lower_var_copies(). | Kenneth Graunke | 2015-03-12 | 1 | -0/+3 |
* | i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor. | Kenneth Graunke | 2015-03-12 | 3 | -35/+33 |
* | tnl: HAVE_LE32_VERTS is never defined, remove associated code | Brian Paul | 2015-03-12 | 1 | -7/+0 |
* | mesa: move LONGSTRING into generated enums.c | Brian Paul | 2015-03-12 | 2 | -9/+6 |
* | mesa: remove _ASMAPI, ASMAPIP | Brian Paul | 2015-03-12 | 8 | -63/+44 |
* | mesa: remove _XFORMAPI | Brian Paul | 2015-03-12 | 4 | -64/+56 |
* | swrast: remove _BLENDAPI | Brian Paul | 2015-03-12 | 2 | -16/+13 |
* | mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES() | Brian Paul | 2015-03-12 | 1 | -1/+1 |
* | mesa: remove register keyword, add const in _mesa_QueryMatrixxOES() | Brian Paul | 2015-03-12 | 1 | -3/+2 |
* | mesa: reindent querymatrix.c | Brian Paul | 2015-03-12 | 1 | -114/+115 |
* | mesa: move fpclassify work-arounds into c99_math.h | Brian Paul | 2015-03-12 | 2 | -50/+45 |
* | gallivm: Prevent double delete on LLVM 3.6 | Jose Fonseca | 2015-03-12 | 1 | -0/+1 |
* | autogen.sh: pass --force to autoreconf, quote ORIGDIR | Emil Velikov | 2015-03-11 | 1 | -2/+2 |
* | glx: remove support for non-multithreaded platforms | Emil Velikov | 2015-03-11 | 4 | -32/+4 |