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
*
docs: Update with GLES3.2 entries and status
Thomas Helland
2015-09-11
1
-0
/
+24
*
softpipe: Constify variables
Krzesimir Nowak
2015-09-11
1
-242
/
+199
*
softpipe: Constify sp_tgsi_sampler
Krzesimir Nowak
2015-09-11
1
-12
/
+23
*
softpipe: Constify sampler and view parameters in mip filters
Krzesimir Nowak
2015-09-11
2
-18
/
+18
*
softpipe: Constify sampler and view parameters in img filters
Krzesimir Nowak
2015-09-11
2
-36
/
+36
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
2
-2
/
+2
*
softpipe: Constify some sampler and view parameters
Krzesimir Nowak
2015-09-11
2
-27
/
+28
*
softpipe: Move the faces array from view to filter_args
Krzesimir Nowak
2015-09-11
2
-17
/
+23
*
nir/from_ssa: Use instr_rewrite_dest
Jason Ekstrand
2015-09-11
1
-3
/
+1
*
nir: Add a function for rewriting instruction destinations
Jason Ekstrand
2015-09-11
2
-0
/
+26
*
nir: Only unlink sources that are actually valid
Jason Ekstrand
2015-09-11
1
-7
/
+8
*
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
2015-09-11
20
-47
/
+25
*
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-11
10
-31
/
+32
*
nir/lower_outputs_to_temporaries: Reparent the output name
Jason Ekstrand
2015-09-11
1
-0
/
+3
*
i965/vec4: check writemask when bailing out at register coalesce
Alejandro PiƱeiro
2015-09-11
1
-4
/
+6
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
3
-48
/
+49
*
nir: Store some geometry shader data in nir_shader.
Kenneth Graunke
2015-09-11
3
-0
/
+14
*
nir/builder: Add nir_load_var() and nir_store_var() helpers.
Kenneth Graunke
2015-09-11
1
-0
/
+27
*
glsl: Use hash tables for opt_constant_propagation() kill sets.
Kenneth Graunke
2015-09-11
1
-18
/
+28
*
i965: Use hash tables for brw_fs_vector_splitting().
Kenneth Graunke
2015-09-11
1
-22
/
+22
*
glsl: Use hash tables in opt_constant_variable().
Kenneth Graunke
2015-09-11
1
-18
/
+21
*
meta: Use result of texture coordinate clamping operation
Ian Romanick
2015-09-10
1
-2
/
+2
*
meta: Always bind the texture
Ian Romanick
2015-09-10
1
-3
/
+6
*
i915, i965: Silence unused parameter warnings in intel_batchbuffer_advance
Ian Romanick
2015-09-10
2
-0
/
+4
*
i915: Silence unused parameter warning in intel_miptree_create_layout
Ian Romanick
2015-09-10
3
-15
/
+5
*
i915, i965: Silence unused parameter warnings in intel_miptree_unmap_gtt
Ian Romanick
2015-09-10
2
-12
/
+4
*
i915: Silence unused parameter warnings
Ian Romanick
2015-09-10
3
-7
/
+5
*
i915: Remove prototype for nonexistent brw_miptree_layout
Ian Romanick
2015-09-10
1
-2
/
+0
*
i965: Make intel_miptree_map_raw static
Ian Romanick
2015-09-10
2
-19
/
+17
*
i915, i965: Silence unused parameter warnings in intel_mipmap_tree.h
Ian Romanick
2015-09-10
2
-0
/
+8
*
i965: Silence unused parameter warnings in intel_mipmap_tree.c
Ian Romanick
2015-09-10
3
-11
/
+9
*
i965: Silence unused parameter warnings in intel_fbo.c
Ian Romanick
2015-09-10
1
-3
/
+8
*
st/mesa: set the vbuffer to NULL if we are skipping it
Dave Airlie
2015-09-11
1
-1
/
+5
*
i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTOR
Jordan Justen
2015-09-10
4
-1
/
+8
*
i965/cs: Emit texture surfaces to enable CS sampling
Jordan Justen
2015-09-10
2
-1
/
+3
*
i965: Set up sampler state for compute shaders
Jordan Justen
2015-09-10
1
-2
/
+12
*
i965/fs: Set first_non_payload_grf in assign_curb_setup
Jordan Justen
2015-09-10
1
-4
/
+5
*
i965: Support compute shaders in is_scalar_shader_stage()
Jordan Justen
2015-09-10
1
-0
/
+1
*
i965: Support CS in update_stage_texture_surfaces
Jordan Justen
2015-09-10
1
-0
/
+7
*
i965: enable ARB_shader_texture_image_samples
Ilia Mirkin
2015-09-10
3
-2
/
+3
*
i965: add handling for imageSamples
Ilia Mirkin
2015-09-10
1
-0
/
+5
*
nir: convert glsl imageSamples into a new intrinsic
Ilia Mirkin
2015-09-10
2
-1
/
+7
*
glsl: add support for the imageSamples function
Ilia Mirkin
2015-09-10
1
-3
/
+40
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
10
-1
/
+35
*
glsl: add support for the textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+31
*
glsl: add ARB_shader_texture_image_samples infrastructure
Ilia Mirkin
2015-09-10
3
-0
/
+6
*
nir: add nir_texop_texture_samples and convert from glsl
Ilia Mirkin
2015-09-10
3
-1
/
+11
*
glsl: add ir_texture_samples texture opcode
Ilia Mirkin
2015-09-10
11
-6
/
+23
*
mesa: add infra for ARB_shader_texture_image_samples
Ilia Mirkin
2015-09-10
2
-0
/
+2
*
i965: Fix typos in license
Ian Romanick
2015-09-10
33
-66
/
+66
[next]