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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Disable blending for integer formats.
Kenneth Graunke
2018-08-29
1
-0
/
+1
*
mesa: Add support for AMD_depth_clamp_separate
Sagar Ghuge
2018-08-28
2
-2
/
+4
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-1
/
+1
*
Revert recent changes about not including compute in combined limits.
Kenneth Graunke
2018-08-24
1
-3
/
+6
*
st/mesa: expose KHR_texture_compression_astc_sliced_3d
Marek Olšák
2018-08-24
1
-2
/
+4
*
st/mesa: expose EXT_disjoint_timer_query
Marek Olšák
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-1
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+2
*
st/mesa: fix up uniform limits to be able to expose large UBOs
Marek Olšák
2018-08-23
1
-8
/
+23
*
st/mesa: don't include compute resources in "Combined" limits
Marek Olšák
2018-08-23
1
-6
/
+3
*
st/mesa: set ctx->Const.SubPixelBits
Marek Olšák
2018-08-23
1
-0
/
+1
*
mesa: remove unused dri config option disable_shader_bit_encoding
Timothy Arceri
2018-08-21
1
-3
/
+1
*
mesa/st: fix array indices off-by-one error in remapping
Gert Wollny
2018-08-16
2
-6
/
+6
*
compiler: add SYSTEM_VALUE_VARYING_COORD
Rob Clark
2018-08-14
1
-0
/
+1
*
mesa/st/glsl_to_tgsi: fixup copy-paste mistake
Erik Faye-Lund
2018-08-13
1
-1
/
+1
*
mesa/st/tests: Add array life range estimation and renumbering tests
Gert Wollny
2018-08-11
1
-0
/
+211
*
mesa/st/tests: Add array life range tests infrastructure to common test class
Gert Wollny
2018-08-11
2
-27
/
+186
*
mesa/st/glsl_to_tgsi: Expose array live range tracking and merging
Gert Wollny
2018-08-11
5
-17
/
+40
*
mesa/st/glsl_to_tgsi: add array life range evaluation into tracking code
Gert Wollny
2018-08-11
1
-12
/
+50
*
mesa/st/glsl_to_tgsi: add class for array access tracking
Gert Wollny
2018-08-11
1
-0
/
+102
*
mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchy
Gert Wollny
2018-08-11
1
-7
/
+8
*
mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ...
Gert Wollny
2018-08-11
2
-32
/
+33
*
mesa/st/tests: Add tests for array merge helper classes.
Gert Wollny
2018-08-11
4
-7
/
+787
*
mesa/st/glsl_to_tgsi: Add array merge logic
Gert Wollny
2018-08-11
2
-2
/
+407
*
mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleaving
Gert Wollny
2018-08-11
2
-1
/
+164
*
mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...
Gert Wollny
2018-08-11
2
-0
/
+315
*
mesa/st/glsl_to_tgsi:rename lifetime to register_live_range
Gert Wollny
2018-08-11
6
-83
/
+90
*
mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...
Gert Wollny
2018-08-11
2
-0
/
+39
*
mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directly
Gert Wollny
2018-08-11
1
-1
/
+112
*
mesa/st/glsl_to_tgsi: Add method to collect some TGSI statistics
Gert Wollny
2018-08-11
1
-0
/
+68
*
mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback
Gert Wollny
2018-08-10
1
-1
/
+1
*
glsl_to_tgsi: plumb image writable through to driver
Erik Faye-Lund
2018-08-08
2
-5
/
+15
*
st/mesa: expose & set limits for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-0
/
+89
*
st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-8
/
+53
*
st/mesa: pass storage_sample_count parameter into st_choose_format
Marek Olšák
2018-08-04
6
-22
/
+30
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
1
-1
/
+3
*
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2018-08-01
1
-3
/
+11
*
glsl_to_tgsi: allow bound samplers and images to be used as l-values
Rhys Perry
2018-08-01
2
-1
/
+55
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
12
-48
/
+59
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
4
-3
/
+9
*
st/mesa: implement ASTC 2D LDR fallback for all drivers
Marek Olšák
2018-07-31
5
-2
/
+80
*
st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)Image
Marek Olšák
2018-07-31
1
-0
/
+41
*
st/mesa: generalize fallback_copy_image for compressed textures
Marek Olšák
2018-07-31
1
-6
/
+11
*
st/mesa: generalize code for the compressed texture map/unmap fallback
Marek Olšák
2018-07-31
2
-23
/
+31
*
st/mesa: use st_compressed_format_fallback more
Marek Olšák
2018-07-31
1
-12
/
+4
*
st/mesa: generalize st_etc_fallback -> st_compressed_format_fallback
Marek Olšák
2018-07-31
3
-13
/
+17
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
1
-1
/
+5
*
st/nir: Fix st_nir_opts() prototype.
Kenneth Graunke
2018-07-25
1
-1
/
+1
*
st: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
2018-07-20
1
-0
/
+2
*
st/mesa: notify u_vbuf/driver that draw index bounds are unknown for indirect
Marek Olšák
2018-07-18
1
-0
/
+1
[next]