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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl_to_tgsi: remove debugging printf
Bryan Cain
2011-08-04
1
-1
/
+0
*
glsl_to_tgsi: copy reladdr in st_src_reg(st_dst_reg) constructor
Bryan Cain
2011-08-01
1
-1
/
+1
*
glsl_to_tgsi: add each relative address to the previous
Bryan Cain
2011-08-01
1
-0
/
+12
*
glsl_to_tgsi: lower all ir_quadop_vector expressions
Bryan Cain
2011-08-01
1
-1
/
+1
*
glsl_to_tgsi: rework immediate tracking to not use gl_program_parameter_list
Bryan Cain
2011-08-01
1
-47
/
+88
*
glsl_to_tgsi: update comments
Bryan Cain
2011-08-01
1
-12
/
+11
*
glsl_to_tgsi: make coding style more consistent
Bryan Cain
2011-08-01
1
-137
/
+126
*
glsl_to_tgsi: make assignment hack safer
Bryan Cain
2011-08-01
1
-3
/
+4
*
glsl_to_tgsi: separate immediates from array constants during IR translation
Bryan Cain
2011-08-01
1
-48
/
+95
*
glsl_to_tgsi: fix mistakes in get_pixel_transfer_visitor()
Bryan Cain
2011-08-01
1
-3
/
+3
*
st/mesa, glsl_to_tgsi: support glBitmap with a GLSL fragment shader active
Bryan Cain
2011-08-01
3
-6
/
+105
*
st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels with a GLSL fragment...
Bryan Cain
2011-08-01
3
-0
/
+194
*
glsl_to_tgsi: replace MAX_PROGRAM_TEMPS (256) with MAX_TEMPS (4096)
Bryan Cain
2011-08-01
1
-6
/
+8
*
r200, r600c, i965: fix build
Bryan Cain
2011-08-01
7
-30
/
+30
*
glsl_to_tgsi: always run copy_propagate() and eliminate_dead_code_advanced()
Bryan Cain
2011-08-01
1
-5
/
+4
*
glsl_to_tgsi: fix mistake in new dead code elimination pass
Bryan Cain
2011-08-01
1
-4
/
+4
*
glsl_to_tgsi: improve assignment handling
Bryan Cain
2011-08-01
1
-3
/
+14
*
glsl_to_tgsi: improve eliminate_dead_code_advanced()
Bryan Cain
2011-08-01
1
-0
/
+9
*
glsl_to_tgsi: use the correct writemask in try_emit_mad() and try_emit_sat()
Bryan Cain
2011-08-01
1
-2
/
+7
*
glsl_to_tgsi: use a more specific condition for gl_FragDepth hack in generati...
Bryan Cain
2011-08-01
1
-2
/
+2
*
glsl_to_tgsi: add a better, more advanced dead code elimination pass
Bryan Cain
2011-08-01
1
-0
/
+140
*
glsl_to_tgsi: remove handling of XPD opcode in compile_tgsi_instruction()
Bryan Cain
2011-08-01
1
-8
/
+0
*
glsl_to_tgsi: use swizzle_for_size for src reg in conditional moves
Bryan Cain
2011-08-01
1
-2
/
+5
*
glsl_to_tgsi: execute merge_registers() after eliminate_dead_code()
Emil Velikov
2011-08-01
1
-1
/
+1
*
glsl_to_tgsi: implement simplify_cmp pass needed by r300g
Bryan Cain
2011-08-01
1
-0
/
+95
*
glsl_to_tgsi: fix compile error with g++ 4.6
Bryan Cain
2011-08-01
1
-1
/
+1
*
glsl: remove glsl_type::get_vec4_type()
Bryan Cain
2011-08-01
1
-2
/
+2
*
glsl_to_tgsi: silence compiler warning
Bryan Cain
2011-08-01
1
-1
/
+1
*
glsl_to_tgsi: finish some loose ends
Bryan Cain
2011-08-01
1
-10
/
+36
*
glsl-to-tgsi: fix piglit tests
Bryan Cain
2011-08-01
1
-9
/
+11
*
mesa, glsl_to_tgsi: add native support for integers in shaders
Bryan Cain
2011-08-01
4
-60
/
+313
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
13
-66
/
+88
*
glsl_to_tgsi: fix shaders with indirect addressing of temps
Bryan Cain
2011-08-01
1
-4
/
+12
*
glsl_to_tgsi: use TGSI opcodes when converting from GLSL IR
Bryan Cain
2011-08-01
1
-333
/
+217
*
glsl_to_tgsi: support DDY (ir_unop_dFdy)
Bryan Cain
2011-08-01
1
-6
/
+1
*
glsl_to_tgsi: lower noise opcodes when converting from GLSL IR, not when gene...
Bryan Cain
2011-08-01
1
-13
/
+8
*
glsl_to_tgsi: define the sampler objects used
Bryan Cain
2011-08-01
1
-2
/
+11
*
glsl_to_tgsi: remove a bad assertion
Bryan Cain
2011-08-01
1
-4
/
+5
*
glsl_to_tgsi: remove reads to output registers
Bryan Cain
2011-08-01
1
-0
/
+91
*
glsl_to_tgsi: stop generating Mesa IR
Bryan Cain
2011-08-01
2
-270
/
+33
*
mesa: fix segfault when no Mesa IR is generated
Bryan Cain
2011-08-01
1
-2
/
+3
*
st/mesa: Add a GLSL IR to TGSI translator.
Bryan Cain
2011-08-01
8
-183
/
+4767
*
st/mesa: fix indentation, whitespace
Brian Paul
2011-06-14
1
-69
/
+74
*
st/mesa: replace st->ctx with ctx
Brian Paul
2011-06-14
7
-69
/
+80
*
st/mesa: fix comments, whitespace
Brian Paul
2011-06-14
1
-3
/
+4
*
st/mesa: improved is_interleaved_arrays() checking
Brian Paul
2011-06-14
1
-31
/
+19
*
r600c: add tiling support for evergreen+
Alex Deucher
2011-06-14
1
-45
/
+95
*
mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.
Eric Anholt
2011-06-14
4
-69
/
+52
*
mesa: Remove uncompressed code from generate_mipmaps_compressed().
Eric Anholt
2011-06-14
1
-100
/
+77
*
mesa: Remove compressed code from generate_mipmaps_uncompressed().
Eric Anholt
2011-06-14
1
-114
/
+4
[next]