summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* ilo: construct depth/stencil command in create_surface()Chia-I Wu2013-06-186-271/+368
* gallium: replace bswap_32 calls with util_bswap32Jonathan Gray2013-06-174-9/+7
* draw: clear the draw buffers in drawZack Rusin2013-06-176-10/+9
* ilo: add pipe-based copy method to ilo_blitterChia-I Wu2013-06-172-5/+25
* ilo: add BLT-based blitting methods to ilo_blitterChia-I Wu2013-06-174-495/+847
* ilo: replace util_blitter by ilo_blitterChia-I Wu2013-06-177-103/+363
* ilo: fix for half-float vertex arraysChia-I Wu2013-06-151-1/+14
* ilo: add some assertions to help debuggingChia-I Wu2013-06-141-1/+23
* ilo: silence a compiler warningChia-I Wu2013-06-141-0/+2
* ilo: mapping a resource may make some states dirtyChia-I Wu2013-06-134-9/+112
* ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140Chia-I Wu2013-06-131-1/+1
* ilo: initialize dirty flags in ilo_init_states()Chia-I Wu2013-06-132-2/+2
* ilo: re-emit states that involve resourcesChia-I Wu2013-06-134-21/+23
* ilo: fix for util_blitter_clear() changesChia-I Wu2013-06-131-4/+1
* r600g: upsample and downsample MSAA resources for transfersMarek Olšák2013-06-131-79/+141
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-133-6/+3
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-133-3/+2
* util: new util_fill_box helperRoland Scheidegger2013-06-131-29/+25
* ilo: update winsys interfaceChia-I Wu2013-06-121-7/+14
* ilo: get rid of function tables in winsysChia-I Wu2013-06-1214-90/+88
* ilo: access bo size directlyChia-I Wu2013-06-121-2/+2
* ilo: remove unnecessary tex_set_bo/buf_set_boChia-I Wu2013-06-121-42/+18
* nvc0: fix up video buffer alignment requirementsMaarten Lankhorst2013-06-081-5/+3
* freedreno: better scissor fixRob Clark2013-06-085-28/+43
* freedreno: gmem bypassRob Clark2013-06-087-30/+168
* freedreno: add a3xx supportRob Clark2013-06-0835-3/+8955
* freedreno: prepare for a3xxRob Clark2013-06-0849-2008/+2798
* llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2013-06-072-59/+59
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-0715-110/+195
* ilo: fix textureSize() for single-layered array texturesChia-I Wu2013-06-081-2/+18
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-072-4/+4
* ilo: advertise PIPE_CAP_CUBE_MAP_ARRAYChia-I Wu2013-06-071-2/+1
* ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu2013-06-071-3/+3
* ilo: use slab allocator for transfersChia-I Wu2013-06-074-28/+39
* ilo: clean up states upon context destroyChia-I Wu2013-06-071-0/+38
* ilo: unmap cp bo before destroying itChia-I Wu2013-06-071-1/+6
* ilo: enable bo reuseChia-I Wu2013-06-071-0/+2
* ilo: construct 3DSTATE_SF in create_rasterizer_state()Chia-I Wu2013-06-077-164/+194
* ilo: construct 3DSTATE_CLIP in create_rasterizer_state()Chia-I Wu2013-06-075-50/+86
* ilo: use emit_SURFACE_STATE() for render targetsChia-I Wu2013-06-079-127/+52
* ilo: use emit_SURFACE_STATE() for constant buffersChia-I Wu2013-06-079-70/+26
* ilo: add emit_SURFACE_STATE() for sampler viewsChia-I Wu2013-06-0710-99/+69
* ilo: add ilo_view_surface for SURFACE_STATEChia-I Wu2013-06-073-125/+268
* ilo: convert generic depth-stencil-alpha pipe state to ilo pipe stateCourtney Goeltzenleuchter2013-06-076-21/+51
* ilo: introduce vertex element CSOChia-I Wu2013-06-076-119/+227
* ilo: simplify emit_3DSTATE_DEPTH_BUFFER()Chia-I Wu2013-06-076-63/+19
* ilo: introduce blend CSOChia-I Wu2013-06-076-97/+183
* ilo: introduce sampler CSOChia-I Wu2013-06-078-371/+447
* ilo: construct SCISSOR_RECT in set_scissor_states()Chia-I Wu2013-06-077-26/+92
* ilo: introduce viewport CSOChia-I Wu2013-06-078-197/+197