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
/
gallium
/
state_trackers
/
nine
/
device9.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Implement Managed vertex/index buffers
Axel Davy
2016-02-12
1
-0
/
+11
*
st/nine: Align stack for entry points
Axel Davy
2016-02-12
1
-116
/
+116
*
st/nine: SCRATCH does support all formats
Axel Davy
2016-02-12
1
-1
/
+1
*
st/nine: Add format checks to create_zs_or_rt_surface
Axel Davy
2016-02-12
1
-0
/
+3
*
st/nine: Move texture creation checks
Axel Davy
2016-02-12
1
-13
/
+0
*
st/nine: Disallow non-argb8888 cursors
Axel Davy
2016-02-04
1
-0
/
+1
*
st/nine: Use fast clears more often for MRTs
Axel Davy
2016-02-04
1
-1
/
+1
*
st/nine: Add Render state validation layer
Axel Davy
2016-02-04
1
-13
/
+20
*
st/nine: Implement NineDevice9_GetAvailableTextureMem
Patrick Rudolph
2016-02-04
1
-5
/
+14
*
st/nine: Handle Window Occlusion
Patrick Rudolph
2016-02-04
1
-3
/
+16
*
st/nine: Store minor version num
Patrick Rudolph
2016-02-04
1
-3
/
+7
*
st/nine: Fix remaining swapchain tests
Patrick Rudolph
2016-02-04
1
-0
/
+3
*
st/nine: Fix crash NineDevice9_CreateAdditionalSwapChain
Axel Davy
2016-02-04
1
-0
/
+4
*
st/nine: Fix possible crash on error
Patrick Rudolph
2016-02-04
1
-1
/
+2
*
st/nine: Fix clear for multisample mismatch depth-stencil
Patrick Rudolph
2016-02-04
1
-5
/
+7
*
st/nine: Allow ColorFill on D3DFMT_NULL surfaces
Patrick Rudolph
2016-02-04
1
-0
/
+2
*
st/nine: Introduce STREAMFREQ state
Axel Davy
2016-02-04
1
-1
/
+3
*
st/nine: Catch redundant SetStreamSourceFreq calls
Axel Davy
2016-02-04
1
-0
/
+3
*
st/nine: Squash indexbuffer9 and vertexbuffer9
Patrick Rudolph
2016-02-04
1
-2
/
+2
*
st/nine: Use pipe_resource_reference for vtxbuf
Axel Davy
2016-02-04
1
-1
/
+2
*
st/nine: Use ff vertex shader when position_t is used
Axel Davy
2016-02-04
1
-3
/
+14
*
st/nine: Change StretchRect check order
Axel Davy
2016-02-04
1
-3
/
+4
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-3
/
+5
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-3
/
+3
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-3
/
+5
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
st/nine: Always use user constant buffers
Krzysztof Sobiecki
2015-08-21
1
-1
/
+3
*
st/nine: Catch setting the same shader
Axel Davy
2015-08-21
1
-0
/
+6
*
st/nine: Avoid Constant upload when there is no change
Axel Davy
2015-08-21
1
-0
/
+42
*
st/nine: Use CSO cache for sampler views
Axel Davy
2015-08-21
1
-3
/
+0
*
st/nine: Calculate dummy sampler state only once
Axel Davy
2015-08-21
1
-3
/
+18
*
st/nine: Programmable ps D3DTTSS_PROJECTED support
Axel Davy
2015-08-21
1
-0
/
+3
*
st/nine: Rework ff constant buffers
Axel Davy
2015-08-21
1
-0
/
+8
*
st/nine: Rework constant buffer state handling
Axel Davy
2015-08-21
1
-63
/
+6
*
st/nine: Improve fallback when driver doesn't support user buffers.
Axel Davy
2015-08-21
1
-17
/
+53
*
st/nine: Avoid useless updates in SetSamplerState
Axel Davy
2015-08-21
1
-5
/
+7
*
st/nine: Remove group_mask argument from nine_update_state
Axel Davy
2015-08-21
1
-7
/
+7
*
st/nine: Implement TEXBEM,TEXBEML and BEM
Tiziano Bacocco
2015-08-21
1
-1
/
+31
*
st/nine: Fix use of uninitialized values
Patrick Rudolph
2015-08-21
1
-1
/
+3
*
st/nine: Return correct error codes in NineDevice9_Reset
Patrick Rudolph
2015-08-21
1
-2
/
+2
*
st/nine: Impose restrictions on DXTN texture sizes
Axel Davy
2015-08-21
1
-0
/
+7
*
st/nine: Fix FillColor Flag check
Axel Davy
2015-08-21
1
-5
/
+2
*
st/nine: Fix StretchRect checks
Axel Davy
2015-08-21
1
-1
/
+5
*
st/nine: Implement EvictManagedResources
Axel Davy
2015-08-21
1
-4
/
+8
*
st/nine: Track managed textures
Axel Davy
2015-08-21
1
-0
/
+1
*
st/nine: Only update dirty rect for UpdateTexture
Axel Davy
2015-08-21
1
-8
/
+39
*
st/nine: Simplify NineVolume9_CopyVolume
Axel Davy
2015-08-21
1
-2
/
+2
*
st/nine: Split NineSurface9_CopySurface
Axel Davy
2015-08-21
1
-6
/
+75
*
gallium: Add blending to pipe blit
Christoph Bumiller
2015-08-21
1
-0
/
+1
*
st/nine: Revert to sw cursor in case of failure to set hw cursor
Axel Davy
2015-08-21
1
-2
/
+2
[next]