index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-21
swr: Windows-related changes
George Kyriazis
2
-7
/
+29
2016-11-21
swr: renamed duplicate swr_create_screen()
George Kyriazis
3
-2
/
+6
2016-11-21
swr: Handle windows.h and NOMINMAX
George Kyriazis
3
-26
/
+17
2016-11-21
gallium: Added SWR support for gdi
George Kyriazis
1
-5
/
+23
2016-11-21
mesa: removed redundant #else
George Kyriazis
1
-1
/
+0
2016-11-21
i965/hsw: Set integer mode in sampling state for stencil texturing
Jordan Justen
2
-18
/
+9
2016-11-21
mesa: fold always true conditional
Emil Velikov
1
-4
/
+2
2016-11-21
mesa: drop unneeded assert
Emil Velikov
1
-1
/
+0
2016-11-21
egl/wayland: remove non-applicable destroyDrawable from error path
Emil Velikov
1
-3
/
+1
2016-11-21
loader: automake: whitespace cleanup
Emil Velikov
1
-1
/
+1
2016-11-21
gbm: automake: remove unused defines
Emil Velikov
1
-2
/
+0
2016-11-21
intel: aubinator: Fix resource leak in gen_spec_load_from_path
Gwan-gyeong Mun
1
-0
/
+1
2016-11-21
egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)
Tomasz Figa
1
-27
/
+137
2016-11-21
egl/android: Get gralloc module in dri2_initialize_android() (v2)
Tomasz Figa
2
-12
/
+19
2016-11-21
egl/android: Remove handling of RGB_888 pixel format
Tomasz Figa
1
-6
/
+0
2016-11-22
radeonsi: Fix resource leak in gs_copy_shader allocation failure path
Gwan-gyeong Mun
1
-1
/
+7
2016-11-21
glsl/lower_output_reads: remove unused mem_ctx
Nicolai Hähnle
1
-4
/
+0
2016-11-21
glsl/lower_output_reads: bail early in tessellation control shaders
Nicolai Hähnle
1
-2
/
+6
2016-11-21
glsl/lower_output_reads: fix geometry shader output handling with conditional...
Nicolai Hähnle
1
-1
/
+0
2016-11-21
radeonsi: store group_size_variable in struct si_compute
Nicolai Hähnle
1
-5
/
+8
2016-11-21
glsl: don't flatten if-blocks with dynamic array indices
Nicolai Hähnle
1
-2
/
+17
2016-11-21
anv/state: enable coordinate address rounding for Min/Mag filters
Iago Toral Quiroga
1
-6
/
+11
2016-11-20
anv: Implement a depth stall restriction on gen7
Jason Ekstrand
3
-0
/
+35
2016-11-20
nvc0/ir: use levelZero flag when the lod is set to 0
Ilia Mirkin
2
-6
/
+43
2016-11-21
radv: spir-v allows texture size query with and without lod.
Dave Airlie
1
-1
/
+4
2016-11-21
radv: fix image view creation for depth and stencil only
Dave Airlie
2
-13
/
+9
2016-11-21
radv: make sure to flush input attachments correctly.
Dave Airlie
1
-0
/
+1
2016-11-20
tnl: remove unneeded #include "util/simple_list.h"
Brian Paul
2
-2
/
+0
2016-11-20
radeon: remove unneeded #include "util/simple_list.h"
Brian Paul
5
-5
/
+0
2016-11-20
r200: remove unneeded #include "util/simple_list.h"
Brian Paul
5
-5
/
+1
2016-11-20
i915: remove unneeded #include "util/simple_list.h"
Brian Paul
2
-2
/
+0
2016-11-20
mesa: remove unneeded #includes in errors.c
Brian Paul
1
-6
/
+0
2016-11-20
mesa: remove trailing whitespace in errors.c
Brian Paul
1
-6
/
+6
2016-11-19
nir: Add a C wrapper for glsl_type::is_array_of_arrays().
Kenneth Graunke
2
-0
/
+7
2016-11-19
i965: Store a clip_distance_mask field similar to cull_distance_mask.
Kenneth Graunke
4
-0
/
+7
2016-11-19
i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.
Kenneth Graunke
6
-12
/
+12
2016-11-19
compiler: Store the clip/cull distance array sizes in shader_info.
Kenneth Graunke
3
-5
/
+9
2016-11-19
i965: Fix GS push inputs with enhanced layouts.
Kenneth Graunke
1
-1
/
+1
2016-11-19
i965: Delete unused variable.
Kenneth Graunke
1
-2
/
+0
2016-11-19
intel: Share URB configuration code between GL and Vulkan.
Kenneth Graunke
8
-294
/
+256
2016-11-19
i965: Use arrays in Gen7+ URB code.
Kenneth Graunke
1
-202
/
+134
2016-11-19
i965: Drop brw->urb.{nr_*_entries,*_start} assignments from gen7_urb.c.
Kenneth Graunke
1
-17
/
+8
2016-11-19
i965: Switch to roundf in HS/DS URB code.
Kenneth Graunke
1
-2
/
+2
2016-11-19
i965: Make URB code use prog_data for GS/tessellation enable checks.
Kenneth Graunke
1
-6
/
+4
2016-11-19
intel: Convert devinfo->urb.min_*_entries into an array.
Kenneth Graunke
5
-38
/
+73
2016-11-19
intel: Convert devinfo->urb.max_*_entries into an array.
Kenneth Graunke
5
-78
/
+120
2016-11-19
swr: mark streamout buffers as written
Ilia Mirkin
1
-0
/
+7
2016-11-19
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
32
-315
/
+323
2016-11-19
mesa: create new gl_shader_program_data struct
Timothy Arceri
3
-0
/
+69
2016-11-19
glsl: add new program driver function to standalone compiler
Timothy Arceri
1
-18
/
+43
[next]