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-23
i965: Replace some instances of brw->gen with devinfo->gen
Jason Ekstrand
2
-6
/
+6
2015-06-23
i965: Initialize backend_shader::mem_ctx in its constructor.
Matt Turner
4
-5
/
+5
2015-06-23
i965: Assert that the GL primitive isn't out of range.
Matt Turner
1
-1
/
+3
2015-06-23
i965/cfg: Assert that cur_do/while/if pointers are non-NULL.
Matt Turner
1
-0
/
+2
2015-06-23
mesa: Delete unused ICEIL().
Matt Turner
1
-32
/
+0
2015-06-23
i965/fs: Don't mess up stride for uniform integer multiplication.
Matt Turner
1
-4
/
+16
2015-06-23
egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals
Boyan Ding
1
-5
/
+0
2015-06-23
i965/gen9: Don't use encrypted MOCS
Ben Widawsky
1
-2
/
+2
2015-06-23
nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data
Ilia Mirkin
4
-0
/
+4
2015-06-23
nvc0: always put all tfb bufs into bufctx
Ilia Mirkin
1
-3
/
+4
2015-06-23
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
1
-1
/
+1
2015-06-23
android: egl: do not link against libglapi
Emil Velikov
1
-1
/
+0
2015-06-23
gbm: do not (over)link against libglapi.so
Emil Velikov
1
-1
/
+2
2015-06-23
gbm: dlopen libglapi so gbm_create_device works
Frank Henigman
1
-0
/
+8
2015-06-23
configure: drop unused variable GBM_BACKEND_DIRS
Emil Velikov
1
-1
/
+0
2015-06-23
configure: error out when building libEGL without shared-glapi
Emil Velikov
1
-0
/
+3
2015-06-23
configure: error out when building backend-less libEGL
Emil Velikov
1
-2
/
+6
2015-06-23
drivers/x11: drop unneeded HAVE_X11_DRIVER check
Emil Velikov
1
-2
/
+0
2015-06-23
configure: allow building shared-glapi powered libgl-xlib
Emil Velikov
1
-6
/
+0
2015-06-23
targets/libgl-xlib: fix the build against shared_glapi
Emil Velikov
1
-0
/
+7
2015-06-23
drivers/x11: fix the build against shared_glapi
Emil Velikov
1
-0
/
+7
2015-06-23
configure: warn about shared_glapi & xlib-glx only when both are set
Emil Velikov
1
-1
/
+1
2015-06-23
glapi: remap_helper.py: remove unused argument 'es'
Emil Velikov
1
-8
/
+0
2015-06-23
glapi: gl_table.py: remove unused variable 'es'
Emil Velikov
1
-49
/
+8
2015-06-23
egl: Use the loader_open_device() helper to do open with CLOEXEC
Derek Foreman
4
-32
/
+6
2015-06-23
glx: Use loader_open_device() helper
Derek Foreman
1
-9
/
+1
2015-06-23
loader: Rename drm_open_device() to loader_open_device() and share it
Derek Foreman
2
-3
/
+6
2015-06-23
egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak
Derek Foreman
1
-1
/
+1
2015-06-23
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
Jose Fonseca
1
-0
/
+1
2015-06-23
glsl: Specify the shader stage in linker errors due to too many in/outputs.
Jose Fonseca
1
-4
/
+8
2015-06-23
docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces.
Dave Airlie
1
-2
/
+2
2015-06-23
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
5
-3
/
+14
2015-06-23
draw/tgsi: implement geom shader invocation support.
Dave Airlie
4
-18
/
+34
2015-06-23
tgsi: handle indirect sampler arrays. (v2)
Dave Airlie
1
-4
/
+38
2015-06-22
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
Kenneth Graunke
1
-1
/
+3
2015-06-22
i965: Add and fix comments in brw_vue_map.c.
Kenneth Graunke
1
-1
/
+13
2015-06-22
i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
Kenneth Graunke
3
-102
/
+137
2015-06-22
i965/gen9: Implement Push Constant Buffer workaround
Ben Widawsky
1
-7
/
+41
2015-06-22
mesa: use _mesa_lookup_enum_by_nr() in print_array()
Brian Paul
1
-4
/
+4
2015-06-22
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
Chia-I Wu
11
-87
/
+91
2015-06-22
ilo: align vertex buffer size in buf_create()
Chia-I Wu
2
-19
/
+20
2015-06-22
ilo: move ilo_format.[ch] out of core
Chia-I Wu
5
-8
/
+8
2015-06-22
ilo: add ilo_state_surface_valid_format()
Chia-I Wu
4
-284
/
+364
2015-06-22
ilo: add ilo_state_vf_valid_element_format()
Chia-I Wu
3
-124
/
+132
2015-06-22
nvc0: use NV_VRAM_DOMAIN() macro
Alexandre Courbot
11
-22
/
+27
2015-06-22
nouveau: support for custom VRAM domains
Alexandre Courbot
2
-0
/
+14
2015-06-22
ilo: add ilo_state_compute
Chia-I Wu
8
-92
/
+586
2015-06-22
r600g: ignore sampler views for now.
Dave Airlie
1
-0
/
+1
2015-06-21
freedreno/ir3: pass sz to split_dest()
Rob Clark
2
-5
/
+7
2015-06-21
freedreno/ir3/nir: add more opcodes
Rob Clark
1
-1
/
+8
[prev]
[next]