summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-08freedreno: prepare for a3xxRob Clark49-2008/+2798
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-08ilo: fix textureSize() for single-layered array texturesChia-I Wu1-2/+18
2013-06-07tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2-4/+4
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-06llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectivelyRoland Scheidegger1-2/+2
2013-06-05llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger1-12/+21
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger9-44/+158
2013-06-05llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger1-22/+37
2013-06-05gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger1-0/+2
2013-05-30softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin1-1/+1
2013-06-03radeonsi/compute: Upload work group, work item size in input bufferTom Stellard1-11/+27
2013-06-03radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard3-35/+44
2013-06-03radeonsi/compute: Implement un-binding of global buffersTom Stellard1-12/+19
2013-06-03radeonsi/compute: Support multiple kernels in a compute programTom Stellard1-9/+18
2013-06-03radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard1-0/+16
2013-06-01llvmpipe: fix bogus assertions for buffer surfacesRoland Scheidegger1-2/+2
2013-05-31llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger7-53/+83
2013-05-31llvmpipe: Remove x/y from cmd_binAdam Jackson6-47/+30
2013-05-31r600g/sb: fix broken assertVadim Girlin1-1/+1
2013-05-30ilo: simplify shader variant handlingCourtney Goeltzenleuchter2-25/+2
2013-05-29svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul1-0/+2
2013-05-25llvmpipe: clamp scissors to be between 0 and maxZack Rusin5-3/+13
2013-05-25draw: fixup draw_find_shader_outputZack Rusin2-5/+5