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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Query and store GPU properties from kernel
Ben Widawsky
2016-03-11
2
-1
/
+31
*
i965: Set a proper _BaseFormat for window system renderbuffers in ES.
Kenneth Graunke
2016-03-10
1
-1
/
+1
*
i965/hsw: Initialize SLM index in state register
Jordan Justen
2016-03-08
2
-0
/
+23
*
i965/compute: Skip SIMD8 generation if it can't be used
Jordan Justen
2016-03-08
1
-8
/
+12
*
i965/fs: Allow spilling for SIMD16 compute shaders
Jordan Justen
2016-03-08
3
-1
/
+14
*
i965/fs/nir: "surface_access::" prefix not needed
Alejandro Piñeiro
2016-03-08
1
-14
/
+10
*
i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomic
Alejandro Piñeiro
2016-03-08
1
-6
/
+5
*
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...
Alejandro Piñeiro
2016-03-08
3
-75
/
+23
*
i965/vec4: pass the correct src_sz to emit_send at emit_untyped_atomic
Alejandro Piñeiro
2016-03-08
1
-1
/
+1
*
i965/vec4: Propagate swizzles correctly during copy propagation.
Francisco Jerez
2016-03-06
1
-66
/
+59
*
i965: Don't try copy propagation if constant propagation succeeded.
Francisco Jerez
2016-03-06
2
-4
/
+2
*
i965/vec4: Use swizzle() to swizzle immediates during constant propagation.
Francisco Jerez
2016-03-06
1
-18
/
+1
*
i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().
Francisco Jerez
2016-03-06
3
-3
/
+54
*
i965: Pass symbolic swizzle to brw_swizzle() as a single argument.
Francisco Jerez
2016-03-06
4
-20
/
+16
*
i965: Only magnify depth for 3D textures, not array textures.
Kenneth Graunke
2016-03-04
1
-1
/
+1
*
i965/vec4: add opportunistic behaviour to opt_vector_float()
Juan A. Suarez Romero
2016-03-04
2
-21
/
+43
*
i965/fs: Optimize float conversions of byte/word extract.
Matt Turner
2016-03-04
2
-0
/
+48
*
i965: Set MaxFramebufferWidth/Height to 16384, not viewport.
Kenneth Graunke
2016-03-03
1
-2
/
+2
*
i965: Enable the ARB_internalformat_query2 extension
Antia Puentes
2016-03-03
1
-0
/
+1
*
i965/formatquery: Add support for INTERNALFORMAT_PREFERRED query
Eduardo Lima Mitev
2016-03-03
1
-0
/
+73
*
i965/formatquery: Respond queries SAMPLES and NUM_SAMPLE_COUNTS
Eduardo Lima Mitev
2016-03-03
3
-4
/
+15
*
i965: Move brw_query_samples_for_format() to brw_queryformat.c
Eduardo Lima Mitev
2016-03-03
3
-38
/
+41
*
i965: Add boilerplate function for QueryInternalFormat driver hook
Eduardo Lima Mitev
2016-03-03
4
-0
/
+52
*
meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2016-03-02
2
-2
/
+1
*
i965/gen6/gs: Replace V-immediate with VF-immediate.
Matt Turner
2016-03-02
1
-5
/
+5
*
i965: set ctx->Const.MaxViewport{Width,Height} to 32k
Samuel Iglesias Gonsálvez
2016-03-02
1
-0
/
+5
*
mesa: Remove EmitCondCodes.
Matt Turner
2016-03-01
1
-1
/
+0
*
i965/meta: Don't pollute the framebuffer namespace
Ian Romanick
2016-03-01
3
-27
/
+33
*
i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebuffer
Ian Romanick
2016-03-01
3
-8
/
+25
*
i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
Ian Romanick
2016-03-01
3
-4
/
+4
*
i965: Push most TES inputs in vec4 mode.
Kenneth Graunke
2016-02-29
2
-34
/
+54
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
1
-1
/
+1
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-1
/
+2
*
i965/cfg: Fix comment list punctuation
Ian Romanick
2016-02-26
1
-1
/
+1
*
i965/cfg: Split out dead control flow paths to simplify both paths
Ian Romanick
2016-02-26
1
-55
/
+38
*
i965/cfg: Don't handle fully empty if/else/endif
Ian Romanick
2016-02-26
1
-10
/
+4
*
i965/cfg: Eliminate an empty then-branch of an if/else/endif
Ian Romanick
2016-02-26
1
-0
/
+14
*
i965/cfg: Track prev_block and prev_inst explicitly in the whole function
Ian Romanick
2016-02-26
1
-5
/
+7
*
i965/cfg: Slightly rearrange dead_control_flow_eliminate
Ian Romanick
2016-02-26
1
-56
/
+57
*
i965: Simplify brw_nir_lower_vue_inputs() slightly.
Kenneth Graunke
2016-02-26
1
-11
/
+6
*
i965: Avoid recalculating the normal VUE map for IO lowering.
Kenneth Graunke
2016-02-26
4
-51
/
+30
*
i965: Avoid recalculating the tessellation VUE map for IO lowering.
Kenneth Graunke
2016-02-26
4
-26
/
+25
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
7
-93
/
+33
*
i965: Split brw_nir_lower_inputs/outputs into per-stage functions.
Kenneth Graunke
2016-02-26
1
-130
/
+174
*
i965: Remove catch-all nir_lower_io call with specific cases.
Kenneth Graunke
2016-02-26
1
-1
/
+4
*
i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.
Kenneth Graunke
2016-02-26
1
-1
/
+3
*
i965: Always do NIR IO lowering at specialization time.
Kenneth Graunke
2016-02-26
2
-8
/
+1
*
i965: Make an is_scalar boolean in brw_compile_gs().
Kenneth Graunke
2016-02-26
1
-4
/
+4
*
i965/nir: Do lower_io late for fragment shaders
Jason Ekstrand
2016-02-26
2
-1
/
+3
*
i965: Set dest type to UW for several send messages
Jordan Justen
2016-02-26
2
-2
/
+5
[next]