summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/teximage: fix GL_FLOAT in commentIlia Mirkin2016-05-231-1/+1
* st/mesa: reenable cullingDave Airlie2016-05-241-1/+1
* i965: reenable ARB_cull_distance.Dave Airlie2016-05-241-1/+1
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-241-3/+3
* i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORMNanley Chery2016-05-231-1/+1
* i965: deindent blorp code.Dave Airlie2016-05-241-9/+9
* mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometryIlia Mirkin2016-05-231-2/+2
* mesa: allow xfb to be active in GLES when geometry shader is enabled.Ilia Mirkin2016-05-231-2/+4
* main: check driver float texture support before upgrading to 16F/32FIlia Mirkin2016-05-231-28/+33
* st/mesa: update inst->info along with inst->opIlia Mirkin2016-05-231-0/+1
* mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).Kenneth Graunke2016-05-235-0/+6
* i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.Francisco Jerez2016-05-232-1/+4
* i965/fs: Allow spilling of non-contiguous registers.Francisco Jerez2016-05-231-19/+2
* i965/fs: Calculate the (un)spill block size correctly.Francisco Jerez2016-05-231-3/+17
* i965/fs: Set exec_all on spills not matching the channel layout of the instru...Francisco Jerez2016-05-231-3/+16
* i965/fs: Set exec_all on unspills.Francisco Jerez2016-05-231-2/+10
* i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.Francisco Jerez2016-05-231-21/+23
* i965/fs: Make emit_spill/unspill static functions taking builder as argument.Francisco Jerez2016-05-232-24/+21
* i965/fs: Apply execution controls from the instruction to scratch messages.Francisco Jerez2016-05-231-6/+5
* i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.Francisco Jerez2016-05-232-8/+8
* i965/fs: Factor out calculation of the block of MRFs reserved for spilling.Francisco Jerez2016-05-231-9/+45
* mesa: dri: Add shared glapi to LIBADD on AndroidNicolas Boichat2016-05-231-0/+8
* i965/fs: do not depend on std140 alignment rules for UBO loadsFrancisco Jerez2016-05-231-46/+13
* subroutines: handle explicit indexes properlyDave Airlie2016-05-232-4/+13
* mesa/subroutines: fix reset on bindpipelineDave Airlie2016-05-232-1/+7
* mesa/subroutines: count number subroutines properly.Dave Airlie2016-05-232-2/+3
* mesa/subroutines: don't generate error in GetSubroutineIndex.Dave Airlie2016-05-231-1/+0
* arb_shader_subroutine: check active subroutine limitDave Airlie2016-05-231-0/+5
* mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)Dave Airlie2016-05-231-0/+5
* mesa: Unlock mutex on error path.Matt Turner2016-05-221-0/+1
* i965: remove redundant NULL checkTimothy Arceri2016-05-221-1/+1
* i965: Just read the existing tally on EndTransformFeedback if paused.Kenneth Graunke2016-05-201-20/+22
* i965: Don't write a counter snapshot on EndTransformFeedback if paused.Kenneth Graunke2016-05-201-1/+2
* mesa: Call TransformFeedback driver hooks before setting flags.Kenneth Graunke2016-05-201-5/+5
* nir: remove dead glsl variables before lowering io.Dave Airlie2016-05-211-0/+1
* i965: Delete dead dFdy flipping code.Kenneth Graunke2016-05-201-19/+5
* i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.Kenneth Graunke2016-05-202-46/+0
* i965, anv: Use NIR FragCoord re-center and y-transform passes.Kenneth Graunke2016-05-207-57/+34
* i965: Fix brw_regs_equal() for NaN and positive/negative zero.Kenneth Graunke2016-05-201-1/+2
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-209-50/+78
* hash: Add _mesa_HashRemoveLocked() function.Matt Turner2016-05-202-4/+17
* i965: Pass nir_src/nir_dest by reference.Matt Turner2016-05-204-18/+18
* i965: Fix strerror error code signMark Janes2016-05-201-1/+1
* i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz.Matt Turner2016-05-191-2/+10
* i965: Add infrastucture for sample lod-zero operations.Matt Turner2016-05-196-0/+33
* i965/fs: Add and use get_nir_src_imm().Matt Turner2016-05-192-4/+19
* i965/fs: Silence warnings related to use of uninitialized valuesEduardo Lima Mitev2016-05-191-2/+2
* Revert "i965/urb: fixes division by zero"Matt Turner2016-05-181-5/+19
* i965/urb: fixes division by zeroArdinartsev Nikita2016-05-181-19/+5
* mesa: fclose() filename on error.Matt Turner2016-05-181-1/+5