index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
Kenneth Graunke
2011-08-19
1
-18
/
+22
*
st/mesa: fix incorrect loop over instruction src regs
Brian Paul
2011-08-17
1
-1
/
+1
*
glsl_to_tgsi: improve assignment hack
Henri Verbeet
2011-08-09
1
-3
/
+5
*
st/mesa: inline st_prepare_fragment_program in st_translate_fragment_program
Bryan Cain
2011-08-08
2
-179
/
+162
*
st/mesa: don't resolve stencil twice
Christoph Bumiller
2011-08-07
1
-1
/
+3
*
glsl_to_tgsi: replace open-coded swizzle_for_size()
Bryan Cain
2011-08-05
1
-8
/
+1
*
glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree
Bryan Cain
2011-08-05
1
-6
/
+26
*
st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cpp
Marek Olšák
2011-08-05
1
-3
/
+2
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
12
-214
/
+5410
|
\
|
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
4
-43
/
+26
|
*
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
|
*
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
1
-44
/
+258
|
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
1
-5
/
+7
|
*
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
|
*
st/mesa: Add a GLSL IR to TGSI translator.
Bryan Cain
2011-08-01
7
-182
/
+4765
[next]