summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-04mesa/bo: Make bo locking more coarse grainedcoarse-bo-locksJordan Justen1-44/+86
2015-06-04main: fix a regression in uniform handling introduced by 87a4bc5Martin Peres1-1/+1
2015-06-04mesa: reference built-in uniforms into gl_uniform_storageMartin Peres14-49/+73
2015-06-04llvmpipe: Implement stencil exportRoland Scheidegger4-15/+21
2015-06-03i965: Use UW-typed immediate in multiply inst.Matt Turner2-2/+2
2015-06-03program: Replace gl_inst_opcode with enum prog_opcode.Matt Turner4-16/+16
2015-06-03program: Remove dead Aux field from prog_instruction.Matt Turner1-3/+0
2015-06-03program: Shrink and rename SaturateMode field to Saturate.Matt Turner12-32/+20
2015-06-03mesa: move no-change glDepthFunc check earlierBrian Paul1-3/+3
2015-06-03mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib()Brian Paul1-0/+5
2015-06-03mesa: fix glPushAttrib(0) / glPopAttrib() errorBrian Paul1-0/+17
2015-06-03nir: use src for ssa helperTimothy Arceri1-5/+1
2015-06-03nir: remove extra semicolonTimothy Arceri1-1/+1
2015-06-02prog_to_nir: Remove OPCODE_MOV special case.Matt Turner1-1/+1
2015-06-02prog_to_nir: Remove from op_trans[] opcodes handled in the switch.Matt Turner1-7/+7
2015-06-02nir: prevent use-after-free condition in should_lower_phi()Eduardo Lima Mitev1-0/+5
2015-06-01i965: Add Gen8+ VS dispatch_mode assertion.Kenneth Graunke1-0/+3
2015-06-01i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().Kenneth Graunke1-12/+4
2015-06-01i965: Use proper pitch for scalar GS pull constants and UBOs.Kenneth Graunke1-3/+7
2015-06-01i965: Create a shader_dispatch_mode enum to replace VS/GS fields.Kenneth Graunke8-22/+24
2015-06-01i965: Drop "Vector Mask Enable" bit from 3DSTATE_GS on Gen8+.Kenneth Graunke1-2/+1
2015-06-01docs: update GL_ARB_copy_image, GL_ARB_clear_texture gallium statusBrian Paul1-2/+2
2015-06-01gallium/util: silence silence unused var warnings for non-debug buildBrian Paul1-2/+1
2015-06-01egl/dri2: silence uninitialized variable warningsBrian Paul1-2/+4
2015-06-01gallivm: silence unused var warnings for non-debug buildBrian Paul1-0/+1
2015-06-01pipebuffer: silence unused var warnings for non-debug buildBrian Paul1-0/+1
2015-06-01st/mesa: silence unused var warnings for non-debug buildBrian Paul1-0/+1
2015-06-01draw: silence unused var warnings for non-debug buildBrian Paul1-0/+4
2015-06-01gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca1-13/+1
2015-05-31i965: Don't add base_binding_table_index if it's zeroNeil Roberts2-2/+4
2015-05-31i965: Don't use a temporary when generating an indirect sampleNeil Roberts2-26/+8
2015-05-29vc4: Don't bother with safe list traversal in CSE.Eric Anholt1-1/+1
2015-05-29vc4: Convert from simple_list.h to list.hEric Anholt19-139/+87
2015-05-29vc4: Make sure we allocate idle BOs from the cache.Eric Anholt1-1/+11
2015-05-29vc4: Fix return value handling for BO waits.Eric Anholt1-12/+15
2015-05-30mesa: remove unused function declarationTimothy Arceri1-4/+0
2015-05-29dri_util: make version var unsigned to silence warningsBrian Paul1-1/+1
2015-05-29i965: Disable compaction for EOT send messagesBen Widawsky1-0/+6
2015-05-29gallivm: make sampling more robust when the sampler setup is bogusRoland Scheidegger1-6/+32
2015-05-29configure.ac: Link mcdisassembler component.Jose Fonseca1-1/+1
2015-05-29configure.ac: Don't bother checking whether LLVM's MCJIT component is available.Jose Fonseca1-4/+1
2015-05-29gallivm: Use the LLVM's C disassembly interface.Jose Fonseca2-224/+40
2015-05-29gallivm: Disable frame pointer omission on LLVM 3.7.Jose Fonseca1-0/+10
2015-05-29configure.ac: enable building GLES1 and GLES2 by defaultMarek Olšák1-6/+6
2015-05-29st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák1-5/+4
2015-05-29radeon/llvm: reset temps_count on deallocationMarek Olšák1-0/+1
2015-05-29radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)Marek Olšák2-7/+12
2015-05-29softpipe: fix offset wrapping calculations (v2)Dave Airlie1-78/+68
2015-05-28i965/vs: Rework the logic for generating NIR from ARB vertex programsJason Ekstrand1-12/+11
2015-05-28i965/fs: Remove the ir_visitor codeJason Ekstrand3-2228/+2