summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin8-34/+13
2013-06-18llvmpipe: fixes for conditional renderingRoland Scheidegger4-36/+86
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger41-37/+92
2013-06-18ilo: construct depth/stencil command in create_surface()Chia-I Wu6-271/+368
2013-06-18tgsi: text parser: fix parsing of array in declarationDave Airlie1-3/+9
2013-06-17st/xlib: Fix XImage stride calculationRichard Sandiford1-4/+4
2013-06-17st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford1-3/+2
2013-06-17gallium: replace bswap_32 calls with util_bswap32Jonathan Gray4-9/+7
2013-06-17draw: fix a regression in computing max eltZack Rusin1-0/+1
2013-06-17draw: clear the draw buffers in drawZack Rusin8-13/+34
2013-06-17ilo: add pipe-based copy method to ilo_blitterChia-I Wu2-5/+25
2013-06-17ilo: add BLT-based blitting methods to ilo_blitterChia-I Wu4-495/+847
2013-06-17ilo: replace util_blitter by ilo_blitterChia-I Wu7-103/+363
2013-06-15ilo: fix for half-float vertex arraysChia-I Wu1-1/+14
2013-06-14ilo: add some assertions to help debuggingChia-I Wu1-1/+23
2013-06-14ilo: silence a compiler warningChia-I Wu1-0/+2
2013-06-13gallium/draw: add limits to the clip and cull distancesZack Rusin7-14/+41
2013-06-13draw: cleanup the distance culling code a bitZack Rusin1-48/+41
2013-06-13ilo: mapping a resource may make some states dirtyChia-I Wu4-9/+112
2013-06-13ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140Chia-I Wu1-1/+1
2013-06-13ilo: initialize dirty flags in ilo_init_states()Chia-I Wu2-2/+2
2013-06-13ilo: re-emit states that involve resourcesChia-I Wu4-21/+23
2013-06-13ilo: fix for util_blitter_clear() changesChia-I Wu1-4/+1
2013-06-12mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst1-2/+1
2013-06-13st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák1-1/+1
2013-06-13st/dri: resolve the back buffer only in SwapBuffersMarek Olšák1-3/+3
2013-06-13st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák1-0/+25
2013-06-13st/dri: always copy new DRI front and back buffers to corresponding MSAA buffersMarek Olšák1-0/+27
2013-06-13st/dri: refactor dri_msaa_resolveMarek Olšák3-12/+15
2013-06-13st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate eventMarek Olšák1-26/+78
2013-06-13st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák1-2/+2
2013-06-13r600g: upsample and downsample MSAA resources for transfersMarek Olšák1-79/+141
2013-06-13gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2-25/+29
2013-06-13gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák5-49/+7
2013-06-13gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák7-59/+43
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák5-7/+13
2013-06-13util: new util_fill_box helperRoland Scheidegger3-39/+62
2013-06-13gallivm: (trivial) remove duplicated code block (including comment)Roland Scheidegger1-7/+0
2013-06-12winsys/intel: make struct intel_bo alias drm_intel_boChia-I Wu1-122/+50
2013-06-12winsys/intel: reorganize functionsChia-I Wu1-249/+249
2013-06-12ilo: update winsys interfaceChia-I Wu3-63/+66
2013-06-12ilo: get rid of function tables in winsysChia-I Wu20-656/+557
2013-06-12ilo: access bo size directlyChia-I Wu1-2/+2
2013-06-12ilo: remove unnecessary tex_set_bo/buf_set_boChia-I Wu1-42/+18
2013-06-10draw: implement distance cullingZack Rusin8-31/+198
2013-06-10gallium: add a cull distance semanticZack Rusin5-2/+20
2013-06-10draw: fix clipper invocation statisticsZack Rusin5-6/+33
2013-06-10draw: enable user plane clipping when clipdistance is usedZack Rusin2-7/+20
2013-06-10draw: make sure clipdistances work with geometry shadersZack Rusin6-2/+22
2013-06-10winsys/radeon: add env var to disable VM on Cayman/TrinityAlex Deucher1-0/+2