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
...
|
*
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
*
|
st/mesa: silence int/float and double/float conversion warnings
Brian Paul
2011-08-04
1
-4
/
+4
*
|
st/mesa: move declaration before code
Brian Paul
2011-08-04
1
-1
/
+2
*
|
st/mesa: implement multisample resolve via BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-5
/
+111
*
|
st/mesa: determine Const.MaxSamples in init_extensions
Christoph Bumiller
2011-08-04
1
-0
/
+11
*
|
st/mesa: fix comment language
Brian Paul
2011-07-28
1
-3
/
+3
*
|
st/mesa: respect force_s3tc_enable environment variable
Bryan Cain
2011-07-26
1
-1
/
+10
*
|
st/mesa: get rid of redundant clipping code in st_copy_texsubimage()
Brian Paul
2011-07-19
1
-28
/
+0
*
|
st/mesa: remove st_CopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-55
/
+0
*
|
st/mesa: fix the texture format in st_context_teximage
Fredrik Höglund
2011-07-19
1
-1
/
+1
*
|
st/mesa: remove unused-but-set variables in st_program.c
Marek Olšák
2011-07-15
1
-33
/
+31
*
|
st/mesa: flush bitmap cache on query and conditional render boundaries
Vadim Girlin
2011-07-13
2
-0
/
+10
*
|
st/mesa: check if _mesa_create_context() returns NULL
Emil Velikov
2011-07-12
1
-0
/
+3
*
|
st/mesa: choose a matching depth internal format for DrawPixels
Marek Olšák
2011-07-12
1
-2
/
+27
*
|
st/mesa: get rid of unnecessary 'goto' in DrawPixels
Marek Olšák
2011-07-11
1
-10
/
+6
*
|
st/mesa: derive a stencil sampler format from the actual texture format
Marek Olšák
2011-07-11
1
-44
/
+26
[prev]
[next]