index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
nine
/
surface9.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Add drirc option to use data_internal for dynamic textures
Axel Davy
2019-04-30
1
-1
/
+5
*
st/nine: Support internal compressed format for surfaces
Axel Davy
2019-04-30
1
-12
/
+15
*
st/nine: Refactor surface GetSystemMemPointer
Axel Davy
2019-04-30
1
-10
/
+12
*
st/nine: rename *_conversion to *_internal
Axel Davy
2019-04-30
1
-23
/
+23
*
st/nine: Optimize surface upload with conversion
Axel Davy
2019-04-30
1
-28
/
+27
*
st/nine: Enable debug info if NDEBUG is not set
Axel Davy
2019-01-26
1
-2
/
+2
*
st/nine: Immediately upload user provided textures
Axel Davy
2019-01-26
1
-0
/
+13
*
st/nine: Bind src not dst in nine_context_box_upload
Axel Davy
2018-12-23
1
-1
/
+1
*
st/nine: Check if format is DS before retrieving flags
Axel Davy
2018-09-25
1
-0
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+1
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-0
/
+2
*
st/nine: Resolve deadlock in surface/volume dtors when using csmt
Axel Davy
2017-03-26
1
-2
/
+8
*
st/nine: Flush pending commands if needed for surface9 changes
Axel Davy
2017-01-12
1
-0
/
+28
*
st/nine: Rework CreatePipeSurface
Axel Davy
2017-01-12
1
-19
/
+30
*
st/nine: Do not wait for DEFAULT lock for surfaces when we can
Axel Davy
2016-12-20
1
-1
/
+11
*
st/nine: Bind destination for surface/volume uploads
Axel Davy
2016-12-20
1
-0
/
+2
*
st/nine: Use nine_context_box_upload for surfaces
Axel Davy
2016-12-20
1
-32
/
+31
*
st/nine: Use nine_context_clear_render_target
Axel Davy
2016-12-20
1
-9
/
+2
*
st/nine: use get_pipe_acquire/release when possible
Axel Davy
2016-12-20
1
-3
/
+7
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-0
/
+1
*
st/nine: Create pipe_surfaces on resource creation.
Axel Davy
2016-12-20
1
-0
/
+9
*
st/nine: Access pipe_context via NineDevice9_GetPipe
Axel Davy
2016-12-20
1
-18
/
+26
*
st/nine: Silent warnings with guid_str
Axel Davy
2016-12-20
1
-0
/
+2
*
st/nine: Remove useless check in surface9 ctor
Axel Davy
2016-12-20
1
-4
/
+0
*
st/nine: Fix locking CubeTexture surfaces.
Axel Davy
2016-10-24
1
-0
/
+1
*
st/nine: Use align_calloc instead of align_malloc
Axel Davy
2016-10-24
1
-2
/
+2
*
st/nine: Fix possible segfault in surface ctor
Axel Davy
2016-10-13
1
-2
/
+2
*
st/nine: Implement MSAA quality levels
Patrick Rudolph
2016-10-10
1
-2
/
+15
*
st/nine: Switch {Set/Get/Free}PrivateData functions
Patrick Rudolph
2016-10-10
1
-3
/
+3
*
st/nine: Return device in NineSurface9_GetContainer
Patrick Rudolph
2016-10-10
1
-2
/
+10
*
st/nine: Allocate surface resources in surface ctor
Patrick Rudolph
2016-10-10
1
-20
/
+38
*
st/nine: Print interface id in NineSurface9_GetContainer
Patrick Rudolph
2016-10-10
1
-0
/
+5
*
st/nine: Move assert in NineSurface9_ctor
Patrick Rudolph
2016-10-10
1
-2
/
+2
*
st/nine: Allocate more space for ATI1
Patrick Rudolph
2016-10-10
1
-2
/
+0
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+2
*
st/nine: Improve logging
Patrick Rudolph
2016-05-18
1
-0
/
+2
*
st/nine: Add format fallback with conversion to surfaces
Axel Davy
2016-05-18
1
-1
/
+69
*
st/nine: Rework UpdateTexture Checks
Axel Davy
2016-05-18
1
-5
/
+20
*
st/nine: Align stack for entry points
Axel Davy
2016-02-12
1
-6
/
+6
*
st/nine: SCRATCH does support all formats
Axel Davy
2016-02-12
1
-1
/
+2
*
st/nine: Do not set resource usage for SYSTEMMEM
Axel Davy
2016-02-12
1
-7
/
+4
*
st/nine: Use align_free when needed
Axel Davy
2016-02-04
1
-1
/
+1
*
st/nine: Respect block alignment on surface lock
Patrick Rudolph
2016-02-04
1
-1
/
+1
*
st/nine: Fix ATI2 pitch for non-square
Axel Davy
2016-02-04
1
-2
/
+2
*
st/nine: Clear rendertarget on creation
Patrick Rudolph
2016-02-04
1
-0
/
+9
*
st/nine: Fix Lock Checks for Compressed textures
Axel Davy
2015-08-21
1
-4
/
+6
*
st/nine: Return NULL pointer in lock error cases
Patrick Rudolph
2015-08-21
1
-4
/
+7
*
st/nine: Allow lock coordinates outside range
Patrick Rudolph
2015-08-21
1
-6
/
+2
*
st/nine: Track dirty region for SYSTEMMEM too
Axel Davy
2015-08-21
1
-2
/
+2
[next]