summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2016-05-23i965/fs: do not depend on std140 alignment rules for UBO loadsFrancisco Jerez1-46/+13
2016-05-23subroutines: handle explicit indexes properlyDave Airlie2-4/+13
2016-05-23mesa/subroutines: fix reset on bindpipelineDave Airlie2-1/+7
2016-05-23mesa/subroutines: count number subroutines properly.Dave Airlie2-2/+3
2016-05-23mesa/subroutines: don't generate error in GetSubroutineIndex.Dave Airlie1-1/+0
2016-05-23arb_shader_subroutine: check active subroutine limitDave Airlie1-0/+5
2016-05-23mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)Dave Airlie1-0/+5
2016-05-22mesa: Unlock mutex on error path.Matt Turner1-0/+1
2016-05-22i965: remove redundant NULL checkTimothy Arceri1-1/+1
2016-05-20i965: Just read the existing tally on EndTransformFeedback if paused.Kenneth Graunke1-20/+22
2016-05-20i965: Don't write a counter snapshot on EndTransformFeedback if paused.Kenneth Graunke1-1/+2
2016-05-20mesa: Call TransformFeedback driver hooks before setting flags.Kenneth Graunke1-5/+5
2016-05-21nir: remove dead glsl variables before lowering io.Dave Airlie1-0/+1
2016-05-20i965: Delete dead dFdy flipping code.Kenneth Graunke1-19/+5
2016-05-20i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.Kenneth Graunke2-46/+0
2016-05-20i965, anv: Use NIR FragCoord re-center and y-transform passes.Kenneth Graunke7-57/+34
2016-05-20i965: Fix brw_regs_equal() for NaN and positive/negative zero.Kenneth Graunke1-1/+2
2016-05-20mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner9-50/+78
2016-05-20hash: Add _mesa_HashRemoveLocked() function.Matt Turner2-4/+17
2016-05-20i965: Pass nir_src/nir_dest by reference.Matt Turner4-18/+18
2016-05-20i965: Fix strerror error code signMark Janes1-1/+1
2016-05-19i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz.Matt Turner1-2/+10
2016-05-19i965: Add infrastucture for sample lod-zero operations.Matt Turner6-0/+33
2016-05-19i965/fs: Add and use get_nir_src_imm().Matt Turner2-4/+19
2016-05-19i965/fs: Silence warnings related to use of uninitialized valuesEduardo Lima Mitev1-2/+2
2016-05-18Revert "i965/urb: fixes division by zero"Matt Turner1-5/+19
2016-05-18i965/urb: fixes division by zeroArdinartsev Nikita1-19/+5
2016-05-18mesa: fclose() filename on error.Matt Turner1-1/+5
2016-05-18i965/fs: Assert that nir_op_extract_*'s src1 is a constant.Matt Turner1-0/+2
2016-05-18i965: Silence unused parameter warningsIan Romanick14-35/+19
2016-05-18mesa: Don't advertise GLES 3.1 without compute supportDaniel Scharrer1-1/+2
2016-05-18mesa/st: don't leak nameRob Clark1-2/+5
2016-05-17st/mesa: remove unused st_context::default_textureBrian Paul2-7/+0
2016-05-17i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.Kenneth Graunke1-4/+6
2016-05-17i965: Move compression decisions before brw_reg_from_fs_reg().Kenneth Graunke1-26/+26
2016-05-17i965: Enable ES 3.2 sample shading extensions.Kenneth Graunke1-0/+1
2016-05-17android: fix building error in libmesa_st_mesaMauro Rossi1-0/+2
2016-05-17st/mesa: fix reversed copyimage canonical formatNicolai Hähnle1-3/+3
2016-05-17mesa/st: add support for NIR as possible driver IRRob Clark8-12/+632
2016-05-17mesa/st: move things around a bit in st_create_fp_variant()Rob Clark1-12/+8
2016-05-17mesa/st: add nir pass for lowering builtin uniformsRob Clark3-0/+278
2016-05-17i965/fs: Add an allow_spilling flag to brw_compile_fsJason Ekstrand6-19/+26
2016-05-17i965: Expose OpenGL 4.2 for gen8+Alejandro Piñeiro2-2/+2
2016-05-17i965: Enable ARB_vertex_attrib_64bit for gen8+Alejandro Piñeiro1-0/+1
2016-05-17i965: take care of doubles when lowering VS inputsJuan A. Suarez Romero3-1/+16
2016-05-17i965/fs: calculate first non-payload GRF using attrib slotsJuan A. Suarez Romero3-1/+3
2016-05-17i965/vec4: use attribute slots to calculate URB read lengthJuan A. Suarez Romero1-3/+9
2016-05-17i965: take care of doubles when remapping VS attributesJuan A. Suarez Romero1-15/+11
2016-05-17i965/fs: shuffle 32bits into 64bits for doublesJuan A. Suarez Romero1-0/+8
2016-05-17i965/fs: half exec_size when dealing with 64 bits attributesAlejandro Piñeiro1-2/+19