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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/va: make the implementation thread safe v2
Christian König
2016-01-12
7
-54
/
+199
*
mesa: use gl_shader_variable in program resource list
Tapani Pälli
2016-01-12
3
-28
/
+129
*
glsl: track total amount of uniform locations used
Tapani Pälli
2016-01-12
1
-2
/
+15
*
main: get rid of needless conditional
Erik Faye-Lund
2016-01-12
1
-13
/
+12
*
gallium/util: removed unused header-file
Erik Faye-Lund
2016-01-12
2
-53
/
+0
*
nvc0: do not force re-binding of compute constbufs on Fermi
Samuel Pitoiset
2016-01-12
1
-1
/
+1
*
meta: Unconditionally set GL_SKIP_DECODE_EXT
Ian Romanick
2016-01-11
2
-11
/
+4
*
meta: Only bind the sampler in one place
Ian Romanick
2016-01-11
2
-8
/
+4
*
meta/decompress: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-7
/
+15
*
meta/decompress: Save and restore the sampler using gl_sampler_object instead...
Ian Romanick
2016-01-11
1
-4
/
+5
*
meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...
Ian Romanick
2016-01-11
2
-12
/
+12
*
meta/decompress: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-4
/
+9
*
meta/generate_mipmap: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-11
/
+11
*
meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...
Ian Romanick
2016-01-11
1
-4
/
+5
*
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...
Ian Romanick
2016-01-11
2
-14
/
+17
*
meta/generate_mipmap: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-9
/
+11
*
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
2016-01-11
1
-7
/
+4
*
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2016-01-11
2
-5
/
+15
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
3
-19
/
+25
*
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
2016-01-11
1
-4
/
+4
*
mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
Ian Romanick
2016-01-11
2
-6
/
+16
*
mesa: Add _mesa_set_sampler_srgb_decode method
Ian Romanick
2016-01-11
2
-0
/
+14
*
mesa: Add _mesa_set_sampler_filters method
Ian Romanick
2016-01-11
2
-0
/
+26
*
mesa: Add _mesa_set_sampler_wrap method
Ian Romanick
2016-01-11
2
-0
/
+20
*
nvc0: remove useless goto in nvc0_launch_grid()
Samuel Pitoiset
2016-01-12
1
-6
/
+4
*
mesa: Mark Identity as const
Ian Romanick
2016-01-11
1
-1
/
+1
*
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
Kenneth Graunke
2016-01-11
1
-3
/
+4
*
Add missing platform information for KBL
Mark Janes
2016-01-11
1
-0
/
+5
*
nv50/ir: the whole point of data array is to hand out regular registers
Ilia Mirkin
2016-01-11
1
-1
/
+1
*
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
Dave Airlie
2016-01-11
2
-1
/
+8
*
glsl: replace unreachable code path with assert
Timothy Arceri
2016-01-11
1
-5
/
+4
*
Revert "glsl: replace unreachable code path with assert"
Timothy Arceri
2016-01-11
1
-4
/
+5
*
glsl: replace unreachable code path with assert
Timothy Arceri
2016-01-11
1
-5
/
+4
*
glsl: combine if blocks
Timothy Arceri
2016-01-11
1
-6
/
+3
*
mesa: Update todo regarding StencilOp and StencilOpSeparate.
Rhys Kidd
2016-01-11
1
-12
/
+6
*
glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.
Kenneth Graunke
2016-01-09
1
-1
/
+6
*
nv50/ir: Fix scratch allocation size and file
Pierre Moreau
2016-01-09
2
-3
/
+3
*
mesa: merge bind_atomic_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-106
/
+49
*
mesa: merge bind_shader_storage_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-111
/
+51
*
mesa: merge bind_uniform_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-108
/
+50
*
mesa: merge bind_xfb_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-113
/
+59
*
glsl: Don't add nir files to libglsl_la_SOURCES
Kristian Høgsberg Kristensen
2016-01-08
3
-4
/
+8
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
5
-9
/
+2
*
glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c
Kristian Høgsberg Kristensen
2016-01-08
8
-52
/
+56
*
i965: Move GLSL lowering passes out of libi965_compiler.la
Kristian Høgsberg Kristensen
2016-01-08
1
-5
/
+5
*
glsl: Move glsl_to_nir files to LIBGLSL_FILES
Kristian Høgsberg Kristensen
2016-01-08
1
-2
/
+2
*
mesa: Use separate indices for UBO & SSBO during binding
Jordan Justen
2016-01-08
1
-10
/
+20
*
mesa: Map program UBOs and SSBOs to Interface Blocks
Jordan Justen
2016-01-08
3
-5
/
+37
*
freedreno: add ir3_compiler to gitignore
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
3
-1
/
+14
[next]