| Commit message (Expand) | Author | Age | Files | Lines |
* | winsys/radeon: manage constant buffers by the cache bufmgr too | Marek Olšák | 2011-07-25 | 1 | -1/+2 |
* | winsys/radeon: remove usage parameter from buffer_create | Marek Olšák | 2011-07-25 | 6 | -12/+5 |
* | winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_cs | Marek Olšák | 2011-07-25 | 1 | -1/+1 |
* | winsys/radeon: little change in radeon_bo_is_referenced_by_cs | Marek Olšák | 2011-07-25 | 1 | -2/+3 |
* | 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 |
* | i965: Fix many of the trivial WebGL demos that broke due to IB optimization. | Eric Anholt | 2011-07-25 | 1 | -0/+1 |
* | i965: Use 3D clears on gen6+ to avoid inter-ring synchronization. | Eric Anholt | 2011-07-25 | 1 | -2/+2 |
* | meta: Also save/restore clip planes for GLSL. | Eric Anholt | 2011-07-25 | 1 | -1/+13 |
* | i965: Emit texture cache flushes on gen6 along with render cache flushes. | Eric Anholt | 2011-07-25 | 1 | -0/+1 |
* | i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains() | Paul Berry | 2011-07-25 | 1 | -0/+3 |
* | i965/gen7: Fix shadow sampling in the old brw_wm_emit backend. | Kenneth Graunke | 2011-07-25 | 1 | -4/+11 |
* | i965/fs: Clear result before visiting shadow comparitor and LOD info. | Kenneth Graunke | 2011-07-25 | 1 | -0/+10 |
* | 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 |
* | glsl: Compare vector indices in blocks | Ian Romanick | 2011-07-23 | 1 | -23/+39 |
* | glsl: Factor out code that generates block of index comparisons | Ian Romanick | 2011-07-23 | 2 | -42/+73 |
* | glsl: Treat ir_dereference_array of non-var as a constant for lowering | Ian Romanick | 2011-07-23 | 1 | -2/+8 |
* | i965: When emitting a src/dst read of an output, keep the swizzle and neg | Ian Romanick | 2011-07-23 | 1 | -3/+16 |
* | i965: When emitting a src/dst write of an output, keep the write mask | Ian Romanick | 2011-07-23 | 1 | -1/+5 |
* | prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversion | Ian Romanick | 2011-07-23 | 1 | -0/+9 |
* | ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor | Ian Romanick | 2011-07-23 | 1 | -1/+1 |
* | ir_to_mesa: Add each relative address to the previous | Ian Romanick | 2011-07-23 | 1 | -0/+12 |
* | glsl: When lowering non-constant vector indexing, respect existing conditions | Ian Romanick | 2011-07-23 | 1 | -5/+24 |
* | glsl: When lowering non-constant array indexing, respect existing conditions | Ian Romanick | 2011-07-23 | 1 | -3/+18 |
* | glsl: Rework lowering of non-constant array indexing | Ian Romanick | 2011-07-23 | 1 | -19/+116 |
* | glsl: Split out part of variable_index_to_cond_assign_visitor::needs_lowering | Ian Romanick | 2011-07-23 | 1 | -5/+10 |
* | glsl: Move is_array_or_matrix outside visitor class | Ian Romanick | 2011-07-23 | 1 | -5/+6 |
* | 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 |
* | glsl: Add standalone_scaffolding.cpp to SConscript. | Vinson Lee | 2011-07-22 | 1 | -0/+1 |
* | glsl: Add unit tests for lower_jumps.cpp | Paul Berry | 2011-07-22 | 53 | -0/+1538 |
* | glsl: Create a standalone executable for testing optimization passes. | Paul Berry | 2011-07-22 | 5 | -3/+403 |
* | glsl: Move functions into standalone_scaffolding.cpp for later reuse. | Paul Berry | 2011-07-22 | 4 | -58/+150 |
* | mesa: Add an ifndef guard around the definition of the INLINE macro | Paul Berry | 2011-07-22 | 1 | -20/+22 |
* | 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 |