index
:
~jturney/mesa
GLX_INDIRECT_RENDERING-build-fixes
cygwin-dri-build
cygwin-install
m_pi_removal
master
mesa_7_10_debugging
nodrm-build-fixes
nodrm-build-fixes-3
nodrm-build-fixes-4
other-fixes
work
mesa hacks for cygwin
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-26
configure.ac: fix xlib-based softpipe build
HEAD
master
Marek Olšák
1
-7/+5
2011-07-26
mesa: Make _mesa_get_compressed_formats match the texture compression specs
Ian Romanick
3
-30/+93
2011-07-26
mesa: Return the correct internal fmt when a generic compressed fmt was used
Ian Romanick
1
-3/+17
2011-07-26
mesa: Add utility function to get base format from a GL compressed format
Ian Romanick
2
-0/+91
2011-07-26
i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.
Eric Anholt
1
-1/+2
2011-07-26
glsl: Correctly return progress from lower_variable_index_to_cond_assign
Ian Romanick
1
-1/+3
2011-07-25
configure.ac: do not check for llvm-config if llvm is disabled
Marek Olšák
1
-3/+2
2011-07-25
r300/compiler: simplify code in peephole_add_presub_add
Tobias Droste
1
-17/+18
2011-07-25
winsys/radeon: fix typos in the driver interface
Marek Olšák
1
-2/+3
2011-07-25
winsys/radeon: manage constant buffers by the cache bufmgr too
Marek Olšák
1
-1/+2
2011-07-25
winsys/radeon: remove usage parameter from buffer_create
Marek Olšák
6
-12/+5
2011-07-25
winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_cs
Marek Olšák
1
-1/+1
2011-07-25
winsys/radeon: little change in radeon_bo_is_referenced_by_cs
Marek Olšák
1
-2/+3
2011-07-25
winsys/radeon: add R300 infix to winsys feature names
Marek Olšák
6
-8/+7
2011-07-25
winsys/radeon: simplify how value queries work
Marek Olšák
12
-171/+133
2011-07-25
i965: Fix many of the trivial WebGL demos that broke due to IB optimization.
Eric Anholt
1
-0/+1
2011-07-25
i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.
Eric Anholt
1
-2/+2
2011-07-25
meta: Also save/restore clip planes for GLSL.
Eric Anholt
1
-1/+13
2011-07-25
i965: Emit texture cache flushes on gen6 along with render cache flushes.
Eric Anholt
1
-0/+1
2011-07-25
i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()
Paul Berry
1
-0/+3
2011-07-25
i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.
Kenneth Graunke
1
-4/+11
2011-07-25
i965/fs: Clear result before visiting shadow comparitor and LOD info.
Kenneth Graunke
1
-0/+10
2011-07-25
vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2
Emeric
1
-12/+13
2011-07-25
gallium: change formats merged with pipe-video to type "other"
Christian König
1
-7/+7
2011-07-25
configure: Move gbm before egl in SRC_DIRS
Benjamin Franzke
1
-35/+35
2011-07-24
g3dvl: remove unused vs output from create_ref_vert_shader
Christian König
1
-4/+1
2011-07-24
r600g: use file_max instead of file_count to determine reg offset
Christian König
1
-3/+3
2011-07-23
gallium/softpipe: Don't clobber dest color/alpha before masking.
Younes Manton
1
-89/+96
2011-07-23
glsl: Compare vector indices in blocks
Ian Romanick
1
-23/+39
2011-07-23
glsl: Factor out code that generates block of index comparisons
Ian Romanick
2
-42/+73
2011-07-23
glsl: Treat ir_dereference_array of non-var as a constant for lowering
Ian Romanick
1
-2/+8
2011-07-23
i965: When emitting a src/dst read of an output, keep the swizzle and neg
Ian Romanick
1
-3/+16
2011-07-23
i965: When emitting a src/dst write of an output, keep the write mask
Ian Romanick
1
-1/+5
2011-07-23
prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversion
Ian Romanick
1
-0/+9
2011-07-23
ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
Ian Romanick
1
-1/+1
2011-07-23
ir_to_mesa: Add each relative address to the previous
Ian Romanick
1
-0/+12
2011-07-23
glsl: When lowering non-constant vector indexing, respect existing conditions
Ian Romanick
1
-5/+24
2011-07-23
glsl: When lowering non-constant array indexing, respect existing conditions
Ian Romanick
1
-3/+18
2011-07-23
glsl: Rework lowering of non-constant array indexing
Ian Romanick
1
-19/+116
2011-07-23
glsl: Split out part of variable_index_to_cond_assign_visitor::needs_lowering
Ian Romanick
1
-5/+10
2011-07-23
glsl: Move is_array_or_matrix outside visitor class
Ian Romanick
1
-5/+6
2011-07-23
gallivm: Add a note about log2 computation and denormalized numbers.
José Fonseca
1
-0/+6
2011-07-23
gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.
José Fonseca
1
-12/+12
2011-07-23
gallivm: Increase lp_build_rsqrt() precision.
José Fonseca
1
-1/+1
2011-07-23
gallivm: Update minimax comments.
José Fonseca
1
-6/+17
2011-07-23
gallivm: Fix lp_build_exp/lp_build_log.
José Fonseca
1
-2/+2
2011-07-23
llvmpipe: Unit tests for arithmetic functions.
José Fonseca
3
-2/+298
2011-07-23
util: Store alpha value too.
José Fonseca
1
-1/+1
2011-07-22
glsl: Add standalone_scaffolding.cpp to SConscript.
Vinson Lee
1
-0/+1
2011-07-22
glsl: Add unit tests for lower_jumps.cpp
Paul Berry
54
-1/+1543
[next]