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
...
*
i965: fix is_zero(), is_one() and is_negative_one() for doubles
Connor Abbott
2016-05-10
1
-4
/
+24
*
i965: fix brw_negate_immediate() for doubles
Connor Abbott
2016-05-10
1
-2
/
+4
*
i965/eu: add support for DF immediates
Connor Abbott
2016-05-10
1
-7
/
+21
*
i965: add support for disassembling DF immediates
Connor Abbott
2016-05-10
1
-1
/
+1
*
i965: add support for getting/setting DF immediates
Connor Abbott
2016-05-10
1
-0
/
+25
*
i965: add brw_imm_df
Connor Abbott
2016-05-10
2
-0
/
+10
*
i965/eu: Allow 3-src float ops with doubles
Topi Pohjolainen
2016-05-10
1
-6
/
+18
*
i965/disasm: fix disasm of 3-src doubles
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965: Tell backend register about double precision type
Topi Pohjolainen
2016-05-10
1
-1
/
+2
*
i965: Determine size of double precision float register
Topi Pohjolainen
2016-05-10
1
-0
/
+1
*
i965: Lower DFRACEXP/DLDEXP
Topi Pohjolainen
2016-05-10
1
-0
/
+1
*
i965: use pack/unpackDouble lowering
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965: use double lowering pass
Connor Abbott
2016-05-10
2
-0
/
+10
*
freedreno/ir3: lower lrp when operating with double operands
Samuel Iglesias Gonsálvez
2016-05-10
1
-0
/
+1
*
i965: enable lrp lowering for doubles
Samuel Iglesias Gonsálvez
2016-05-10
1
-0
/
+1
*
st/glsl_to_tgsi: brown paper bag for the input offsets fix.
Dave Airlie
2016-05-10
1
-1
/
+1
*
glsl: check geometry output vertices limits.
Dave Airlie
2016-05-10
1
-0
/
+8
*
mesa/vbo: fix check for zero aliases with 2/10/10/10
Dave Airlie
2016-05-10
1
-1
/
+1
*
nir/print: Print memory qualifiers in a variable declaration
Eduardo Lima Mitev
2016-05-10
1
-0
/
+7
*
glsl: Apply memory qualifiers to vars inside named block interfaces
Eduardo Lima Mitev
2016-05-10
1
-7
/
+15
*
st/glsl_to_tgsi: handle offsets from inputs
Dave Airlie
2016-05-10
1
-0
/
+9
*
Revert "Revert "i965: Switch to scalar TCS by default.""
Kenneth Graunke
2016-05-09
1
-1
/
+1
*
i965: Actually assign binding table offsets for the TCS.
Kenneth Graunke
2016-05-09
1
-0
/
+5
*
i965: Clamp "Maximum VP Index" to 1 when gl_ViewportIndex isn't written.
Kenneth Graunke
2016-05-09
1
-3
/
+10
*
i965/hsw: Fix brw_store_data_imm*
Jordan Justen
2016-05-09
1
-10
/
+12
*
i965: Reimplement ARB_transform_feedback2 on Haswell and later.
Kenneth Graunke
2016-05-09
5
-12
/
+318
*
i965: Add a brw_load_register_reg64 helper.
Kenneth Graunke
2016-05-09
2
-0
/
+20
*
i965: Only enable ARB_query_buffer_object for newer kernels on Haswell.
Kenneth Graunke
2016-05-09
3
-1
/
+15
*
mesa/objectlabel: don't return info on genned but never bound textures.
Dave Airlie
2016-05-10
1
-1
/
+1
*
mesa: don't use genned but unnamed xfb objects.
Dave Airlie
2016-05-10
2
-1
/
+14
*
nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
Samuel Pitoiset
2016-05-09
1
-0
/
+5
*
mesa/compute: Fix indirect dispatch buffer size check on 32-bit systems
Jordan Justen
2016-05-09
1
-1
/
+1
*
freedreno/ir3: fix fallout from new block iterators
Rob Clark
2016-05-09
1
-1
/
+1
*
radeonsi: workaround for tesselation on SI
Nicolai Hähnle
2016-05-09
1
-0
/
+8
*
radeonsi: always allocate export memory for pixel shaders
Nicolai Hähnle
2016-05-09
1
-5
/
+10
*
radeonsi: expose performance counters as 64 bit
Nicolai Hähnle
2016-05-09
2
-16
/
+19
*
nir/search: fix typo
Rob Clark
2016-05-09
1
-1
/
+1
*
gallium: enable intel jitevents profiling
Tim Rowley
2016-05-09
1
-0
/
+9
*
swr: Add missing break in query switch statement.
Bruce Cherniak
2016-05-09
1
-0
/
+1
*
freedreno/ir3: allow for additional VS sysval inputs
Rob Clark
2016-05-09
1
-2
/
+5
*
r300g: add support for PIPE_FORMAT_x8R8G8B8_*
Marek Olšák
2016-05-09
2
-15
/
+77
*
Revert "i965: Always use Y-tiled buffers on SKL+"
Daniel Stone
2016-05-09
4
-30
/
+8
*
mesa/shader_query: add missing subroutines cases
Dave Airlie
2016-05-09
1
-0
/
+13
*
spirv: Fix structure splitting with per-vertex interface arrays.
Kenneth Graunke
2016-05-07
1
-1
/
+2
*
compiler: Add a C wrapper for glsl_type::without_array().
Kenneth Graunke
2016-05-07
2
-0
/
+7
*
radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)
Nicolai Hähnle
2016-05-07
1
-1
/
+3
*
radeonsi: fix some reported undefined left-shifts
Nicolai Hähnle
2016-05-07
1
-3
/
+3
*
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
2016-05-07
11
-3989
/
+3989
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
6
-8
/
+8
*
compiler/glsl: do not downcast list sentinel
Nicolai Hähnle
2016-05-07
1
-1
/
+4
[prev]
[next]