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
*
vc4: Add support for CMP.
Eric Anholt
2014-08-08
4
-1
/
+48
*
vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.
Eric Anholt
2014-08-08
3
-90
/
+212
*
vc4: Add WIP support for varyings.
Eric Anholt
2014-08-08
6
-8
/
+59
*
vc4: Use r3 instead of r5 for temps, since r5 only has 32 bits of storage
Eric Anholt
2014-08-08
1
-8
/
+8
*
vc4: Fix emit of ABS
Eric Anholt
2014-08-08
1
-1
/
+11
*
vc4: Add shader variant caching to handle FS output swizzle.
Eric Anholt
2014-08-08
3
-65
/
+232
*
vc4: Load the tile buffer before incrementally drawing.
Eric Anholt
2014-08-08
2
-27
/
+50
*
vc4: Don't reallocate the tile alloc/state bos every frame.
Eric Anholt
2014-08-08
2
-10
/
+21
*
vc4: Add VC4_DEBUG env option
Eric Anholt
2014-08-08
5
-14
/
+63
*
vc4: Add support for SNE/SEQ/SGE/SLT.
Eric Anholt
2014-08-08
6
-11
/
+96
*
vc4: Use the user's actual first vertex attribute.
Eric Anholt
2014-08-08
4
-35
/
+70
*
vc4: Fix UBO allocation when no uniforms are used.
Eric Anholt
2014-08-08
1
-1
/
+2
*
vc4: Add initial support for math opcodes
Eric Anholt
2014-08-08
2
-1
/
+41
*
vc4: Switch to actually generating vertex and fragment shader code from TGSI.
Eric Anholt
2014-08-08
12
-247
/
+1243
*
vc4: Start converting the driver to use vertex shaders.
Eric Anholt
2014-08-08
3
-45
/
+177
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
34
-1
/
+4628
*
draw: (trivial) use information about gs being present from variant key
Roland Scheidegger
2014-08-09
1
-5
/
+4
*
draw: don't use clipvertex output if user plane clipping is disabled
Roland Scheidegger
2014-08-09
1
-2
/
+2
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
7
-11
/
+0
*
i965/vec4/Gen8: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
2
-7
/
+15
*
i965/vec4/Gen4-7: Use src1 for sampler_index instead of ->sampler field
Chris Forbes
2014-08-09
2
-8
/
+15
*
i965/vec4: Pass sampler index in src1 for texture ops
Chris Forbes
2014-08-09
2
-7
/
+11
*
i965/vec4: Collect all emits of texture ops into one place
Chris Forbes
2014-08-09
1
-26
/
+12
*
i965/fs/Gen8: Pass sampler_index to generate_tex
Chris Forbes
2014-08-09
2
-7
/
+14
*
i965/fs/Gen4-7: Pass sampler_index to generate_tex
Chris Forbes
2014-08-09
2
-7
/
+14
*
i965/blorp: Put sampler index in src1 of texture ops
Chris Forbes
2014-08-09
1
-1
/
+2
*
i965/fs: pass sampler as src1 of texture op
Chris Forbes
2014-08-09
3
-23
/
+25
*
i965/fs: Collect all emits of texture ops for Gen5/6 into one place
Chris Forbes
2014-08-09
1
-13
/
+18
*
i965/fs: Collect all emits of texture ops for Gen4 into one place
Chris Forbes
2014-08-09
1
-20
/
+11
*
configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB
Pali Rohár
2014-08-08
1
-4
/
+3
*
util: remove ralloc_test
Emil Velikov
2014-08-08
4
-106
/
+5
*
gallivm: Handle MSAA textures in emit_fetch_texels
Darius Goad
2014-08-08
1
-2
/
+7
*
draw: hack around weird primitive id input in gs
Roland Scheidegger
2014-08-08
3
-5
/
+21
*
draw: fix prim id float cast for non-llvm path
Roland Scheidegger
2014-08-08
1
-8
/
+4
*
clover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
Bruno Jiménez
2014-08-08
2
-0
/
+14
*
ilo: break down the format table
Chia-I Wu
2014-08-08
1
-299
/
+431
*
i965: Emit a performance warning on conditional rendering.
Kenneth Graunke
2014-08-08
1
-0
/
+5
*
i965: Set ExecSize to 16 for loop instructions in SIMD16 shaders.
Kenneth Graunke
2014-08-08
1
-5
/
+8
*
i965/eu: Merge brw_CONT and gen6_CONT.
Kenneth Graunke
2014-08-08
4
-28
/
+7
*
i965/eu: Drop redundant brw_set_src0/brw_set_dest from gen6_CONT.
Kenneth Graunke
2014-08-08
1
-2
/
+0
*
util: add src/util/format_srgb.c to .gitignore
Juha-Pekka Heikkila
2014-08-08
1
-0
/
+1
*
mesa: Fold _mesa_uniform_merge_location_offset into its only caller
Ian Romanick
2014-08-07
3
-48
/
+3
*
mesa: Fold _mesa_uniform_split_location_offset into its only caller
Ian Romanick
2014-08-07
2
-22
/
+6
*
glsl_to_tgsi: Delete unused function set_uniform_initializer
Ian Romanick
2014-08-07
1
-72
/
+0
*
mesa: Use MAX2 to calculate maximum uniform element
Ian Romanick
2014-08-07
1
-3
/
+1
*
mesa: Have validate_uniform_parameters return the gl_uniform_storage pointer
Ian Romanick
2014-08-07
1
-31
/
+30
*
glsl/glcpp: Rename one test to avoid a duplicate test number
Carl Worth
2014-08-07
2
-0
/
+0
*
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
2014-08-07
3
-12
/
+45
*
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Carl Worth
2014-08-07
4
-13
/
+42
*
glsl/glcpp: Fix glcpp-test to correctly extract test-specific arguments
Carl Worth
2014-08-07
1
-1
/
+1
[next]