summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* | targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu2011-07-292-4/+0
* | softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt2011-07-281-4/+12
* | r600g: fix vs export countVadim Girlin2011-07-282-2/+2
* | egl/gallium: fix build without softpipe and llvmpipeTobias Droste2011-07-271-3/+9
* | r300g: copy the compiler from r300cMarek Olšák2011-07-2669-25/+17038
* | util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* | winsys/radeon: fix typos in the driver interfaceMarek Olšák2011-07-251-2/+3
* | winsys/radeon: manage constant buffers by the cache bufmgr tooMarek Olšák2011-07-251-1/+2
* | winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-256-12/+5
* | winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_csMarek Olšák2011-07-251-1/+1
* | winsys/radeon: little change in radeon_bo_is_referenced_by_csMarek Olšák2011-07-251-2/+3
* | winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-256-8/+7
* | winsys/radeon: simplify how value queries workMarek Olšák2011-07-2512-171/+133
* | vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* | gallium: change formats merged with pipe-video to type "other"Christian König2011-07-251-7/+7
* | g3dvl: remove unused vs output from create_ref_vert_shaderChristian König2011-07-251-4/+1
* | r600g: use file_max instead of file_count to determine reg offsetChristian König2011-07-241-3/+3
* | gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton2011-07-231-89/+96
* | gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca2011-07-221-0/+6
* | gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca2011-07-221-12/+12
* | gallivm: Increase lp_build_rsqrt() precision.José Fonseca2011-07-221-1/+1
* | gallivm: Update minimax comments.José Fonseca2011-07-221-6/+17
* | gallivm: Fix lp_build_exp/lp_build_log.José Fonseca2011-07-221-2/+2
* | llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-223-2/+298
* | util: Store alpha value too.José Fonseca2011-07-221-1/+1
* | Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton2011-07-211-4/+4
* | Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-2119-168/+447
|\ \
| * | softpipe: use the polygon stipple utility moduleBrian Paul2011-07-219-14/+131
| * | softpipe: implement fragment shader variantsBrian Paul2011-07-2113-117/+251
| * | util: assorted updates to polygon stipple helperBrian Paul2011-07-211-10/+33
| * | softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-214-17/+5
| * | tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-212-10/+31
| * | softpipe: remove obsolete commentBrian Paul2011-07-211-4/+0
| * | softpipe: rename a functionBrian Paul2011-07-211-7/+7
* | | u_vbuf_mgr: restore buffer offsetsChia-I Wu2011-07-211-0/+10
* | | nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-218-1/+56
* | | g3dvl: remove unused vertex shader inputsMarek Olšák2011-07-202-4/+4
* | | g3dvl: Preserve previously rendered components for MC output.Younes Manton2011-07-201-4/+4
* | | g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton2011-07-202-0/+26
* | | llvmpipe: include LLVM version number in name stringBrian Paul2011-07-191-1/+3
* | | llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-192-17/+50
* | | xvmc-softpipe: remove LLVM_LIBSMarek Olšák2011-07-181-1/+1
* | | r600g: fix corner case checks for the queriesVadim Girlin2011-07-181-5/+3
* | | r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet2011-07-185-33/+9
* | | xvmc-nouveau: Resolve buildEmil Velikov2011-07-162-1/+22
* | | nv50: fix bogus error message about 3d surfacesChristoph Bumiller2011-07-161-1/+3
* | | gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee2011-07-161-0/+4
* | | r600g: print to stderr that a CS has been rejected by the kernelMarek Olšák2011-07-151-0/+4
* | | r600g: fix queries and predicationVadim Girlin2011-07-154-49/+118
* | | g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-155-10/+7