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
*
mesa: remove unused _mesa_delete_nameless_texture()
Samuel Pitoiset
2017-06-22
2
-46
/
+0
*
mesa: check for allocation failures in _mesa_new_texture_object()
Samuel Pitoiset
2017-06-22
1
-2
/
+5
*
radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variant
Nicolai Hähnle
2017-06-22
1
-6
/
+22
*
radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence
Marek Olšák
2017-06-22
3
-8
/
+28
*
radeonsi/gfx9: enable the constant engine
Marek Olšák
2017-06-22
1
-4
/
+1
*
radeonsi/gfx9: indirect buffers and all CP packets use TC L2
Marek Olšák
2017-06-22
4
-13
/
+21
*
radeonsi: flush CB after MSAA only when transitioning from CB to textures
Marek Olšák
2017-06-22
2
-14
/
+60
*
radeonsi: unify CB_RESOLVE blitter invocation code
Marek Olšák
2017-06-22
1
-17
/
+18
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
5
-25
/
+56
*
radeonsi: add separate HUD counters for CB and DB cache flushes
Marek Olšák
2017-06-22
4
-10
/
+20
*
st/mesa: don't set the border color if it's unused
Marek Olšák
2017-06-22
1
-4
/
+18
*
st/mesa: don't set 16 scissors and 16 viewports if they're unused
Marek Olšák
2017-06-22
4
-6
/
+34
*
st/mesa: fix pipe_rasterizer_state::scissor with multiple viewports
Marek Olšák
2017-06-22
1
-1
/
+1
*
st/mesa: simplify st_update_viewport
Marek Olšák
2017-06-22
1
-25
/
+10
*
st/mesa: remove redundant sample_mask checking
Marek Olšák
2017-06-22
2
-7
/
+1
*
st/mesa: use precomputed st_fb_orientation
Marek Olšák
2017-06-22
4
-8
/
+8
*
mesa: don't call _mesa_update_clip_plane in the GL core profile
Marek Olšák
2017-06-22
1
-1
/
+2
*
st/mesa: set st_context::...num_samplers to 0 when there are no samplers
Marek Olšák
2017-06-22
1
-1
/
+3
*
st/mesa: unify fail paths for update_single_texture
Marek Olšák
2017-06-22
2
-7
/
+2
*
st/mesa: don't call u_sampler_view_default_template for sampler views
Marek Olšák
2017-06-22
1
-1
/
+2
*
st/mesa: always set sampler swizzle according to the texture base format
Marek Olšák
2017-06-22
1
-32
/
+9
*
st/mesa: samplers only need to track whether GLSL >= 130
Marek Olšák
2017-06-22
5
-22
/
+25
*
st/mesa: simplify get_texture_format_swizzle
Marek Olšák
2017-06-22
1
-23
/
+20
*
st/mesa: add an entirely separate codepath for setting up buffer views
Marek Olšák
2017-06-22
6
-100
/
+134
*
st/mesa: don't return an error from update_single_texture
Marek Olšák
2017-06-22
3
-11
/
+7
*
st/mesa: clean up trivial dereferences in update_textures
Marek Olšák
2017-06-22
1
-6
/
+7
*
st/mesa: don't check MaxTextureImageUnits in update_textures
Marek Olšák
2017-06-22
1
-12
/
+2
*
st/mesa: don't call st_shader_stage_to_ptarget in update_textures
Marek Olšák
2017-06-22
1
-8
/
+7
*
cso: inline a few frequently-used functions
Marek Olšák
2017-06-22
2
-31
/
+26
*
cso: don't return errors from sampler functions
Marek Olšák
2017-06-22
2
-18
/
+8
*
cso: don't track the number of sampler states bound
Marek Olšák
2017-06-22
1
-36
/
+23
*
st/mesa: sink and simplify texBaseFormat getting for sampler states
Marek Olšák
2017-06-22
1
-9
/
+9
*
st/mesa: don't set sampler states for TBOs
Marek Olšák
2017-06-22
2
-4
/
+12
*
st/mesa: optimize sampler state translation code
Marek Olšák
2017-06-22
1
-48
/
+20
*
st/mesa: sink code needed for apply_texture_swizzle_to_border_color
Marek Olšák
2017-06-22
1
-28
/
+33
*
st/mesa: simplify update_shader_samplers
Marek Olšák
2017-06-22
1
-16
/
+8
*
st/mesa: when binding sampler states, don't check the max sampler limit
Marek Olšák
2017-06-22
1
-8
/
+1
*
st/mesa: don't unbind sampler states if none are used
Marek Olšák
2017-06-22
1
-1
/
+1
*
st/mesa: unify update_gp/tcp/tep code
Marek Olšák
2017-06-22
1
-63
/
+28
*
st/mesa: don't search through shader variants if there is only one
Marek Olšák
2017-06-22
1
-51
/
+90
*
st/mesa: don't track shader variants in st_context
Marek Olšák
2017-06-22
2
-23
/
+14
*
st/mesa: move blend color into its own state atom
Marek Olšák
2017-06-22
3
-6
/
+10
*
st/mesa: check correctly if multisampling is enabled
Marek Olšák
2017-06-22
2
-3
/
+4
*
st/mesa: don't invoke st_finalize_texture & st_convert_sampler for TBOs
Marek Olšák
2017-06-22
1
-4
/
+6
*
mesa: simplify _mesa_is_image_unit_valid for buffers
Marek Olšák
2017-06-22
1
-12
/
+13
*
mesa: don't flag _NEW_PROGRAM_CONSTANTS for GLSL programs for st/mesa
Marek Olšák
2017-06-22
4
-8
/
+30
*
glsl: Track whether uniforms are active per stage
Kenneth Graunke
2017-06-22
3
-0
/
+9
*
mesa: don't flag _NEW_PROGRAM_CONSTANTS for non-GLSL programs for st/mesa
Marek Olšák
2017-06-22
4
-8
/
+49
*
mesa: flush vertices before updating ctx->_Shader
Marek Olšák
2017-06-22
1
-2
/
+2
*
mesa: set driver flags for glPopAttrib(GL_ENABLE_BIT) properly
Marek Olšák
2017-06-22
1
-0
/
+14
[next]