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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-17
/
+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
5
-60
/
+328
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
*
mesa: support boolean and integer-based parameters in prog_parameter
Bryan Cain
2011-08-01
13
-66
/
+88
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
10
-0
/
+19
*
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
*
r600g: disable render condition for some blitter operations
Marek Olšák
2011-06-15
3
-6
/
+34
*
r600g: fix TXD src regs needing fetching.
Mike Kaplinskiy
2011-06-15
1
-46
/
+50
*
r600g: use inlines for some common tex instr setup code.
Mike Kaplinskiy
2011-06-15
1
-11
/
+24
*
glsl/builtins: Actually implement int/ivec variants of abs().
Kenneth Graunke
2011-06-14
1
-0
/
+20
*
r600g: fix TXD when shadowing is enabled.
Mike Kaplinskiy
2011-06-15
2
-6
/
+17
*
r600g: add TXD support.
Dave Airlie
2011-06-15
4
-6
/
+64
*
i915g: add const qualifier to silence warning
Brian Paul
2011-06-14
1
-1
/
+1
*
r600g: also set TILE_MODE of the base level
Marek Olšák
2011-06-15
1
-1
/
+1
*
r600g: force OpenGL's BASE_LEVEL behavior on r600-r700
Marek Olšák
2011-06-15
1
-10
/
+16
*
glsl/generate_builtins.py: Remove regexp to kill pointer addresses.
Kenneth Graunke
2011-06-14
1
-4
/
+0
*
glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...
Jeremy Huddleston
2011-06-14
2
-2586
/
+2666
*
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
*
docs: 7.10.3 updates
Brian Paul
2011-06-14
3
-1
/
+312
*
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
*
r600g: fix RGB32F texturing
Marek Olšák
2011-06-14
1
-1
/
+2
*
r600g: fix indentation and comments
Marek Olšák
2011-06-14
2
-37
/
+40
*
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]