| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Replace uses of Shared->Mutex with hash-table mutexes | Matt Turner | 2016-05-20 | 9 | -50/+78 |
* | hash: Add _mesa_HashRemoveLocked() function. | Matt Turner | 2016-05-20 | 2 | -4/+17 |
* | i965: Pass nir_src/nir_dest by reference. | Matt Turner | 2016-05-20 | 4 | -18/+18 |
* | i965: Fix strerror error code sign | Mark Janes | 2016-05-20 | 1 | -1/+1 |
* | i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz. | Matt Turner | 2016-05-19 | 1 | -2/+10 |
* | i965: Add infrastucture for sample lod-zero operations. | Matt Turner | 2016-05-19 | 6 | -0/+33 |
* | i965/fs: Add and use get_nir_src_imm(). | Matt Turner | 2016-05-19 | 2 | -4/+19 |
* | i965/fs: Silence warnings related to use of uninitialized values | Eduardo Lima Mitev | 2016-05-19 | 1 | -2/+2 |
* | Revert "i965/urb: fixes division by zero" | Matt Turner | 2016-05-18 | 1 | -5/+19 |
* | i965/urb: fixes division by zero | Ardinartsev Nikita | 2016-05-18 | 1 | -19/+5 |
* | mesa: fclose() filename on error. | Matt Turner | 2016-05-18 | 1 | -1/+5 |
* | i965/fs: Assert that nir_op_extract_*'s src1 is a constant. | Matt Turner | 2016-05-18 | 1 | -0/+2 |
* | i965: Silence unused parameter warnings | Ian Romanick | 2016-05-18 | 14 | -35/+19 |
* | mesa: Don't advertise GLES 3.1 without compute support | Daniel Scharrer | 2016-05-18 | 1 | -1/+2 |
* | mesa/st: don't leak name | Rob Clark | 2016-05-18 | 1 | -2/+5 |
* | st/mesa: remove unused st_context::default_texture | Brian Paul | 2016-05-17 | 2 | -7/+0 |
* | i965: Make brw_reg_from_fs_reg() halve exec_size when compressed. | Kenneth Graunke | 2016-05-17 | 1 | -4/+6 |
* | i965: Move compression decisions before brw_reg_from_fs_reg(). | Kenneth Graunke | 2016-05-17 | 1 | -26/+26 |
* | i965: Enable ES 3.2 sample shading extensions. | Kenneth Graunke | 2016-05-17 | 1 | -0/+1 |
* | android: fix building error in libmesa_st_mesa | Mauro Rossi | 2016-05-17 | 1 | -0/+2 |
* | st/mesa: fix reversed copyimage canonical format | Nicolai Hähnle | 2016-05-17 | 1 | -3/+3 |
* | mesa/st: add support for NIR as possible driver IR | Rob Clark | 2016-05-17 | 8 | -12/+632 |
* | mesa/st: move things around a bit in st_create_fp_variant() | Rob Clark | 2016-05-17 | 1 | -12/+8 |
* | mesa/st: add nir pass for lowering builtin uniforms | Rob Clark | 2016-05-17 | 3 | -0/+278 |
* | i965/fs: Add an allow_spilling flag to brw_compile_fs | Jason Ekstrand | 2016-05-17 | 6 | -19/+26 |
* | i965: Expose OpenGL 4.2 for gen8+ | Alejandro Piñeiro | 2016-05-17 | 2 | -2/+2 |
* | i965: Enable ARB_vertex_attrib_64bit for gen8+ | Alejandro Piñeiro | 2016-05-17 | 1 | -0/+1 |
* | i965: take care of doubles when lowering VS inputs | Juan A. Suarez Romero | 2016-05-17 | 3 | -1/+16 |
* | i965/fs: calculate first non-payload GRF using attrib slots | Juan A. Suarez Romero | 2016-05-17 | 3 | -1/+3 |
* | i965/vec4: use attribute slots to calculate URB read length | Juan A. Suarez Romero | 2016-05-17 | 1 | -3/+9 |
* | i965: take care of doubles when remapping VS attributes | Juan A. Suarez Romero | 2016-05-17 | 1 | -15/+11 |
* | i965/fs: shuffle 32bits into 64bits for doubles | Juan A. Suarez Romero | 2016-05-17 | 1 | -0/+8 |
* | i965/fs: half exec_size when dealing with 64 bits attributes | Alejandro Piñeiro | 2016-05-17 | 1 | -2/+19 |
* | i965: passthru formats cannot be used width edge flag enabled | Alejandro Piñeiro | 2016-05-17 | 1 | -0/+20 |
* | i965: Configure how to store *64*PASSTHRU vertex components | Antia Puentes | 2016-05-17 | 1 | -0/+35 |
* | i965: get the proper vertex surface type for doubles on gen8+ | Alejandro Piñeiro | 2016-05-17 | 1 | -3/+27 |
* | i965: Enable ARB_shader_precision on Gen8+. | Kenneth Graunke | 2016-05-16 | 1 | -0/+1 |
* | mesa/version.c: enable cull distance in version check. | Dave Airlie | 2016-05-17 | 1 | -1/+1 |
* | i965: check tcs for NULL dereference | Mark Janes | 2016-05-16 | 1 | -3/+5 |
* | i965: Mark is_lossless_compressed_aux UNUSED to silence warning. | Matt Turner | 2016-05-16 | 1 | -1/+1 |
* | i965: Expose OpenGL 4.0 for gen8+ | Iago Toral Quiroga | 2016-05-16 | 2 | -2/+4 |
* | i965: Enable ARB_gpu_shader_fp64 for gen8+ | Iago Toral Quiroga | 2016-05-16 | 1 | -0/+1 |
* | i965/tes/scalar: Fix load input for doubles | Iago Toral Quiroga | 2016-05-16 | 1 | -2/+2 |
* | i965/tcs/scalar: fix store output for doubles | Iago Toral Quiroga | 2016-05-16 | 1 | -21/+96 |
* | i965/tcs/scalar: fix load input for doubles | Iago Toral Quiroga | 2016-05-16 | 1 | -25/+73 |
* | i965/fs: fix nir_intrinsic_store_output for doubles | Iago Toral Quiroga | 2016-05-16 | 1 | -1/+14 |
* | i965/fs: fix number of output components for doubles | Iago Toral Quiroga | 2016-05-16 | 1 | -4/+9 |
* | i965/vec4: handle doubles in type_size_vec4() | Iago Toral Quiroga | 2016-05-16 | 1 | -8/+10 |
* | i965/fs: support doubles with shared variable stores | Iago Toral Quiroga | 2016-05-16 | 1 | -5/+35 |
* | i965/fs: support doubles with ssbo stores | Iago Toral Quiroga | 2016-05-16 | 1 | -4/+35 |