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
/
device9.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Reduce MaxSimultaneousTextures to 8
Axel Davy
2018-10-26
1
-4
/
+4
*
st/nine: Do not set unused states for stateblocks
Axel Davy
2018-10-26
1
-21
/
+3
*
st/nine: Fix aliasing states for stateblocks
Axel Davy
2018-10-26
1
-2
/
+1
*
st/nine: Never update device changed.* fields
Axel Davy
2018-10-26
1
-1
/
+3
*
st/nine: Mark transform matrices dirty for D3DSBT_ALL
Axel Davy
2018-10-26
1
-1
/
+12
*
st/nine: Remove two unused states.
Axel Davy
2018-10-26
1
-1
/
+1
*
st/nine: Split NINE_STATE_FF_OTHER
Axel Davy
2018-09-25
1
-2
/
+2
*
st/nine: Minor refactor of a few NINE_STATE_* flags
Axel Davy
2018-09-25
1
-1
/
+1
*
st/nine: Don't call SetCursor until a cursor is set
Axel Davy
2018-09-25
1
-1
/
+8
*
st/nine: Avoid redundant SetCursorPos calls
Axel Davy
2018-09-25
1
-0
/
+4
*
st/nine: Init cursor position at device creation
Axel Davy
2018-09-25
1
-2
/
+5
*
st/nine: Initialize manually cursor structure
Axel Davy
2018-09-25
1
-0
/
+4
*
st/nine: Print transform matrices in debug
Axel Davy
2018-09-25
1
-0
/
+14
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+2
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-1
/
+1
*
nine: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
1
-4
/
+0
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-1
/
+1
*
st/nine: Fix a regression and syntax cleanup
Axel Davy
2017-05-24
1
-1
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-13
/
+14
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-1
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-12
/
+14
*
st/nine: Fix user vertex data uploader with csmt
Axel Davy
2017-03-26
1
-8
/
+7
*
st/nine: Drop USER_INDEX_BUFFERS check
Mike Lothian
2017-02-25
1
-2
/
+1
*
st/nine: make use of common uploaders v4
Constantine Charlamov
2017-02-25
1
-41
/
+9
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
1
-2
/
+2
*
st/nine: Flush the queue at device dtor
Axel Davy
2017-01-12
1
-1
/
+6
*
st/nine: Process pending commands on Reset
Axel Davy
2017-01-12
1
-0
/
+1
*
st/nine: Remove duplicated checks
Axel Davy
2017-01-12
1
-2
/
+1
*
st/nine: Upload on secondary context for Draw*Up
Axel Davy
2016-12-20
1
-8
/
+15
*
st/nine: Implement new buffer upload path
Axel Davy
2016-12-20
1
-0
/
+6
*
st/nine: Add arguments to context's blit and copy_region
Axel Davy
2016-12-20
1
-6
/
+8
*
st/nine: Use nine_context_clear_render_target
Axel Davy
2016-12-20
1
-6
/
+1
*
st/nine: Optimize ColorFill
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Simplify ColorFill
Axel Davy
2016-12-20
1
-9
/
+1
*
st/nine: Add secondary pipe for device
Axel Davy
2016-12-20
1
-1
/
+3
*
st/nine: Track bindings for buffers
Axel Davy
2016-12-20
1
-2
/
+7
*
st/nine: Simplify the logic to bind textures
Axel Davy
2016-12-20
1
-10
/
+1
*
st/nine: Use nine_context for resource_copy_region
Patrick Rudolph
2016-12-20
1
-4
/
+2
*
st/nine: Use nine_context for blit
Patrick Rudolph
2016-12-20
1
-2
/
+3
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-9
/
+44
*
st/nine: Call GetPipe for implicit pipe usages
Axel Davy
2016-12-20
1
-0
/
+6
*
st/nine: Add struct nine_clipplane
Patrick Rudolph
2016-12-20
1
-1
/
+1
*
st/nine: Back swvp in nine_context
Axel Davy
2016-12-20
1
-1
/
+2
*
st/nine: Move Managed Pool handling out of nine_context
Axel Davy
2016-12-20
1
-0
/
+57
*
st/nine: Integrate nine_pipe_context_clear to nine_context_clear
Axel Davy
2016-12-20
1
-5
/
+2
*
st/nine: Move pipe and cso to nine_context
Axel Davy
2016-12-20
1
-16
/
+16
*
st/nine: Access pipe_context via NineDevice9_GetPipe
Axel Davy
2016-12-20
1
-3
/
+3
*
st/nine: Remove NineDevice9_GetCSO
Axel Davy
2016-12-20
1
-6
/
+0
*
st/nine: Track dirty state groups in nine_context
Axel Davy
2016-12-20
1
-1
/
+1
[next]