summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-06-08freedreno: better scissor fixRob Clark5-28/+43
2013-06-08freedreno: gmem bypassRob Clark7-30/+168
2013-06-08freedreno: add a3xx supportRob Clark35-3/+8955
2013-06-08freedreno: prepare for a3xxRob Clark49-2008/+2798
2013-06-08gallivm: work around slow code generated for interleaving 128bit vectorsRoland Scheidegger1-0/+22
2013-06-07st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin1-0/+4
2013-06-07st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin1-1/+1
2013-06-07util: add comment about bogus transfer flagsRoland Scheidegger1-0/+1
2013-06-07util: fix util_clear_render_target and util_clear_depth_stencil layer handlingRoland Scheidegger1-87/+103
2013-06-07llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2-59/+59
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger15-110/+195
2013-06-07gallium/docs: fix up transfer description for 1d arrays, add cube map arraysRoland Scheidegger1-5/+4
2013-06-08ilo: fix textureSize() for single-layered array texturesChia-I Wu1-2/+18
2013-06-08util: add util_resource_is_array_texture()Chia-I Wu1-1/+19
2013-06-07gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2-51/+0
2013-06-07tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul7-18/+30
2013-06-07u_vbuf: fix index buffer leakChia-I Wu1-0/+3
2013-06-07ilo: advertise PIPE_CAP_CUBE_MAP_ARRAYChia-I Wu1-2/+1
2013-06-07ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu1-3/+3
2013-06-07ilo: use slab allocator for transfersChia-I Wu4-28/+39
2013-06-07ilo: clean up states upon context destroyChia-I Wu1-0/+38
2013-06-07ilo: unmap cp bo before destroying itChia-I Wu1-1/+6
2013-06-07ilo: enable bo reuseChia-I Wu1-0/+2
2013-06-07ilo: construct 3DSTATE_SF in create_rasterizer_state()Chia-I Wu7-164/+194
2013-06-07ilo: construct 3DSTATE_CLIP in create_rasterizer_state()Chia-I Wu5-50/+86
2013-06-07ilo: use emit_SURFACE_STATE() for render targetsChia-I Wu9-127/+52
2013-06-07ilo: use emit_SURFACE_STATE() for constant buffersChia-I Wu9-70/+26
2013-06-07ilo: add emit_SURFACE_STATE() for sampler viewsChia-I Wu10-99/+69
2013-06-07ilo: add ilo_view_surface for SURFACE_STATEChia-I Wu3-125/+268
2013-06-07ilo: convert generic depth-stencil-alpha pipe state to ilo pipe stateCourtney Goeltzenleuchter6-21/+51
2013-06-07ilo: introduce vertex element CSOChia-I Wu6-119/+227
2013-06-07ilo: simplify emit_3DSTATE_DEPTH_BUFFER()Chia-I Wu6-63/+19
2013-06-07ilo: introduce blend CSOChia-I Wu6-97/+183
2013-06-07ilo: introduce sampler CSOChia-I Wu8-371/+447
2013-06-07ilo: construct SCISSOR_RECT in set_scissor_states()Chia-I Wu7-26/+92
2013-06-07ilo: introduce viewport CSOChia-I Wu8-197/+197
2013-06-07ilo: switch to ilo states for shaders and resourcesChia-I Wu7-114/+114
2013-06-07ilo: switch to ilo states for CC stageChia-I Wu9-107/+119
2013-06-07ilo: switch to ilo states for WM stageChia-I Wu7-26/+33
2013-06-07ilo: switch to ilo states for CLIP and SF stagesChia-I Wu6-19/+49
2013-06-07ilo: switch to ilo states for SOL stageChia-I Wu7-30/+29
2013-06-07ilo: switch to ilo states for VF stageChia-I Wu7-53/+55
2013-06-07ilo: move hardware limits to ilo_gpe.hChia-I Wu2-22/+56
2013-06-06draw: trivial fix comment typoRoland Scheidegger1-1/+1
2013-06-06gallium/tgsi: add missing string for layer semanticRoland Scheidegger3-1/+8
2013-06-06llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectivelyRoland Scheidegger1-2/+2
2013-06-06radeon/winsys: correct RADEON_GEM_WAIT_IDLE useJonathan Gray2-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller67-67/+0
2013-06-05gallium: System z supportRichard Sandiford2-2/+6
2013-06-05llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger1-12/+21