summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: add note about llvmpipe supporting GL_ARB_shader_stencil_exportRoland Scheidegger2015-06-051-1/+3
* draw: (trivial) fix NULL pointer dereferenceRoland Scheidegger2015-06-051-2/+2
* i965/fs: Print mlen in dump_instructions() output.Kenneth Graunke2015-06-041-0/+3
* prog_to_nir: Make RSQ properly take the absolute value of its argument.Kenneth Graunke2015-06-041-1/+2
* main: fix a regression in uniform handling introduced by 87a4bc5Martin Peres2015-06-041-1/+1
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-0414-49/+73
* llvmpipe: Implement stencil exportRoland Scheidegger2015-06-044-15/+21
* i965: Use UW-typed immediate in multiply inst.Matt Turner2015-06-032-2/+2
* program: Replace gl_inst_opcode with enum prog_opcode.Matt Turner2015-06-034-16/+16
* program: Remove dead Aux field from prog_instruction.Matt Turner2015-06-031-3/+0
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-0312-32/+20
* mesa: move no-change glDepthFunc check earlierBrian Paul2015-06-031-3/+3
* mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib()Brian Paul2015-06-031-0/+5
* mesa: fix glPushAttrib(0) / glPopAttrib() errorBrian Paul2015-06-031-0/+17
* nir: use src for ssa helperTimothy Arceri2015-06-031-5/+1
* nir: remove extra semicolonTimothy Arceri2015-06-031-1/+1
* prog_to_nir: Remove OPCODE_MOV special case.Matt Turner2015-06-021-1/+1
* prog_to_nir: Remove from op_trans[] opcodes handled in the switch.Matt Turner2015-06-021-7/+7
* nir: prevent use-after-free condition in should_lower_phi()Eduardo Lima Mitev2015-06-021-0/+5
* i965: Add Gen8+ VS dispatch_mode assertion.Kenneth Graunke2015-06-011-0/+3
* i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().Kenneth Graunke2015-06-011-12/+4
* i965: Use proper pitch for scalar GS pull constants and UBOs.Kenneth Graunke2015-06-011-3/+7
* i965: Create a shader_dispatch_mode enum to replace VS/GS fields.Kenneth Graunke2015-06-018-22/+24
* i965: Drop "Vector Mask Enable" bit from 3DSTATE_GS on Gen8+.Kenneth Graunke2015-06-011-2/+1
* docs: update GL_ARB_copy_image, GL_ARB_clear_texture gallium statusBrian Paul2015-06-011-2/+2
* gallium/util: silence silence unused var warnings for non-debug buildBrian Paul2015-06-011-2/+1
* egl/dri2: silence uninitialized variable warningsBrian Paul2015-06-011-2/+4
* gallivm: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* st/mesa: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* draw: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+4
* gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca2015-06-011-13/+1
* i965: Don't add base_binding_table_index if it's zeroNeil Roberts2015-05-312-2/+4
* i965: Don't use a temporary when generating an indirect sampleNeil Roberts2015-05-312-26/+8
* vc4: Don't bother with safe list traversal in CSE.Eric Anholt2015-05-291-1/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-2919-139/+87
* vc4: Make sure we allocate idle BOs from the cache.Eric Anholt2015-05-291-1/+11
* vc4: Fix return value handling for BO waits.Eric Anholt2015-05-291-12/+15
* mesa: remove unused function declarationTimothy Arceri2015-05-301-4/+0
* dri_util: make version var unsigned to silence warningsBrian Paul2015-05-291-1/+1
* i965: Disable compaction for EOT send messagesBen Widawsky2015-05-291-0/+6
* gallivm: make sampling more robust when the sampler setup is bogusRoland Scheidegger2015-05-291-6/+32
* configure.ac: Link mcdisassembler component.Jose Fonseca2015-05-291-1/+1
* configure.ac: Don't bother checking whether LLVM's MCJIT component is available.Jose Fonseca2015-05-291-4/+1
* gallivm: Use the LLVM's C disassembly interface.Jose Fonseca2015-05-292-224/+40
* gallivm: Disable frame pointer omission on LLVM 3.7.Jose Fonseca2015-05-291-0/+10
* configure.ac: enable building GLES1 and GLES2 by defaultMarek Olšák2015-05-291-6/+6
* st/dri: fix postprocessing crash when there's no depth bufferMarek Olšák2015-05-291-5/+4
* radeon/llvm: reset temps_count on deallocationMarek Olšák2015-05-291-0/+1
* radeon/llvm: don't use a static array size for radeon_llvm_context::arrays (v2)Marek Olšák2015-05-292-7/+12