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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
33
-0
/
+4608
*
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
*
util: remove ralloc_test
Emil Velikov
2014-08-08
3
-105
/
+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
*
glsl/glcpp: Fix line-continuation code to handle multiple newline flavors
Carl Worth
2014-08-07
1
-9
/
+87
*
glsl/glcpp: Don't include any newline characters in #error token
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Treat CR+LF pair as a single newline
Carl Worth
2014-08-07
2
-5
/
+9
*
glsl/glcpp: Add test script for testing various line-termination characters
Carl Worth
2014-08-07
2
-11
/
+137
*
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
2014-08-07
3
-45
/
+387
*
glsl/glcpp: Swallow empty #pragma directives.
Carl Worth
2014-08-07
2
-1
/
+7
*
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Carl Worth
2014-08-07
3
-2
/
+12
*
glsl/glcpp: Add testing for null directives with spaces and comments
Carl Worth
2014-08-07
2
-0
/
+18
*
glsl/glcpp: Fix NULL directives when followed by a single-line comment
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Add tests for #define followed by comments
Carl Worth
2014-08-07
2
-2
/
+8
*
glsl/glcpp: Allow single-line comments immediately after #define
Carl Worth
2014-08-07
1
-1
/
+1
*
glsl/glcpp: Add test for "#define without macro name"
Carl Worth
2014-08-07
2
-0
/
+4
*
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
2014-08-07
3
-5
/
+7
*
i965/vec4: Remove unused emit_bool_comparison method.
Matt Turner
2014-08-07
2
-15
/
+0
*
mesa: Drop USE_IEEE define.
Matt Turner
2014-08-07
4
-48
/
+4
*
mesa: Group gl_system_value values by the stage where they exist
Ian Romanick
2014-08-07
2
-9
/
+35
[next]