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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Add support for KHR_no_error flag
Grigori Goronzy
2017-07-14
5
-5
/
+18
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
11
-3
/
+42
*
mesa/marshal: fix glNamedBufferData with NULL data
Grigori Goronzy
2017-07-14
1
-4
/
+13
*
mesa/marshal: add marshalling for glClearBuffer*
Grigori Goronzy
2017-07-14
3
-5
/
+163
*
mesa/marshal: extract ClearBuffer helpers
Grigori Goronzy
2017-07-14
2
-29
/
+50
*
gallium/hud: use double values for all graphs
Christoph Haag
2017-07-14
3
-8
/
+14
*
Revert "etnaviv: add support for snorm textures"
Lucas Stach
2017-07-14
2
-7
/
+3
*
etnaviv: reset indexed rendering information when not rendering indexed
Wladimir J. van der Laan
2017-07-14
1
-1
/
+6
*
etnaviv: Use the correct LOG instruction on GC3000
Wladimir J. van der Laan
2017-07-14
3
-10
/
+59
*
etnaviv: flush source TS before resolve
Lucas Stach
2017-07-14
1
-0
/
+4
*
etnaviv: flush color cache and depth cache together before resolves
Philipp Zabel
2017-07-14
1
-9
/
+13
*
st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_create
Lucas Stach
2017-07-14
1
-0
/
+3
*
egl/wayland: Use MIN2 for wl_drm version
Daniel Stone
2017-07-14
1
-3
/
+1
*
egl/wayland: Fix whitespace damage
Daniel Stone
2017-07-14
1
-18
/
+20
*
util: Remove u_math from u_vector
Daniel Stone
2017-07-14
2
-1
/
+3
*
configure: only install khrplatform.h if needed
Eric Engestrom
2017-07-14
2
-0
/
+5
*
scons: split out check_header() helper
Eric Engestrom
2017-07-14
1
-3
/
+12
*
anv/pipeline: do not use BITFIELD64_BIT()
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
anv/pipeline: use unsigned long long constant to check enable vertex inputs
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
i965: Use pushed UBO data in the scalar backend.
Kenneth Graunke
2017-07-13
3
-1
/
+64
*
i965: Factor out push locations.
Kenneth Graunke
2017-07-13
2
-16
/
+25
*
i965: Push UBO data, but don't use it just yet.
Kenneth Graunke
2017-07-13
4
-8
/
+75
*
i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.
Kenneth Graunke
2017-07-13
1
-2
/
+20
*
i965: Stop re-uploading push constants after URB reconfiguration.
Kenneth Graunke
2017-07-13
2
-8
/
+7
*
i965: Separate uploading push constant data from the pointer packets.
Kenneth Graunke
2017-07-13
3
-34
/
+52
*
i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
Kenneth Graunke
2017-07-13
3
-0
/
+8
*
i965: Store per-stage push constant BO pointers.
Kenneth Graunke
2017-07-13
3
-3
/
+6
*
i965: Select ranges of UBO data to be uploaded as push constants.
Kenneth Graunke
2017-07-13
9
-0
/
+322
*
i965: Require a UBO offset alignment of 32 bytes.
Kenneth Graunke
2017-07-13
1
-1
/
+4
*
i965: Switch to absolute addressing for constant buffer 0.
Kenneth Graunke
2017-07-13
4
-0
/
+37
*
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
2
-4
/
+48
*
i965: Add a "write" parameter to intel_bufferobj_buffer.
Kenneth Graunke
2017-07-13
9
-19
/
+26
*
i965: Convert GS_STATE to genxml.
Rafael Antognolli
2017-07-13
5
-172
/
+54
*
i965: Prepare gs_state emitting code to include gen4-5.
Rafael Antognolli
2017-07-13
1
-13
/
+11
*
i965: Remove upload_gs_state_for_tf.
Rafael Antognolli
2017-07-13
4
-60
/
+16
*
i965: Convert BLEND_CONSTANT_COLOR state to genxml.
Rafael Antognolli
2017-07-13
3
-64
/
+27
*
i965: Convert CC state on gen4-5 to genxml.
Rafael Antognolli
2017-07-13
5
-284
/
+68
*
i965: Move color calc code around a bit.
Rafael Antognolli
2017-07-13
1
-8
/
+8
*
i965: Check for alpha channel just like in gen6+.
Rafael Antognolli
2017-07-13
1
-1
/
+4
*
i965: Make a helper function for blend entry related state.
Rafael Antognolli
2017-07-13
1
-81
/
+101
*
i965: Make a helper function for depth/stencil related state.
Kenneth Graunke
2017-07-13
1
-48
/
+65
*
aubinator: don't leak fd of opened aubfile
Lionel Landwerlin
2017-07-13
1
-0
/
+2
*
anv: don't use strcpy for copying strings
Lionel Landwerlin
2017-07-13
1
-1
/
+2
*
intel/compiler: no need to check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
i965: fix missing NULL return if allocation fails
Lionel Landwerlin
2017-07-13
1
-0
/
+1
*
intel/compiler: don't check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
*
i965: check pointer before dereferencing it
Lionel Landwerlin
2017-07-13
1
-7
/
+7
*
i965: map_gtt: check mapping address before adding offset
Lionel Landwerlin
2017-07-13
1
-1
/
+3
*
intel/compiler: remove check unsigned is >= 0
Lionel Landwerlin
2017-07-13
1
-1
/
+1
[next]