aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm: Add debug option to force SSE2.Jose Fonseca2016-04-031-11/+14
* llvmpipe: Test abs.Jose Fonseca2016-04-031-0/+1
* llvmpipe: Build lp_test_arit on MSVC too.Jose Fonseca2016-04-031-3/+1
* gallivm: Fix performance regressions due to vector selects.Jose Fonseca2016-04-031-22/+18
* gallivm: Remove lp_build_load_volatile.Jose Fonseca2016-04-032-12/+0
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-039-27/+39
* mesa: remove unrequired elseTimothy Arceri2016-04-031-42/+39
* gm107/ir: add OP_SELP emission, used in DSQRT loweringIlia Mirkin2016-04-021-0/+30
* nv50/ir: we can't load local memory directly into an outputIlia Mirkin2016-04-021-1/+2
* st/nine: specify WINAPI only for i386 and amd64Christian Schmidbauer2016-04-021-5/+11
* nv50/ir: fix envyas variants when building the code libSamuel Pitoiset2016-04-021-2/+2
* svga: remove unused svga_compile_key::texture_msaa fieldBrian Paul2016-04-022-2/+0
* svga: check TXF instruction's target to determine MSAABrian Paul2016-04-021-1/+1
* tgsi: add simple tgsi_is_msaa_target() helperBrian Paul2016-04-021-0/+8
* glsl: rename var and simplify ifTimothy Arceri2016-04-021-4/+4
* glsl: store ubo or ssbo index in block indexTimothy Arceri2016-04-022-22/+29
* glsl: store stage reference in gl_uniform_blockTimothy Arceri2016-04-025-37/+26
* glsl: simplify buffer block resource limit checkingTimothy Arceri2016-04-021-55/+32
* glsl: simplify SSBO resources checkTimothy Arceri2016-04-021-7/+1
* glsl: split buffer block arrays earlierTimothy Arceri2016-04-021-27/+27
* glsl: only set buffer block binding once during initialisationTimothy Arceri2016-04-021-26/+6
* glsl: Fix prorgram interface query locations biasing for SSO.Kenneth Graunke2016-04-012-13/+16
* glsl: Return -1 for program interface query locations in many cases.Kenneth Graunke2016-04-012-58/+42
* glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.Kenneth Graunke2016-04-012-19/+10
* glsl: Clean up some leftover cruft.Kenneth Graunke2016-04-011-4/+1
* glsl: Add all system variables to the input resource list.Kenneth Graunke2016-04-012-18/+1
* glsl: Delete hack for VS system values.Kenneth Graunke2016-04-011-4/+0
* glsl: Make add_interface_variables only consider the appropriate stage.Kenneth Graunke2016-04-011-1/+1
* glsl: Clarify "mask" variable in add_interface_variables().Kenneth Graunke2016-04-011-5/+5
* glsl: Pass stage to add_interface_variables().Kenneth Graunke2016-04-011-5/+5
* glsl: Make vertex ID lowering declare gl_BaseVertex as hidden.Kenneth Graunke2016-04-011-1/+1
* glsl: Exclude ir_var_hidden variables from the program resource list.Kenneth Graunke2016-04-011-1/+1
* mesa: Make _mesa_choose_tex_format() handle stencil textures.Kenneth Graunke2016-04-011-0/+5
* glsl: Don't require matching centroid qualifiersJordan Justen2016-04-011-1/+10
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-0212-39/+54
* gallium: add global buffer memory barrier bitBas Nieuwenhuizen2016-04-022-0/+3
* gallium: add threads per block TGSI propertyBas Nieuwenhuizen2016-04-024-1/+31
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-025-1/+7
* glsl: remove tabs and fix some other style issues in glcpp-parse.yTimothy Arceri2016-04-021-1424/+1352
* i965: Add an implemnetation of nir_op_fquantize2f16Jason Ekstrand2016-04-012-0/+53
* nir: Add an opcode for stomping a 32-bit value to 16-bit precisionJason Ekstrand2016-04-011-0/+1
* nvc0: enable compute shaders on GK104 and GM107+Samuel Pitoiset2016-04-011-1/+2
* nvc0: bump the maximum number of UBOs for compute on KeplerSamuel Pitoiset2016-04-012-3/+0
* nvc0/ir: do not lower shared+atomics on GM107+Samuel Pitoiset2016-04-011-7/+10
* nvc0/ir: add atomics support on shared memory for KeplerSamuel Pitoiset2016-04-012-1/+108
* nvc0/ir: fix wrong pred emission for ld lock on GK104Samuel Pitoiset2016-04-011-1/+4
* nvc0/ir: add support for compute UBOs on KeplerSamuel Pitoiset2016-04-012-1/+57
* nvc0: add indirect compute support on KeplerSamuel Pitoiset2016-04-011-34/+77
* nvc0: reduce likelihood of collision for real buffers on KeplerSamuel Pitoiset2016-04-011-2/+2
* nvc0: store ubo info to the driver constbuf on KeplerSamuel Pitoiset2016-04-014-1/+30