summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add support for texture cube maps.Eric Anholt2014-09-295-22/+84
* vc4: Rename the slice's size0.Eric Anholt2014-09-292-5/+5
* vc4: Stop trying to reuse temporaries that store uniform values.Eric Anholt2014-09-292-12/+0
* ilo: fix a missing 'else'Chia-I Wu2014-09-291-1/+1
* freedreno/a3xx: add flat interpolation modeRob Clark2014-09-277-19/+60
* freedreno/a3xx: add LOD_BIASRob Clark2014-09-271-0/+1
* freedreno: turn missing caps into compile warningsRob Clark2014-09-271-10/+10
* freedreno: we have more than 0 viewports!Rob Clark2014-09-271-0/+3
* freedreno: update generated headersRob Clark2014-09-274-17/+133
* freedreno: don't advertise mirror-clamp supportRob Clark2014-09-271-1/+1
* freedreno: fix compiler warningRob Clark2014-09-271-0/+1
* ilo: give gen6_draw_session a better prefixChia-I Wu2014-09-266-74/+74
* ilo: make ilo_render opaqueChia-I Wu2014-09-267-94/+90
* ilo: make ilo_render_emit_draw() directChia-I Wu2014-09-268-295/+174
* ilo: make ilo_render_emit_rectlist() directChia-I Wu2014-09-266-53/+84
* ilo: clean up draw and rectlist state emissionChia-I Wu2014-09-266-812/+972
* ilo: sanity check ilo_render_get_*_len()Chia-I Wu2014-09-261-5/+12
* ilo: simplify ilo_render_get_query_len()Chia-I Wu2014-09-261-25/+12
* ilo: make ilo_render_emit_query() directChia-I Wu2014-09-266-173/+159
* ilo: make ilo_render_emit_flush() directChia-I Wu2014-09-266-54/+61
* ilo: simplify ilo_render invalidationChia-I Wu2014-09-267-86/+83
* ilo: add ilo_builder_{dynamic,surface}_used()Chia-I Wu2014-09-261-0/+15
* ilo: rename state buffer to dynamic bufferChia-I Wu2014-09-264-26/+26
* ilo: constify ilo_render in ilo_render_get_sample_position()Chia-I Wu2014-09-262-2/+2
* ilo: rename 3d_pipeline to renderChia-I Wu2014-09-2610-883/+884
* ilo: remove struct ilo_3dChia-I Wu2014-09-266-232/+167
* ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]Chia-I Wu2014-09-268-24/+24
* ilo: rename ilo_3d.[ch] to ilo_draw.[ch]Chia-I Wu2014-09-266-9/+9
* gm107/ir: take relative pfetch offset into accountIlia Mirkin2014-09-261-1/+4
* gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer2014-09-264-7/+9
* gm107/ir: add support for indirect const buffer selectionIlia Mirkin2014-09-251-0/+14
* gm107/ir: fix texture argument orderIlia Mirkin2014-09-252-5/+34
* gm107/ir: fix manual TXD for array targetsIlia Mirkin2014-09-251-2/+3
* nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin2014-09-251-1/+10
* nv50/ir: add some comments on edge classificationIlia Mirkin2014-09-251-0/+10
* nv50,nvc0: fix 3d blit logic for odd depth/stencil formatsIlia Mirkin2014-09-252-7/+18
* nv50,nvc0: add missing depth/stencil formats to tile flag selectionIlia Mirkin2014-09-252-0/+8
* vc4: Switch from errx() to fprintf() and abort().Eric Anholt2014-09-252-8/+15
* vc4: Fix miplevel validation for raster textures.Eric Anholt2014-09-251-1/+1
* vc4: Compute max_index instead of trusting the rest of userspace.Eric Anholt2014-09-241-5/+13
* vc4: Move shader record setup before the draw call.Eric Anholt2014-09-241-38/+38
* vc4: Add support for gl_PointCoord.Eric Anholt2014-09-241-0/+34
* vc4: Add support for point size setting.Eric Anholt2014-09-246-6/+47
* vc4: Add support for line width setting.Eric Anholt2014-09-242-0/+5
* vc4: Actually add support for polygon offset.Eric Anholt2014-09-243-1/+28
* vc4: Fix swapped 565 dithering versus no-dithering render configs.Eric Anholt2014-09-241-2/+2
* vc4: Add support for alpha test.Eric Anholt2014-09-242-0/+70
* freedreno/a3xx: initial texture border-colorRob Clark2014-09-246-15/+65
* gallium/rbug: correctly unreference a sampler viewMarek Olšák2014-09-241-2/+1
* gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák2014-09-241-3/+5