aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* vc4: Don't forget to store stencil along with depth when storing either.Eric Anholt2014-09-301-1/+1
* llvmpipe: Reuse llvmpipes LLVMContext in the draw context.Mathias Fröhlich2014-09-305-9/+31
* llvmpipe: Make a llvmpipe OpenGL context thread safe.Mathias Fröhlich2014-09-304-18/+40
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-3013-31/+40
* llvmpipe: move lp_jit_screen_init() call after allocation of screen objectBrian Paul2014-09-301-3/+5
* tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()Brian Paul2014-09-301-1/+1
* util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()Brian Paul2014-09-301-2/+3
* softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()Brian Paul2014-09-301-2/+3
* llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout()Brian Paul2014-09-301-3/+6
* gallium: add doc note about cube textures and can_create_resource()Brian Paul2014-09-301-0/+2
* radeonsi: Pass the slice size to si_dma_copy_bufferMichel Dänzer2014-09-301-4/+4
* radeonsi: Catch more cases that can't be handled by si_dma_copy_buffer/tileMichel Dänzer2014-09-301-3/+11
* radeonsi: Fix si_dma_copy(_tile) for compressed formatsMichel Dänzer2014-09-301-2/+2
* radeonsi: Fix tiling mode index for stencil resourcesMichel Dänzer2014-09-301-2/+3
* ilo: fix format of edge flag pointerChia-I Wu2014-09-301-3/+5
* ilo: add a pass to finalize ilo_ve_stateChia-I Wu2014-09-308-158/+190
* ilo: precalculate aligned depth buffer sizeChia-I Wu2014-09-307-48/+43
* ilo: use dynamic bo for rectlist verticesChia-I Wu2014-09-3010-73/+92
* st/xa: Fix regression in xa_yuv_planar_blit()Thomas Hellstrom2014-09-302-0/+12
* vc4: Don't try to do stores to buffers that aren't bound.Eric Anholt2014-09-291-5/+8
* vc4: Shove some depth comparison bits down to where they're used.Eric Anholt2014-09-291-5/+5
* freedreno/a3xx: re-emit shaders on variant changeRob Clark2014-09-292-1/+50
* freedreno/ir3: add some cmdline argsRob Clark2014-09-291-8/+87
* freedreno/a3xx: add support to emulate GL_CLAMPRob Clark2014-09-298-16/+129
* freedreno: add texcoord clamp support to loweringRob Clark2014-09-292-5/+173
* freedreno: move bind_sampler_states to per-generationRob Clark2014-09-294-23/+48
* freedreno/a3xx: fix border color orderRob Clark2014-09-291-5/+4
* freedreno/a3xx: add 32bit integer vtx formatsRob Clark2014-09-292-17/+37
* vc4: Add support for GL 1.1's stupid CLAMP mode.Eric Anholt2014-09-291-4/+19
* vc4: Add support for texture border color.Eric Anholt2014-09-292-1/+84
* vc4: Add the necessary stubs for occlusion queries.Eric Anholt2014-09-294-1/+87
* vc4: Optimize out silly SUBs of 0.Eric Anholt2014-09-291-0/+11
* vc4: Dump constant uniform values in VC4_DEBUG=qir.Eric Anholt2014-09-296-24/+32
* vc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).Eric Anholt2014-09-291-14/+61
* 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
* configure: drop --with-egl-driver-dir switchEmil Velikov2014-09-271-1/+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