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
/
mesa
/
drivers
/
dri
/
i965
/
intel_buffer_objects.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-3
/
+5
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-3
/
+3
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-1
/
+1
*
i965: Use BLORP for buffer object stall avoidance blits instead of BLT.
Kenneth Graunke
2017-08-30
1
-11
/
+11
*
i965: Always flush caches after blitting to a GL buffer object.
Kenneth Graunke
2017-08-30
1
-1
/
+3
*
i965: Fix whitespace issues in intel_buffer_objects.c.
Kenneth Graunke
2017-08-28
1
-31
/
+29
*
i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41
Kenneth Graunke
2017-08-12
1
-0
/
+2
*
i965: Prefer using streaming reads from WC mmaps
Chris Wilson
2017-08-04
1
-3
/
+15
*
i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.
Kenneth Graunke
2017-07-13
1
-2
/
+20
*
i965: Use async maps for BufferSubData to regions with no valid data.
Kenneth Graunke
2017-07-13
1
-1
/
+3
*
i965: Track a range of the buffer which contains valid data.
Kenneth Graunke
2017-07-13
1
-4
/
+37
*
i965: Add a "write" parameter to intel_bufferobj_buffer.
Kenneth Graunke
2017-07-13
1
-3
/
+3
*
i965: fix missing NULL return if allocation fails
Lionel Landwerlin
2017-07-13
1
-0
/
+1
*
i965: Don't use PREAD for glGetBufferSubData().
Kenneth Graunke
2017-07-11
1
-1
/
+10
*
i965: Use unsynchronized mappings for BufferSubData on non-LLC
Matt Turner
2017-06-06
1
-10
/
+6
*
i965: Make unsynchronized maps unsynchronized on non-LLC
Matt Turner
2017-06-06
1
-9
/
+2
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-11
/
+2
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-5
/
+11
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-11
/
+12
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-7
/
+7
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-31
/
+31
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
1
-44
/
+3
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-41
/
+41
*
i965: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
Revert "i965/wm: use proper API buffer size for the surfaces."
Ilia Mirkin
2016-01-05
1
-1
/
+0
*
i965/wm: use proper API buffer size for the surfaces.
Samuel Iglesias Gonsálvez
2016-01-04
1
-0
/
+1
*
i965: Implement DriverFlags.NewShaderStorageBuffer
Iago Toral Quiroga
2015-09-25
1
-0
/
+2
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-2
/
+2
*
i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.
Kenneth Graunke
2015-04-17
1
-5
/
+11
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-3
/
+3
*
i965: Rename intel_bufferobj_* functions to match GL and DD hooks.
Kenneth Graunke
2014-10-29
1
-65
/
+64
*
i965: Silence unused variable warning.
Matt Turner
2014-10-23
1
-2
/
+1
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-2
/
+2
*
i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified
Chris Forbes
2014-10-16
1
-0
/
+2
*
i965: Dirty state in BO reallocation based on usage history
Chris Forbes
2014-10-16
1
-1
/
+4
*
i965: Issue performance warnings on MapBufferRange stalls.
Kenneth Graunke
2014-10-13
1
-3
/
+4
*
i965: Add extra null check in intel_bufferobj_alloc()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+3
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-1
/
+1
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-1
/
+1
*
i965: Add support for GL_ARB_buffer_storage.
Eric Anholt
2014-03-14
1
-2
/
+7
*
i965: Always use CPU mappings for BOs on LLC platforms.
Eric Anholt
2014-03-14
1
-1
/
+1
*
i965: Drop the system-memory temporary allocations for flush explicit.
Eric Anholt
2014-03-14
1
-51
/
+52
*
i965: Switch mapping modes for non-explicit-flush blit-temporary maps.
Eric Anholt
2014-03-14
1
-3
/
+3
*
i965: Fix segfaults since the buffer_storage changes.
Eric Anholt
2014-02-25
1
-1
/
+1
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-43
/
+54
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-1
/
+4
[next]