index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
8
-49
/
+70
*
i965: Fix scratch overallocation if the original slot size was already a powe...
Francisco Jerez
2016-06-13
1
-1
/
+1
*
mesa: Make TexSubImage check negative dimensions sooner.
Kenneth Graunke
2016-06-13
1
-19
/
+43
*
i965: Fix encode_slm_size() to take a generation, not a device info.
Kenneth Graunke
2016-06-13
2
-3
/
+4
*
i965: Don't leak scratch BOs for TCS/TES.
Kenneth Graunke
2016-06-13
1
-0
/
+4
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+0
*
st/mesa: inline _mesa_create_context() into its only caller
Emil Velikov
2016-06-13
3
-46
/
+6
*
st/mesa: remove unneeded break from st_api_create_context()
Emil Velikov
2016-06-13
1
-1
/
+0
*
st/mesa: use c99 initializer for st_gl_api
Emil Velikov
2016-06-13
1
-13
/
+13
*
gallium: remove st_api::get_proc_address hook
Emil Velikov
2016-06-13
1
-7
/
+0
*
mesa: remove _mesa_init_get_hash()
Emil Velikov
2016-06-13
3
-70
/
+0
*
mesa: kill off _mesa_do_init_remap_table()
Emil Velikov
2016-06-13
1
-18
/
+7
*
mesa: use native types when possible
Emil Velikov
2016-06-13
1
-5
/
+6
*
mesa: make _mesa_map_function_spec() static
Emil Velikov
2016-06-13
2
-6
/
+3
*
mesa: remove used _mesa_get_function_spec() and gl_function_remap
Emil Velikov
2016-06-13
2
-27
/
+0
*
mesa: remove unused _mesa_map_function_array()
Emil Velikov
2016-06-13
2
-47
/
+0
*
mesa: remove unused function _mesa_map_static_functions()
Emil Velikov
2016-06-13
2
-23
/
+0
*
dri/common: remove unused libdri_test_stubs.la
Emil Velikov
2016-06-13
3
-104
/
+1
*
i965: Use the correct number of threads for compute shaders.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Assert that the scratch spaces are in range.
Kenneth Graunke
2016-06-12
1
-0
/
+14
*
i965: Fix CS scratch size calculations on Ivybridge and Baytrail.
Kenneth Graunke
2016-06-12
2
-2
/
+10
*
i965: Fix Haswell CS per-thread scratch space encoding.
Kenneth Graunke
2016-06-12
2
-3
/
+25
*
i965: Account for poor address calculations in Haswell CS scratch size.
Kenneth Graunke
2016-06-12
1
-1
/
+20
*
i965: Allocate scratch space for the maximum number of compute threads.
Kenneth Graunke
2016-06-12
1
-1
/
+3
*
i965: Set subslice_total on Gen7/7.5 platforms.
Kenneth Graunke
2016-06-12
1
-1
/
+4
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
2
-9
/
+35
*
mesa: add drawbuffer argument to ClearNamedFramebufferfi
Ilia Mirkin
2016-06-10
2
-3
/
+3
*
st/mesa: tweak surface format mapping table
Brian Paul
2016-06-10
1
-9
/
+11
*
mesa: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
st/mesa: use base level size as "guess" when available
Nicolai Hähnle
2016-06-10
1
-6
/
+27
*
mesa: Wrap extensions.h declarations with extern "C".
Jose Fonseca
2016-06-10
1
-0
/
+8
*
st/mesa: fix type confusion with reladdrs
Ilia Mirkin
2016-06-09
1
-5
/
+5
*
i965/gen9: Don't change halign and valign to fit in fast copy blit
Anuj Phogat
2016-06-09
1
-4
/
+2
*
mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed
Anuj Phogat
2016-06-09
1
-45
/
+38
*
mesa: Let compute shaders work in compatibility profiles
Samuel Pitoiset
2016-06-09
1
-1
/
+1
*
i965: Emit surface states for extra planes prior to gen8
Jason Ekstrand
2016-06-08
2
-0
/
+18
*
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
2016-06-09
2
-3
/
+3
*
st/glsl_to_tgsi: move to checking 64-bitness instead of double
Dave Airlie
2016-06-09
1
-16
/
+14
*
st/glsl_to_tgsi: use enum glsl_base_type instead of unsigned
Dave Airlie
2016-06-09
1
-12
/
+12
*
mesa: use new 64-bit checks instead of explicit double checks.
Dave Airlie
2016-06-09
2
-5
/
+5
*
st/mesa: try not to compile compute shader on the first use
Marek Olšák
2016-06-08
1
-0
/
+1
*
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
2016-06-08
5
-53
/
+48
*
st/mesa: use buffer usage history to set dirty flags for revalidation
Ilia Mirkin
2016-06-07
1
-2
/
+13
*
i965: Integrate precise trig into configuration infrastructure
Gurchetan Singh
2016-06-07
4
-2
/
+10
*
st/mesa: revalidate image atoms when a texture is updated
Ilia Mirkin
2016-06-07
1
-6
/
+6
*
i965/gen8: fix cull distance emission for tessellation shaders.
Dave Airlie
2016-06-07
1
-3
/
+5
*
st/mesa: expose GL_ARB_shader_group_vote when supported by backend
Ilia Mirkin
2016-06-06
2
-4
/
+11
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
5
-0
/
+14
*
st/mesa: change SQRT lowering to fix the game Risen
Marek Olšák
2016-06-06
1
-7
/
+9
*
mesa/program_resource: return -1 for index if no location.
Dave Airlie
2016-06-07
1
-3
/
+16
[next]