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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-07
12
-37
/
+74
|
\
|
*
i965/sf_state: Pull flat_enables out of prog_data
Jason Ekstrand
2016-04-06
4
-27
/
+5
|
*
i965/fs: Add a flat_inputs field to prog_data
Jason Ekstrand
2016-04-06
2
-0
/
+37
|
*
brw/device_info: Add a helper for getting a device name
Jason Ekstrand
2016-04-06
2
-0
/
+13
|
*
i965/fs_surface_builder: Mask signed integers after conversion
Jason Ekstrand
2016-04-06
1
-0
/
+18
|
*
i965/fs: Make the repclear shader support either a uniform or a flat input
Jason Ekstrand
2016-04-06
1
-5
/
+18
|
*
i965: Move get_hw_prim_for_gl_prim to brw_util.c
Jason Ekstrand
2016-04-06
2
-29
/
+28
|
*
drirc: add a workaround for blackness in Warsow
Marek Olšák
2016-04-06
1
-0
/
+8
|
*
i965/fs: Move the code for load/store_shared to emit_cs_intrinsic
Jason Ekstrand
2016-04-04
1
-76
/
+76
|
*
i965/nir: Provide a default LOD for buffer textures
Jason Ekstrand
2016-04-04
2
-0
/
+8
|
*
i965: Fix invalid pointer read in dead_control_flow_eliminate().
Kenneth Graunke
2016-04-04
1
-0
/
+4
|
*
i965: Make bblock_t::next and friends return NULL at sentinels.
Kenneth Graunke
2016-04-04
2
-1
/
+13
*
|
i965/fs: Use the scale helper in surface_builder
Jason Ekstrand
2016-04-07
1
-2
/
+2
*
|
i965/compiler: Remove a redundant declaration of brw_compiler_create
Jason Ekstrand
2016-04-04
1
-3
/
+0
*
|
i965/defines: Unconditionally define primitives
Jason Ekstrand
2016-04-04
1
-2
/
+0
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-04
5
-33
/
+38
|
\
|
|
*
i965/peephole_ffma: Only match a mul+add if none of the ops are exact
Jason Ekstrand
2016-04-04
1
-0
/
+11
|
*
i965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN/COS output range.
Kenneth Graunke
2016-04-04
4
-4
/
+36
|
*
i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
Kenneth Graunke
2016-04-04
1
-1
/
+2
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-04-01
22
-157
/
+215
|
\
|
|
*
i965: Add an implemnetation of nir_op_fquantize2f16
Jason Ekstrand
2016-04-01
2
-0
/
+53
|
*
i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.
Kenneth Graunke
2016-03-31
1
-4
/
+1
|
*
i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.
Kenneth Graunke
2016-03-31
2
-6
/
+18
|
*
i965: Don't add barrier deps for FB write messages.
Matt Turner
2016-03-30
1
-1
/
+2
|
*
i965: Add and use is_scheduling_barrier() function.
Matt Turner
2016-03-30
1
-4
/
+17
|
*
i965: Remove NOP insertion kludge in scheduler.
Matt Turner
2016-03-30
1
-20
/
+5
|
*
i965: Assert that an instruction is not inserted around itself.
Matt Turner
2016-03-30
1
-0
/
+4
|
*
i965: Relax restriction on scheduling last instruction.
Matt Turner
2016-03-30
1
-20
/
+3
|
*
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2016-03-30
2
-2
/
+3
|
*
Revert "i965: Don't add barrier deps for FB write messages."
Matt Turner
2016-03-30
1
-4
/
+3
|
*
i965: Simplify full scheduling-barrier conditions.
Matt Turner
2016-03-30
1
-27
/
+8
|
*
i965: Remove incorrect cycle estimates.
Matt Turner
2016-03-30
1
-10
/
+0
|
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
|
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
3
-7
/
+7
|
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
1
-1
/
+1
|
*
i965: Don't inline intel_batchbuffer_require_space().
Matt Turner
2016-03-30
2
-26
/
+28
|
*
meta: use _mesa_prepare_mipmap_levels()
Brian Paul
2016-03-29
1
-24
/
+8
|
*
xlib: add support for GLX_ARB_create_context
Brian Paul
2016-03-29
3
-0
/
+77
|
*
i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.
Kenneth Graunke
2016-03-29
1
-1
/
+5
|
*
Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."
Kenneth Graunke
2016-03-29
1
-6
/
+3
|
*
i965: Set address rounding bits for GL_NEAREST filtering as well.
Kenneth Graunke
2016-03-28
1
-3
/
+6
|
*
i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering.
Kenneth Graunke
2016-03-28
1
-3
/
+1
|
*
i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.
Kenneth Graunke
2016-03-28
2
-3
/
+22
|
*
i965: Whack UAV bit when FS discards and there are no color writes.
Kenneth Graunke
2016-03-28
1
-2
/
+7
|
*
mesa: optionally associate a gl_program to ATI_fragment_shader
Miklós Máté
2016-03-27
1
-0
/
+3
*
|
i965/peephole_ffma: Only match a mul+add if none of the ops are exact
Jason Ekstrand
2016-03-28
1
-0
/
+11
*
|
i965: Allow mul+add fusing again
Jason Ekstrand
2016-03-25
1
-1
/
+1
*
|
i965/vec4: Get rid of a stray predicate inverse in opquantizef16
Jason Ekstrand
2016-03-25
1
-1
/
+0
*
|
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-03-24
33
-181
/
+305
|
\
|
|
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
6
-12
/
+14
[next]