index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2017-01-09
7
-17
/
+248
|
\
|
*
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2016-12-24
2
-1
/
+12
|
*
i965/fs: Add unit tests for copy propagation pass.
Matt Turner
2016-12-24
2
-0
/
+211
|
*
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
2016-12-16
3
-15
/
+16
|
*
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
2016-12-14
1
-0
/
+2
|
*
i965: Allocate at least some URB space even when max_vertices = 0.
Kenneth Graunke
2016-12-14
1
-1
/
+7
*
|
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2016-11-25
5
-21
/
+13
|
\
\
|
|
/
|
*
i965/hsw: Set integer mode in sampling state for stencil texturing
Jordan Justen
2016-11-24
2
-18
/
+9
|
*
i965: Fix GS push inputs with enhanced layouts.
Kenneth Graunke
2016-11-24
1
-1
/
+1
|
*
i965: Fix compute shader crash.
Kenneth Graunke
2016-11-24
1
-1
/
+1
|
*
i965/gs: Allow primitive id to be a system value
Jason Ekstrand
2016-11-24
1
-1
/
+2
*
|
Revert "Add the RGBA8888 and RGBX8888 back to Intel screen config"
Chih-Wei Huang
2016-11-22
1
-2
/
+0
*
|
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2016-11-16
2
-1
/
+8
|
\
\
|
|
/
|
*
i965: Fix GPU hang related to multiple render targets and alpha testing
Anuj Phogat
2016-11-09
1
-0
/
+6
|
*
intel/blorp: Pass a brw_stage_prog_data to upload_shader
Jason Ekstrand
2016-11-09
1
-1
/
+2
*
|
HACK: i915: enable image external sampling
Mauro Rossi
2016-11-01
1
-0
/
+1
*
|
i915: add mock implementation of GL_OES_EGL_image_external (v2)
Mauro Rossi
2016-11-01
5
-0
/
+6
*
|
Add the RGBA8888 and RGBX8888 back to Intel screen config
Xu, Randy
2016-11-01
1
-0
/
+2
*
|
android: support swrast
WuZhen
2016-11-01
2
-3
/
+3
*
|
android: enable x86 asm and sse4 for x86 and x86_64
WuZhen
2016-11-01
1
-5
/
+0
*
|
android: a workaround for GL_INVALID_OPERATION (0x502) error
Chih-Wei Huang
2016-11-01
1
-0
/
+2
*
|
i915: Support Android RGBX8888 format for EGL generated images
Sean V Kelley
2016-11-01
3
-0
/
+4
|
/
*
i965/fs/generator: Don't use the address immediate for MOV_INDIRECT
Jason Ekstrand
2016-11-01
1
-28
/
+27
*
i965: Drop nir_inputs from fs_visitor.
Kenneth Graunke
2016-10-27
1
-1
/
+0
*
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
2016-10-27
5
-62
/
+12
*
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
2016-10-27
1
-0
/
+6
*
i965: Drop unnecessary switch statement in nir_setup_outputs()
Kenneth Graunke
2016-10-27
1
-12
/
+3
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
2
-2
/
+0
*
i965: fix subnr overflow in suboffset()
Iago Toral Quiroga
2016-10-19
1
-8
/
+5
*
i965: Fix gl_InvocationID in dual object GS where invocations == 1.
Kenneth Graunke
2016-10-17
1
-1
/
+4
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
7
-9
/
+5
*
i965: Enable OpenGL 4.5.
Kenneth Graunke
2016-10-14
2
-2
/
+2
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
1
-6
/
+6
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i965: Sort some extension names
Ian Romanick
2016-10-14
1
-3
/
+3
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
3
-6
/
+5
*
i965: solve cubemap negative x/y/z faces buffer offset issue in dEQP.
Xu,Randy
2016-10-11
1
-1
/
+3
*
i965: remove remaining tabs in brw_draw.c
Timothy Arceri
2016-10-06
1
-13
/
+13
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
10
-20
/
+39
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
6
-22
/
+34
*
i965: get outputs read from nir info
Timothy Arceri
2016-10-06
2
-2
/
+3
*
i965: remove remaining tabs in brw_wm.c
Timothy Arceri
2016-10-06
1
-44
/
+44
*
i965: get uses discard from nir info
Timothy Arceri
2016-10-06
1
-2
/
+4
*
i965: get uses texture gather from nir info
Timothy Arceri
2016-10-06
3
-9
/
+11
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
6
-17
/
+18
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
14
-50
/
+68
[next]