summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vega: remove unused variablesFabio Pedretti2012-12-101-3/+1
* nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti2012-12-101-0/+2
* nv50: remove unused OpClassStr arrayFabio Pedretti2012-12-101-20/+0
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller2012-12-081-3/+3
* draw: fix/improve dirty state validationBrian Paul2012-12-088-23/+68
* draw: add reminder comments about similar code in different filesBrian Paul2012-12-082-0/+11
* draw: rearrange code in llvm_middle_end_prepare()Brian Paul2012-12-081-66/+74
* draw: fix comment typoBrian Paul2012-12-081-1/+1
* draw: add comment on draw->pt.opt fieldBrian Paul2012-12-081-1/+1
* draw: update a comment about index buffersBrian Paul2012-12-081-3/+2
* gallium/os: Fix nano->micro second concersion.José Fonseca2012-12-081-1/+1
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-082-1/+9
* gallium: add new texture buffer object capabilityDave Airlie2012-12-081-1/+2
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-072-2/+19
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-0716-37/+88
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* gallium/egl-static: Fix unresolved symbol 'clock_gettime'.Michel Dänzer2012-12-071-2/+2
* gallivm: Rudimentary native integer support.José Fonseca2012-12-072-5/+20
* draw: Dump LLVM shader key.José Fonseca2012-12-072-1/+33
* gallivm: Allow indirection from TEMP registers too.José Fonseca2012-12-071-3/+18
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-0713-61/+103
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-074-11/+110
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-079-12/+23
* st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák2012-12-071-1/+13
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-074-109/+45
* st/dri: always allocate private depth-stencil buffersMarek Olšák2012-12-071-59/+49
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-073-1/+7
* r600g: transfers of MSAA color textures should do the resolveMarek Olšák2012-12-071-5/+32
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2012-12-062-8/+13
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-065-187/+140
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-062-21/+19
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* gallivm: Fix lerping of (un)signed normalized numbers.José Fonseca2012-12-061-49/+43
* gallivm: Fix lp_build_print_value of smaller integer types.José Fonseca2012-12-061-1/+12
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-0615-101/+125
* r600g: use default action for min/max opcode in tgsi to llvmVincent Lejeune2012-12-051-4/+0
* gallivm: Have a default emit function for min/max opcodeVincent Lejeune2012-12-051-0/+29
* r600g: use default action for fdiv/rcp opcodeVincent Lejeune2012-12-051-6/+1
* gallivm: have a default emit function for fdiv/rcpVincent Lejeune2012-12-051-0/+25
* r600g: Use default mul/mad function for tgsi-to-llvmVincent Lejeune2012-12-051-8/+4