index
:
~tpohjola/mesa
16_bit_gles
81828
96743
arb_texture_stencil8
b2b_with_surf_array
blorp_flat_inputs
blorp_flush
blorp_tex_upload
blorp_w_tiled_as_linear
daimler
dbg/blorp_push_const
debug-intel-aux-surfaces
depth_align_wa_for_arrayed
depth_state_cleanup
df_scalar_test
dump-isl-surf
ext_memory_object
fast_clear_vbo
fast_lod
fast_lod_isl
fastlod_isl_wip
foo
fp64
fp64_common
fp64_lower_df
fp64_lower_df_hsw
fp64_pack32x2
fp64_split
fp64_uniform
fp64_uniform_lower_df_uni
gen6_hiz_wip
gen6_no_hiz_mt
gen8_blorp
i965_isl
i965_isl_05062017
i965_isl_2017_1
i965_isl_rebase
icl
icl_dbg
icl_fcc
icl_fcc_2
img_ext_yuv420
import_rework
isl_depth_stencil_wip
jenkins
master
meta_with_blorp
meta_with_blorp_17042015
misc_wa
mordor_fix
mordor_rbc
multi_lod
no_frag_depth
non_comp_fast_clear
rbc
rbc_rebase_ben_hiz
release_aux_when_sharing
skl_bug
skl_hacks
stencil-texture
stencil_hack
stencil_meta_blit_wip
surf_state_refactor
uniform_tracking
uniform_updates_by_stage
vec4_pull_const_opt
vf_packing_dbg
y_only
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-25
i965: Stop aux data compare preventing program binary re-use
uniform_tracking
Topi Pohjolainen
1
-32
/
+20
2015-06-25
i965: Only write program to cache when it doesn't exist yet
Topi Pohjolainen
1
-7
/
+7
2015-06-25
i965: Rename brw_upload_item_data to brw_alloc_item_data
Topi Pohjolainen
1
-9
/
+10
2015-06-25
i965: Drop brw->depthstencil.stencil_offset from gen8_depth_state.c.
Kenneth Graunke
1
-5
/
+2
2015-06-25
nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).
Kenneth Graunke
1
-0
/
+1
2015-06-25
softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
Marek Olšák
2
-2
/
+2
2015-06-24
i965/bxt: Add basic Broxton infrastructure
Ben Widawsky
5
-0
/
+22
2015-06-24
radeon: Advertise correct GL_QUERY_COUNTER_BITS/GL_SAMPLES_PASSED value
Ian Romanick
1
-0
/
+23
2015-06-24
i965/fs_live_variables: Do liveness analysis bottom-to-top
Jason Ekstrand
1
-19
/
+19
2015-06-24
i965: Delete linked GLSL IR when using NIR.
Tapani Pälli
1
-1
/
+4
2015-06-24
glsl: clone inputs and outputs during linking
Tapani Pälli
1
-1
/
+3
2015-06-24
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
27
-55
/
+55
2015-06-24
i965: Transplant PIPE_CONTROL routines to brw_pipe_control
Chris Wilson
5
-314
/
+343
2015-06-24
nir: Use a switch statement for detecting move-like operations.
Kenneth Graunke
1
-6
/
+14
2015-06-24
svga: silence warnings about unexpected shader type
Brian Paul
1
-1
/
+3
2015-06-24
st/mesa: remove unneeded pipe_surface_release() in st_render_texture()
Brian Paul
1
-2
/
+0
2015-06-24
st/wgl: add stw_nopfuncs.h to the sources lists
Emil Velikov
1
-0
/
+1
2015-06-24
loader: move loader_open_device out of HAVE_LIBUDEV block
Julien Isorce
1
-18
/
+18
2015-06-24
winsys/radeon: reduce BO cache timeout
Grigori Goronzy
1
-1
/
+1
2015-06-24
winsys/radeon: align BO size to page size
Grigori Goronzy
1
-0
/
+6
2015-06-24
glsl: remove cross validation of interpolation qualifier with GLSL 4.40
Tapani Pälli
1
-1
/
+11
2015-06-23
i965: Fix whitespace error in gen8_depth_state.c
Kenneth Graunke
1
-1
/
+1
2015-06-23
i965: Don't count NIR instructions for shader-db.
Kenneth Graunke
1
-31
/
+0
2015-06-24
winsys/radeon: Unmap GPU VM address range when destroying BO
Michel Dänzer
3
-4
/
+29
2015-06-23
vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.
Eric Anholt
1
-2
/
+14
2015-06-23
vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER.
Eric Anholt
2
-2
/
+38
2015-06-23
vc4: Don't try to CSE color reads.
Eric Anholt
1
-1
/
+2
2015-06-23
vc4: Make a helper for TLB color writes, too.
Eric Anholt
2
-1
/
+2
2015-06-23
vc4: Pull the blending operation out to a separate function.
Eric Anholt
1
-38
/
+50
2015-06-23
vc4: Clarify size calculation for Z/S writes.
Eric Anholt
1
-1
/
+1
2015-06-23
vc4: Add an "args" temporary for RCL setup.
Eric Anholt
1
-24
/
+24
2015-06-23
vc4: Reuse (and extend) the packet.h sizes for dumping.
Eric Anholt
2
-51
/
+58
2015-06-23
vc4: Fix printfs for blit fallbacks.
Eric Anholt
1
-3
/
+3
2015-06-23
tgsi_to_nir: Fix translation of TXF on MSAA targets.
Eric Anholt
1
-2
/
+10
2015-06-23
i965/fs: Get rid of an unused variable in emit_barrier()
Jason Ekstrand
1
-2
/
+2
2015-06-23
i965: Remove the brw_context from the visitors
Jason Ekstrand
20
-79
/
+86
2015-06-23
i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag
Jason Ekstrand
3
-6
/
+12
2015-06-23
i965/vec4: Turn some _mesa_problem calls into asserts
Jason Ekstrand
1
-6
/
+3
2015-06-23
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
7
-23
/
+20
2015-06-23
i965/fs: Add a do_rep_send flag to run_fs
Jason Ekstrand
2
-5
/
+6
2015-06-23
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
16
-76
/
+79
2015-06-23
i965: Use a single index per shader for shader_time.
Jason Ekstrand
11
-104
/
+55
2015-06-23
i965: Add compiler options to brw_compiler
Jason Ekstrand
6
-46
/
+57
2015-06-23
i965/fs: Plumb compiler debug logging through brw_compiler
Jason Ekstrand
3
-4
/
+36
2015-06-23
i965/fs: Do the no16 perf logging directly in fs_visitor::no16()
Jason Ekstrand
1
-11
/
+2
2015-06-23
i965/fs: Make no16 non-variadic
Jason Ekstrand
2
-11
/
+5
2015-06-23
i965: Move INTEL_DEBUG variable parsing to screen creation time
Jason Ekstrand
4
-10
/
+11
2015-06-23
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
9
-11
/
+17
2015-06-23
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
11
-34
/
+51
2015-06-23
mesa: Add a va_args variant of _mesa_gl_debug().
Kenneth Graunke
2
-8
/
+30
[next]