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: 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
*
freedreno/a4xx: rect textures
Rob Clark
2014-12-03
1
-3
/
+4
*
freedreno: update generated headers
Rob Clark
2014-12-03
5
-11
/
+34
*
freedreno: fix signed vs unsigned lols
Rob Clark
2014-12-03
1
-1
/
+1
*
gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.
José Fonseca
2014-12-03
1
-0
/
+4
*
glsl: throw error when using invariant(all) in a fragment shader
Tapani Pälli
2014-12-03
1
-1
/
+12
*
i965/skl: Fix SBE state upload code.
Ben Widawsky
2014-12-02
1
-1
/
+3
*
r600, llvm: Don't leak global symbol offsets
Jan Vesely
2014-12-02
1
-0
/
+1
*
i965: Avoid union literal, for old gcc compatibility.
Matt Turner
2014-12-02
1
-1
/
+2
*
i965: Remove tabs from instruction scheduler.
Matt Turner
2014-12-02
1
-98
/
+98
*
i965/vs: Set brw_vs_prog_key::clamp_vertex_color to 0 when irrelevant.
Kenneth Graunke
2014-12-02
1
-3
/
+8
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
5
-12
/
+12
*
i965/vs: Handle vertex color clamping in emit_urb_slot().
Kenneth Graunke
2014-12-02
2
-11
/
+13
*
i965: Use the enum type for gen6_gather_wa sampler key field.
Kenneth Graunke
2014-12-02
1
-7
/
+7
*
i965: Drop use of GL types in program keys.
Kenneth Graunke
2014-12-02
1
-23
/
+23
*
i965: Move program key structures to brw_program.h.
Kenneth Graunke
2014-12-02
5
-82
/
+103
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
34
-82
/
+4
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
34
-115
/
+137
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
33
-124
/
+124
*
i965: Remove "disable_derivative_optimization" driconf option.
Kenneth Graunke
2014-12-02
5
-21
/
+2
*
i965: Just return void from brw_try_draw_prims
Ian Romanick
2014-12-02
1
-5
/
+2
*
mesa: Use current Mesa coding style in check_valid_to_render
Ian Romanick
2014-12-02
1
-25
/
+24
*
mesa: Use unreachable instead of assert in check_valid_to_render
Ian Romanick
2014-12-02
1
-1
/
+1
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
3
-26
/
+21
*
mesa: Refactor common validation code to validate_DrawElements_common
Ian Romanick
2014-12-02
1
-125
/
+43
*
mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profile
Ian Romanick
2014-12-02
1
-1
/
+9
[next]