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
...
*
glsl: Add a foreach_in_list_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+6
*
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
2015-01-23
1
-4
/
+8
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
3
-13
/
+13
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
2
-2
/
+8
*
nir: When asked to print with a NULL state, just use bare variable names.
Eric Anholt
2015-01-23
1
-6
/
+16
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
3
-0
/
+188
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
4
-9
/
+25
*
nir: Add algebraic optimizations for division and reciprocal.
Kenneth Graunke
2015-01-23
1
-0
/
+5
*
nir: Add algebraic optimizations for exponential/logarithmic functions.
Kenneth Graunke
2015-01-23
1
-0
/
+10
*
nir: Add algebraic optimizations for simplifying comparisons.
Kenneth Graunke
2015-01-23
1
-0
/
+9
*
nir: Add algebraic optimizations for pointless shifts.
Kenneth Graunke
2015-01-23
1
-0
/
+7
*
nir: Add a bunch of algebraic optimizations on logic/bit operations.
Kenneth Graunke
2015-01-23
1
-0
/
+13
*
nir: Implement CSE on intrinsics that can be eliminated and reordered.
Kenneth Graunke
2015-01-23
1
-2
/
+38
*
nir: Pull nir_instr_can_cse()'s SSA checks out of the switch.
Kenneth Graunke
2015-01-23
1
-2
/
+6
*
i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.
Kenneth Graunke
2015-01-23
1
-0
/
+32
*
i965/nir: Print NIR on INTEL_DEBUG=fs.
Kenneth Graunke
2015-01-23
1
-0
/
+11
*
i965/nir: Do optimizations again just before lowering source mods.
Kenneth Graunke
2015-01-23
1
-13
/
+21
*
loader: Remove NEED_OPENGL_COMMON check.
Matt Turner
2015-01-23
1
-2
/
+0
*
mesa: Build with subdir-objects.
Matt Turner
2015-01-23
5
-573
/
+562
*
glsl: Build a libglsl_util library.
Matt Turner
2015-01-23
2
-17
/
+23
*
mapi: Build with subdir-objects.
Matt Turner
2015-01-23
4
-99
/
+53
*
mapi: Remove vgapi from SUBDIRS.
Matt Turner
2015-01-23
1
-3
/
+5
*
mesa: Drop inclusion of glapi_gen.mk.
Matt Turner
2015-01-23
1
-5
/
+1
*
glsl: Build with subdir-objects.
Matt Turner
2015-01-23
3
-190
/
+188
*
nir: Add headers to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
nir: Add nir_{opt_,}algebraic.py to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
mesa: Add format_{un,}pack.py to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
mesa: Remove pack_tmp.h from sources.
Matt Turner
2015-01-23
1
-1
/
+0
*
nir: add generated file to .gitignore
Connor Abbott
2015-01-23
1
-0
/
+1
*
i965: Fix min_vs_entries for CHV
Ville Syrjälä
2015-01-23
1
-1
/
+1
*
i965: Fix max_wm_threads for CHV
Ville Syrjälä
2015-01-23
1
-1
/
+1
*
glsl: fix stale comment
Connor Abbott
2015-01-23
1
-5
/
+4
*
i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversion
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
4
-7
/
+5
*
st/nine: Correctly handle when ff vs should have no texture coord input/output
Axel Davy
2015-01-22
1
-11
/
+20
*
st/nine: Change comment relating to vertex shader inputs not matching declara...
Axel Davy
2015-01-22
1
-5
/
+6
*
st/nine: Allocate vs constbuf buffer for indirect addressing once.
Axel Davy
2015-01-22
3
-5
/
+6
*
st/nine: Allocate the correct size for the user constant buffer
Axel Davy
2015-01-22
3
-7
/
+8
*
st/nine: Add variables containing the size of the constant buffers
Axel Davy
2015-01-22
3
-6
/
+10
*
st/nine: Fix sm3 relative addressing for non-debug build
Axel Davy
2015-01-22
1
-4
/
+0
*
st/nine: Remove unused code for ps
Axel Davy
2015-01-22
3
-40
/
+15
*
st/nine: Correct rules for relative adressing and constants.
Axel Davy
2015-01-22
1
-6
/
+8
*
st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
Axel Davy
2015-01-22
1
-3
/
+36
*
st/nine: Implement TEXDP3TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: Implement TEXDP3
Axel Davy
2015-01-22
1
-1
/
+11
*
st/nine: Implement TEXDEPTH
Axel Davy
2015-01-22
1
-1
/
+22
*
st/nine: Implement TEXM3x3SPEC
Axel Davy
2015-01-22
1
-1
/
+38
*
st/nine: Implement TEXM3x2TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: implement TEXM3x2DEPTH
Axel Davy
2015-01-22
1
-1
/
+26
*
st/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
Axel Davy
2015-01-22
1
-17
/
+36
[prev]
[next]