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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use UNUSED to silence unused variable (used in assert).
Matt Turner
2017-01-23
1
-1
/
+1
*
dri: allow 16bit R/GR images to be exported via drm buffers
Rainer Hochecker
2017-01-23
2
-0
/
+10
*
drirc: remove spurious tabs
Eric Engestrom
2017-01-23
1
-8
/
+8
*
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
2017-01-23
1
-6
/
+3
*
mesa: remove unused gl_shader_info field from gl_linked_shader
Timothy Arceri
2017-01-23
1
-2
/
+0
*
mesa/glsl: set and get cs layouts to and from shader_info
Timothy Arceri
2017-01-23
3
-16
/
+2
*
mesa/glsl: set and get gs layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-8
/
+4
*
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
2017-01-23
2
-14
/
+7
*
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
2017-01-23
1
-7
/
+0
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
4
-55
/
+9
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
5
-7
/
+17
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
27
-396
/
+248
*
Revert "i965: Really don't emit Q or UQ moves on Gen < 8"
Matt Turner
2017-01-20
1
-8
/
+0
*
i965: Select DF type for 64-bit integers on Gen < 8.
Matt Turner
2017-01-20
4
-10
/
+12
*
i965: Enable ARB_gpu_shader_int64 on Gen8+
Ian Romanick
2017-01-20
2
-0
/
+6
*
i965: Split SIMD16 CMP of Q and UQ instructions
Ian Romanick
2017-01-20
1
-14
/
+29
*
i965: Enable 64-bit integer support for almost all unary and binary operations
Ian Romanick
2017-01-20
1
-10
/
+0
*
i965: Enable uploading 64-bit integer uniforms
Ian Romanick
2017-01-20
1
-1
/
+3
*
i965: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
2
-5
/
+35
*
i965: Enable emitting Q and UQ instructions in the fs backend
Ian Romanick
2017-01-20
2
-1
/
+12
*
i965: Add support for constant evaluation on Q and UQ types
Ian Romanick
2017-01-20
2
-7
/
+20
*
i965: Return Q and UQ types for int64 and uint64
Ian Romanick
2017-01-20
1
-4
/
+2
*
i965: Really don't emit Q or UQ moves on Gen < 8
Ian Romanick
2017-01-20
1
-0
/
+8
*
i965: Avoid int64 warnings.
Dave Airlie
2017-01-20
1
-0
/
+28
*
i965: Avoid int64 induced warnings
Dave Airlie
2017-01-20
3
-0
/
+6
*
mesa/program: Add unused ir operations.
Dave Airlie
2017-01-20
1
-0
/
+28
*
mesa: Add support for 64-bit integer uniforms
Dave Airlie
2017-01-20
2
-5
/
+247
*
glsl: Add basic ARB_gpu_shader_int64 types
Dave Airlie
2017-01-20
2
-0
/
+20
*
mesa: Add ARB_gpu_shader_int64 extension bits
Dave Airlie
2017-01-20
2
-0
/
+2
*
mapi: Add support for ARB_gpu_shader_int64.
Dave Airlie
2017-01-20
3
-0
/
+302
*
i965: Validate "Special Cases for Byte Operations"
Matt Turner
2017-01-20
2
-9
/
+150
*
i965: Validate "Region Alignment Rules"
Matt Turner
2017-01-20
2
-1
/
+697
*
i965: Validate "General Restrictions Based on Operand Types"
Matt Turner
2017-01-20
2
-0
/
+273
*
i965: Validate "General Restrictions on Regioning Parameters"
Matt Turner
2017-01-20
2
-0
/
+377
*
i965: Replace reg_type_size[] with a function.
Matt Turner
2017-01-20
3
-25
/
+75
*
i965: Validate math instruction sources.
Matt Turner
2017-01-20
2
-9
/
+23
*
i965: Claim that SEND/math has two sources.
Matt Turner
2017-01-20
1
-1
/
+8
*
i965: Simplify num_sources_from_inst().
Matt Turner
2017-01-20
1
-3
/
+1
*
i965: Factor out send_restrictions() function.
Matt Turner
2017-01-20
1
-12
/
+22
*
i965: Factor out sources_not_null() validation function.
Matt Turner
2017-01-20
1
-17
/
+23
*
i965: Structure code so unsupported inst will not generate more errors.
Matt Turner
2017-01-20
1
-2
/
+5
*
i965: Add a test for the EU assembly validator.
Matt Turner
2017-01-20
2
-0
/
+176
*
i965: Add a CHECK macro to call more complicated validation funcs.
Matt Turner
2017-01-20
1
-0
/
+9
*
i965: Make ERROR_IF usable from other functions.
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Mark error annotation on correct SIMD16 inst.
Matt Turner
2017-01-20
1
-2
/
+2
*
i965/vec4: Use UW-typed operands when dest is UW.
Matt Turner
2017-01-20
1
-4
/
+6
*
i965: Use W-typed immediate in brw_F32TO16().
Matt Turner
2017-01-20
1
-1
/
+1
*
i965: Don't change F->VF if dest type is DF.
Matt Turner
2017-01-20
1
-1
/
+2
*
st/mesa: ask pipe driver to recreate derived internal resources when (re-)bin...
Philipp Zabel
2017-01-20
1
-0
/
+4
*
mesa: update external textures when (re-)binding
Philipp Zabel
2017-01-20
1
-2
/
+3
[next]