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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
configure: error out when building backend-less libEGL
Emil Velikov
2015-06-23
1
-2
/
+6
*
drivers/x11: drop unneeded HAVE_X11_DRIVER check
Emil Velikov
2015-06-23
1
-2
/
+0
*
configure: allow building shared-glapi powered libgl-xlib
Emil Velikov
2015-06-23
1
-6
/
+0
*
targets/libgl-xlib: fix the build against shared_glapi
Emil Velikov
2015-06-23
1
-0
/
+7
*
drivers/x11: fix the build against shared_glapi
Emil Velikov
2015-06-23
1
-0
/
+7
*
configure: warn about shared_glapi & xlib-glx only when both are set
Emil Velikov
2015-06-23
1
-1
/
+1
*
glapi: remap_helper.py: remove unused argument 'es'
Emil Velikov
2015-06-23
1
-8
/
+0
*
glapi: gl_table.py: remove unused variable 'es'
Emil Velikov
2015-06-23
1
-49
/
+8
*
egl: Use the loader_open_device() helper to do open with CLOEXEC
Derek Foreman
2015-06-23
4
-32
/
+6
*
glx: Use loader_open_device() helper
Derek Foreman
2015-06-23
1
-9
/
+1
*
loader: Rename drm_open_device() to loader_open_device() and share it
Derek Foreman
2015-06-23
2
-3
/
+6
*
egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak
Derek Foreman
2015-06-23
1
-1
/
+1
*
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
Jose Fonseca
2015-06-23
1
-0
/
+1
*
glsl: Specify the shader stage in linker errors due to too many in/outputs.
Jose Fonseca
2015-06-23
1
-4
/
+8
*
docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces.
Dave Airlie
2015-06-23
1
-2
/
+2
*
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
2015-06-23
5
-3
/
+14
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
4
-18
/
+34
*
tgsi: handle indirect sampler arrays. (v2)
Dave Airlie
2015-06-23
1
-4
/
+38
*
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
Kenneth Graunke
2015-06-22
1
-1
/
+3
*
i965: Add and fix comments in brw_vue_map.c.
Kenneth Graunke
2015-06-22
1
-1
/
+13
*
i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
Kenneth Graunke
2015-06-22
3
-102
/
+137
*
i965/gen9: Implement Push Constant Buffer workaround
Ben Widawsky
2015-06-22
1
-7
/
+41
*
mesa: use _mesa_lookup_enum_by_nr() in print_array()
Brian Paul
2015-06-22
1
-4
/
+4
*
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
Chia-I Wu
2015-06-22
11
-87
/
+91
*
ilo: align vertex buffer size in buf_create()
Chia-I Wu
2015-06-22
2
-19
/
+20
*
ilo: move ilo_format.[ch] out of core
Chia-I Wu
2015-06-22
5
-8
/
+8
*
ilo: add ilo_state_surface_valid_format()
Chia-I Wu
2015-06-22
4
-284
/
+364
*
ilo: add ilo_state_vf_valid_element_format()
Chia-I Wu
2015-06-22
3
-124
/
+132
*
nvc0: use NV_VRAM_DOMAIN() macro
Alexandre Courbot
2015-06-22
11
-22
/
+27
*
nouveau: support for custom VRAM domains
Alexandre Courbot
2015-06-22
2
-0
/
+14
*
ilo: add ilo_state_compute
Chia-I Wu
2015-06-22
8
-92
/
+586
*
r600g: ignore sampler views for now.
Dave Airlie
2015-06-22
1
-0
/
+1
*
freedreno/ir3: pass sz to split_dest()
Rob Clark
2015-06-21
2
-5
/
+7
*
freedreno/ir3/nir: add more opcodes
Rob Clark
2015-06-21
1
-1
/
+8
*
freedreno/ir3: only unminify txf coords on a3xx
Rob Clark
2015-06-21
1
-1
/
+9
*
freedreno: remove int sampler shader variants
Rob Clark
2015-06-21
8
-104
/
+7
*
freedreno/ir3: block reshuffling and loops!
Rob Clark
2015-06-21
10
-126
/
+1025
*
freedreno/ir3: a4xx encodes larger immed offset
Rob Clark
2015-06-21
4
-7
/
+21
*
freedreno/ir3: simplify find_neighbors stop condition
Rob Clark
2015-06-21
1
-17
/
+1
*
freedreno/ir3: move inputs/outputs to shader
Rob Clark
2015-06-21
12
-176
/
+160
*
freedreno/ir3/ra: use register_allocate
Rob Clark
2015-06-21
6
-481
/
+590
*
freedreno/ir3: introduce ir3_compiler object
Rob Clark
2015-06-21
12
-31
/
+90
*
freedreno/ir3: dump nocp option
Rob Clark
2015-06-21
3
-8
/
+0
*
freedreno/ir3: silence warnings
Rob Clark
2015-06-21
1
-1
/
+10
*
freedreno/ir3: remove tgsi f/e
Rob Clark
2015-06-21
12
-3957
/
+25
*
freedreno/ir3/sched: convert to priority queue
Rob Clark
2015-06-21
4
-229
/
+242
*
freedreno/ir3: use standard list implementation
Rob Clark
2015-06-21
8
-209
/
+161
*
freedreno/ir3: drop dot graph dumping
Rob Clark
2015-06-21
10
-525
/
+228
*
freedreno/ir3: more builder helpers
Rob Clark
2015-06-21
4
-21
/
+16
*
gallium/ttn: add missing SNE
Rob Clark
2015-06-21
1
-0
/
+1
[prev]
[next]