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
...
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
7
-2
/
+12
*
vc4: Try swapping the regfile A to B to pair instructions.
Eric Anholt
2014-12-05
1
-2
/
+62
*
vc4: Allow pairing of some instructions that disagree about the WS bit.
Eric Anholt
2014-12-05
1
-1
/
+47
*
configure.ac: Replace contraction to fix syntax highlighting.
Matt Turner
2014-12-05
1
-1
/
+1
*
i965/gs: Avoid DW * DW mul
Ben Widawsky
2014-12-05
1
-2
/
+6
*
vc4: Add separate write-after-read dependency tracking for pairing.
Eric Anholt
2014-12-05
1
-20
/
+58
*
vc4: Fix inverted priority of instructions for QPU scheduling.
Eric Anholt
2014-12-05
1
-10
/
+10
*
vc4: Refuse to merge two ops that both access shared functions.
Eric Anholt
2014-12-05
3
-36
/
+55
*
vc4: Allow dead code elimination of color reads.
Eric Anholt
2014-12-05
1
-1
/
+1
*
vc4: Add a debug flag for waiting for sync on submit.
Eric Anholt
2014-12-05
3
-0
/
+11
*
i965/fs: Move brw_file_from_reg() higher in the file.
Matt Turner
2014-12-05
1
-14
/
+14
*
i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
Matt Turner
2014-12-05
2
-72
/
+70
*
i965: Use ~0 to represent true on all generations.
Matt Turner
2014-12-05
5
-102
/
+120
*
i965: Change the type of booleans to D.
Matt Turner
2014-12-05
3
-25
/
+25
*
i965/fs: Add a negate() function.
Matt Turner
2014-12-05
1
-0
/
+8
*
i965/vec4: Don't DCE flag-writing insts because dest was unused.
Matt Turner
2014-12-05
1
-1
/
+1
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
6
-1
/
+13
*
glsl: Optimize scalar all_equal/any_nequal into equal/nequal.
Matt Turner
2014-12-05
1
-0
/
+10
*
mesa: Ensure stack is realigned on x86.
José Fonseca
2014-12-05
1
-0
/
+3
*
util/primconvert: Avoid point arithmetic; apply offset on all cases.
José Fonseca
2014-12-05
1
-1
/
+2
*
util/primconvert: take ib offset into account
Ilia Mirkin
2014-12-05
1
-1
/
+1
*
util/primconvert: support instanced rendering
Ilia Mirkin
2014-12-05
1
-0
/
+2
*
util/primconvert: pass index bias through
Ilia Mirkin
2014-12-05
1
-0
/
+1
*
i965: Compute VS attribute WA bits earlier and check if they changed.
Kenneth Graunke
2014-12-04
4
-37
/
+57
*
egl/dri2: Log a warning if no platforms are enabled.
Matt Turner
2014-12-04
1
-0
/
+1
*
i965: Drop BRW_NEW_VERTEX_PROGRAM and _NEW_TRANSFORM from Gen4 VS state.
Kenneth Graunke
2014-12-04
1
-3
/
+2
*
i965: Drop BRW_NEW_VERTEX_PROGRAM from Gen7+ 3DSTATE_VS atoms.
Kenneth Graunke
2014-12-04
2
-2
/
+0
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
11
-43
/
+18
*
i965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader too.
Kenneth Graunke
2014-12-04
4
-4
/
+4
*
i965: Move PSCDEPTH calculations from draw time to compile time.
Kenneth Graunke
2014-12-04
6
-52
/
+40
*
freedreno/a4xx: unify vertex/texture formats into a single table
Rob Clark
2014-12-04
1
-299
/
+180
*
freedreno/a4xx: fd4_util -> fd4_format
Rob Clark
2014-12-04
15
-15
/
+15
*
freedreno: update generated headers / a4xx fmt rename
Rob Clark
2014-12-04
6
-124
/
+124
*
i965: Add var->location != -1 assertions.
Kenneth Graunke
2014-12-03
2
-0
/
+3
*
i965/fs: Don't offset uniform registers in half().
Matt Turner
2014-12-03
1
-0
/
+4
*
freedreno/a4xx: frag-depth fixes
Rob Clark
2014-12-03
2
-18
/
+24
*
linker: Assign varying locations geometry shader inputs for SSO
Ian Romanick
2014-12-03
1
-0
/
+15
*
linker: Wrap access of producer_var with a NULL check
Ian Romanick
2014-12-03
1
-3
/
+5
*
st/xvmc: Fix compiler warnings
Jan Vesely
2014-12-03
3
-6
/
+6
*
st/nine: Fix vertex declarations for non-standard (usage/index)
Axel Davy
2014-12-03
7
-108
/
+89
*
st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...
Axel Davy
2014-12-03
1
-60
/
+52
*
st/nine: Queries: Always return D3D_OK when issuing with D3DISSUE_BEGIN
Axel Davy
2014-12-03
1
-1
/
+6
*
st/nine: Queries: always succeed for D3DQUERYTYPE_TIMESTAMP when flushing
Axel Davy
2014-12-03
1
-0
/
+3
*
st/nine: Queries: allow app to call GetData without Issuing first
Axel Davy
2014-12-03
1
-4
/
+9
*
st/nine: Queries: Fix D3DISSUE_END behaviour.
Axel Davy
2014-12-03
1
-4
/
+6
*
st/nine: Queries: return S_FALSE instead of INVALIDCALL when in building quer...
Axel Davy
2014-12-03
1
-1
/
+4
*
st/nine: Queries: Use gallium caps to get if queries are supported. (v2)
Axel Davy
2014-12-03
3
-23
/
+24
*
st/nine: Queries: Remove flush logic
Axel Davy
2014-12-03
2
-9
/
+5
*
st/nine: Queries: remove dummy queries
Axel Davy
2014-12-03
2
-94
/
+12
*
freedreno/a3xx: implement anisotropic filtering
Ilia Mirkin
2014-12-03
1
-4
/
+6
[prev]
[next]