summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie1-1/+1
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie1-1/+1
2010-09-17r600g: fixup map flushing.Dave Airlie1-5/+9
2010-09-17r600g: add upload manager support.Dave Airlie6-47/+223
2010-09-17r600g: add winsys bo caching.Dave Airlie4-31/+24
2010-09-17r600g: add support for kernel boDave Airlie10-50/+352
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie3-1/+9
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie12-55/+65
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu1-8/+0
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu1-3/+10
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul1-6/+9
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie19-199/+272
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie8-56/+42
2010-09-16gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul1-3/+3
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca1-60/+71
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca8-32/+263
2010-09-16gallivm: Fix address register swizzle.José Fonseca1-2/+1
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák2-8/+28
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell3-1/+3
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell8-6/+90
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell2-6/+8
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul1-1/+2
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul1-1/+5
2010-09-16nv50: get shader fixups/relocations into working stateChristoph Bumiller4-54/+79
2010-09-16nv50: don't segfault on shaders with 0 instructionsChristoph Bumiller1-1/+3
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck1-2/+14
2010-09-16r600g: Fixed a bo leak in r600_blit_state_ps_shader().Tilman Sauerbeck1-1/+1
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu3-4/+21
2010-09-16r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie2-11/+4
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie4-143/+317
2010-09-15nv50: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+1
2010-09-15nv50: Silence uninitialized variable warnings.Vinson Lee1-1/+2
2010-09-15draw: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-15gallivm: Remove unnecessary headers.Vinson Lee1-2/+0
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-09-15nv50: Remove unnecessary headers.Vinson Lee2-2/+0
2010-09-15nv50: Update files in SConscript to match Makefile.Vinson Lee1-1/+8
2010-09-16r600g: add vgt dma src definesDave Airlie2-3/+5
2010-09-16r600g: use index min/max + index buffer offset.Dave Airlie4-5/+14
2010-09-16r600g: pull r600_draw struct out into headerDave Airlie4-72/+73
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul7-1029/+1919
2010-09-15tgsi: fix incorrect usage_mask for shadow tex instructionsBrian Paul1-5/+6
2010-09-15nv50: use unsigned int for bitfields to silence warningsBrian Paul2-16/+16
2010-09-15llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul1-2/+2
2010-09-15llvmpipe: cast to silence warningBrian Paul1-1/+1
2010-09-15r600g: misc cleanupJohn Doe7-46/+47
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller23-5020/+9082