aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-0517-39/+161
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-054-31/+78
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-054-15/+30
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-054-27/+25
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-054-18/+61
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-052-3/+25
* mesa: fix program resource queries for builtin variablesTapani2015-06-051-1/+24
* glsl_compiler: Remove unused extra argument to printf in usage_failAlan Coopersmith2015-06-041-1/+1
* 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