| Commit message (Expand) | Author | Age | Files | Lines |
* | winsys/radeon: add R300 infix to winsys feature names | Marek Olšák | 2011-07-25 | 6 | -8/+7 |
* | winsys/radeon: simplify how value queries work | Marek Olšák | 2011-07-25 | 12 | -171/+133 |
* | vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2 | Emeric | 2011-07-25 | 1 | -12/+13 |
* | gallium: change formats merged with pipe-video to type "other" | Christian König | 2011-07-25 | 1 | -7/+7 |
* | g3dvl: remove unused vs output from create_ref_vert_shader | Christian König | 2011-07-25 | 1 | -4/+1 |
* | r600g: use file_max instead of file_count to determine reg offset | Christian König | 2011-07-24 | 1 | -3/+3 |
* | gallium/softpipe: Don't clobber dest color/alpha before masking. | Younes Manton | 2011-07-23 | 1 | -89/+96 |
* | gallivm: Add a note about log2 computation and denormalized numbers. | José Fonseca | 2011-07-22 | 1 | -0/+6 |
* | gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order. | José Fonseca | 2011-07-22 | 1 | -12/+12 |
* | gallivm: Increase lp_build_rsqrt() precision. | José Fonseca | 2011-07-22 | 1 | -1/+1 |
* | gallivm: Update minimax comments. | José Fonseca | 2011-07-22 | 1 | -6/+17 |
* | gallivm: Fix lp_build_exp/lp_build_log. | José Fonseca | 2011-07-22 | 1 | -2/+2 |
* | llvmpipe: Unit tests for arithmetic functions. | José Fonseca | 2011-07-22 | 3 | -2/+298 |
* | util: Store alpha value too. | José Fonseca | 2011-07-22 | 1 | -1/+1 |
* | Revert "g3dvl: Preserve previously rendered components for MC output." | Younes Manton | 2011-07-21 | 1 | -4/+4 |
* | Merge branch 'gallium-polygon-stipple' | Brian Paul | 2011-07-21 | 19 | -168/+447 |
|\ |
|
| * | softpipe: use the polygon stipple utility module | Brian Paul | 2011-07-21 | 9 | -14/+131 |
| * | softpipe: implement fragment shader variants | Brian Paul | 2011-07-21 | 13 | -117/+251 |
| * | util: assorted updates to polygon stipple helper | Brian Paul | 2011-07-21 | 1 | -10/+33 |
| * | softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc. | Brian Paul | 2011-07-21 | 4 | -17/+5 |
| * | tgsi: add info fields for fragcoord origin, center, etc | Brian Paul | 2011-07-21 | 2 | -10/+31 |
| * | softpipe: remove obsolete comment | Brian Paul | 2011-07-21 | 1 | -4/+0 |
| * | softpipe: rename a function | Brian Paul | 2011-07-21 | 1 | -7/+7 |
* | | u_vbuf_mgr: restore buffer offsets | Chia-I Wu | 2011-07-21 | 1 | -0/+10 |
* | | nouveau: hook up video decoding with nouveau_context | Christoph Bumiller | 2011-07-21 | 8 | -1/+56 |
* | | g3dvl: remove unused vertex shader inputs | Marek Olšák | 2011-07-20 | 2 | -4/+4 |
* | | g3dvl: Preserve previously rendered components for MC output. | Younes Manton | 2011-07-20 | 1 | -4/+4 |
* | | g3dvl: Init/clean pipe fully when a shader-based decoder isn't used. | Younes Manton | 2011-07-20 | 2 | -0/+26 |
* | | llvmpipe: include LLVM version number in name string | Brian Paul | 2011-07-19 | 1 | -1/+3 |
* | | llvmpipe: fix build with LLVM 3.0svn | Tobias Droste | 2011-07-19 | 2 | -17/+50 |
* | | xvmc-softpipe: remove LLVM_LIBS | Marek Olšák | 2011-07-18 | 1 | -1/+1 |
* | | r600g: fix corner case checks for the queries | Vadim Girlin | 2011-07-18 | 1 | -5/+3 |
* | | r600g: Get rid of leftover PB_USAGE_* flags. | Henri Verbeet | 2011-07-18 | 5 | -33/+9 |
* | | xvmc-nouveau: Resolve build | Emil Velikov | 2011-07-16 | 2 | -1/+22 |
* | | nv50: fix bogus error message about 3d surfaces | Christoph Bumiller | 2011-07-16 | 1 | -1/+3 |
* | | gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0. | Vinson Lee | 2011-07-16 | 1 | -0/+4 |
* | | r600g: print to stderr that a CS has been rejected by the kernel | Marek Olšák | 2011-07-15 | 1 | -0/+4 |
* | | r600g: fix queries and predication | Vadim Girlin | 2011-07-15 | 4 | -49/+118 |
* | | g3dvl: no need for flushing inside the compositor any more | Christian König | 2011-07-15 | 5 | -10/+7 |
* | | g3dvl: correctly distinct dst area and clip area in the compositor | Christian König | 2011-07-15 | 5 | -13/+23 |
* | | g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeon | Christian König | 2011-07-15 | 6 | -6/+6 |
* | | gallium/targets: link vdpau, va, and xvmc with LLVM libs when requested | Marek Olšák | 2011-07-15 | 3 | -3/+25 |
* | | g3dvl: change picture parameter of decode_bitstream to general version | Christian König | 2011-07-15 | 3 | -5/+7 |
* | | gallium: don't use enum bitfields in p_video_state.h | Brian Paul | 2011-07-14 | 1 | -6/+6 |
* | | gallium: put video-related enums in separate header | Brian Paul | 2011-07-14 | 5 | -45/+80 |
* | | i915g: move declaration before code | Brian Paul | 2011-07-14 | 1 | -1/+2 |
* | | nv50,nvc0: extensive surface format renaming to get consistency | Christoph Bumiller | 2011-07-14 | 8 | -191/+220 |
* | | nv50,nvc0: add support for multi-sample resources | Christoph Bumiller | 2011-07-14 | 23 | -213/+308 |
* | | nv50,nvc0: add correct storage type for Z32_FLOAT | Christoph Bumiller | 2011-07-14 | 2 | -0/+9 |
* | | nv50,nvc0: unify nvc0_miptree and nv50_miptree structs | Christoph Bumiller | 2011-07-14 | 14 | -425/+535 |