index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
54
-1
/
+1543
*
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
*
configure.ac: check for libdrm_radeon only when building classic
Marek Olšák
2011-07-21
1
-5
/
+5
*
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
*
|
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
15
-411
/
+35
|
\
\
|
*
|
st/mesa: get rid of redundant clipping code in st_copy_texsubimage()
Brian Paul
2011-07-19
1
-28
/
+0
|
*
|
mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-18
/
+0
|
*
|
meta: remove _mesa_meta_CopyTexImage1D/2D()
Brian Paul
2011-07-19
3
-125
/
+0
|
*
|
st/mesa: remove st_CopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-55
/
+0
|
*
|
radeon: remove radeonCopyTexImage2D()
Brian Paul
2011-07-19
7
-65
/
+0
|
*
|
intel: remove intelCopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-97
/
+0
|
*
|
mesa: remove comments referring to Driver.TexImage1D/2D
Brian Paul
2011-07-19
1
-6
/
+3
|
*
|
mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-17
/
+32
*
|
|
u_vbuf_mgr: restore buffer offsets
Chia-I Wu
2011-07-21
1
-0
/
+10
*
|
|
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
*
|
|
nouveau: hook up video decoding with nouveau_context
Christoph Bumiller
2011-07-21
8
-1
/
+56
*
|
|
glsl: Add ir_function_detect_recursion.cpp to SConscript.
Vinson Lee
2011-07-20
1
-0
/
+1
*
|
|
glsl: Reject shaders that contain static recursion
Ian Romanick
2011-07-20
5
-0
/
+404
*
|
|
glsl: Make prototype_string publicly available
Ian Romanick
2011-07-20
2
-2
/
+8
[next]