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_syncobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
2016-10-05
1
-300
/
+0
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
1
-35
/
+35
*
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
2016-10-05
1
-2
/
+12
*
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
1
-1
/
+0
*
i965: store reference to the context within struct brw_fence (v2)
Emil Velikov
2016-07-20
1
-11
/
+44
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-1
/
+1
*
i965/sync: Implement DRI2_Fence extension
Chad Versace
2015-05-07
1
-39
/
+152
*
i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Chad Versace
2015-05-07
1
-21
/
+31
*
i965/sync: Return NULL when calloc fails
Chad Versace
2015-05-07
1
-0
/
+2
*
i965/sync: Don't crash when deleting sync object
Chad Versace
2015-05-07
1
-1
/
+3
*
i965: Fix uint64_t overflow in intel_client_wait_sync()
Kristian Høgsberg
2015-03-04
1
-0
/
+8
*
i965: Drop unused simple_list.h includes.
Kenneth Graunke
2013-10-21
1
-1
/
+0
*
i965: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
1
-1
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+2
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+124
*
intel: Add support for ARB_sync.
Eric Anholt
2009-09-03
1
-0
/
+1