summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.Eric Anholt2014-10-2810-34/+407
* vc4: Fix mixup of return type in reloc_tex().Eric Anholt2014-10-281-2/+2
* vc4: Drop redundant check for is_tmu_write().Eric Anholt2014-10-281-3/+0
* vc4: Don't forget to validate code that's got PROG_END on it.Eric Anholt2014-10-281-5/+6
* vc4: Add .dir-locals.el for kernel style in the kernel code.Eric Anholt2014-10-281-0/+12
* vc4: Fix a couple missing '\n's in error output.Eric Anholt2014-10-282-2/+2
* r300g: only set clip_halfz for chips with HW TCLMarek Olšák2014-10-281-1/+1
* radeonsi: fix incorrect index buffer max size for lowered 8-bit indicesMarek Olšák2014-10-281-1/+1
* radeonsi: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-281-3/+3
* r600g: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-282-6/+6
* r600g: Implement sm5 UBO/sampler indexingGlenn Kennard2014-10-287-19/+164
* r600g: Implement sm5 interpolation functionsGlenn Kennard2014-10-282-3/+237
* nv50: handle inverted render conditionsTobias Klausmann2014-10-264-10/+51
* freedreno/ir3: consider instruction neighbors in cpRob Clark2014-10-252-11/+178
* freedreno/ir3: always mov tex coordsRob Clark2014-10-251-54/+30
* freedreno: rename a couple debug flagsRob Clark2014-10-253-7/+7
* freedreno/ir3: skip virtual outputs in standalone compilerRob Clark2014-10-251-0/+3
* freedreno/ir3: standalone compiler updates for ir3testRob Clark2014-10-254-18/+51
* ilo: improve blob decodingChia-I Wu2014-10-251-8/+31
* llvmpipe: Ensure the packed input of the lp_test_format is aligned.José Fonseca2014-10-241-2/+10
* llvmpipe: Flush stdout on lp_test_* unit tests.José Fonseca2014-10-242-0/+3
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-2413-0/+16
* vc4: Reuse uniform_data/contents indices when making uniforms.Eric Anholt2014-10-241-0/+7
* vc4: When asked to discard-map a whole resource, discard it.Eric Anholt2014-10-241-14/+28
* vc4: Refactor flushing before mapping a BO.Eric Anholt2014-10-243-12/+13
* vc4: Allow dead code elimination of unused varyings.Eric Anholt2014-10-245-5/+31
* vc4: Add debug output to match shaderdb info to program dumps.Eric Anholt2014-10-244-7/+29
* radeon: enable Hyper-Z on r600g and radeonsi by defaultAndreas Boll2014-10-244-5/+5
* Revert "freedreno/a3xx: only emit dirty consts"Rob Clark2014-10-232-9/+5
* freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCERob Clark2014-10-231-7/+6
* gallium/nouveau: fully build the driver under androidMauro Rossi2014-10-231-1/+1
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-232-14/+0
* radeonsi: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-221-0/+1
* r600g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-222-0/+2
* r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-223-0/+9
* r600g: Drop references to destroyed blend stateMichel Dänzer2014-10-221-1/+8
* freedreno/a3xx: fix depth/stencil restore formatRob Clark2014-10-211-1/+5
* freedreno/a3xx: fix viewport state during clearRob Clark2014-10-211-1/+19
* freedreno: mark scissor state dirty when enable bit changesRob Clark2014-10-211-0/+10
* freedreno: clear vs scissorRob Clark2014-10-217-13/+96
* r600g,radeonsi: convert TGSI shader type to LLVM shader typeMarek Olšák2014-10-211-1/+30
* radeonsi: add some missing register definitionsMarek Olšák2014-10-211-0/+23
* radeonsi: load ring resource descriptors only onceMarek Olšák2014-10-211-35/+42
* radeonsi: clarify shader constant load functionsMarek Olšák2014-10-211-40/+46
* radeonsi: statically declare resource and sampler arraysMarek Olšák2014-10-211-8/+2
* radeonsi: remove conversion of DX9 FACE input to GLMarek Olšák2014-10-211-14/+1
* radeonsi: revert hack for random failures in glsl-max-varyingsMarek Olšák2014-10-211-7/+1
* radeonsi: generate shader pm4 states right after shader compilationMarek Olšák2014-10-213-17/+24
* radeonsi: make pm4 state generation for shaders independent of the contextMarek Olšák2014-10-211-17/+9
* radeonsi: inline si_pm4_alloc_stateMarek Olšák2014-10-214-23/+17