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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-0
/
+319
*
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
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
3
-7
/
+7
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
1
-0
/
+6
*
mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback
Gert Wollny
2018-08-10
1
-1
/
+1
*
python: Explicitly use a list
Mathieu Bridon
2018-08-09
1
-2
/
+2
*
i965: Only enable depth IZ signals if there's an actual depthbuffer.
Kenneth Graunke
2018-08-09
1
-3
/
+8
*
xlib: remove unused Fake_glXGetAGPOffsetMESA() function
Brian Paul
2018-08-08
1
-10
/
+0
*
autotools: use correct gl.pc LIBS when using glvnd
Emil Velikov
2018-08-08
1
-1
/
+1
*
glsl_to_tgsi: plumb image writable through to driver
Erik Faye-Lund
2018-08-08
2
-5
/
+15
*
python: Use explicit integer divisions
Mathieu Bridon
2018-08-07
3
-10
/
+10
*
dri: Add param driCreateConfigs(mutable_render_buffer)
Chad Versace
2018-08-07
7
-11
/
+17
*
dri: Define DRI_MutableRenderBuffer extensions
Chad Versace
2018-08-07
4
-0
/
+10
*
i965: gen_shader_sha1() doesn't use the brw_context
Eric Engestrom
2018-08-07
1
-4
/
+4
*
mesa: fix make check for AMD_framebuffer_multisample_advanced
Ian Romanick
2018-08-06
1
-0
/
+8
*
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 functional FBO changes for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
2
-17
/
+131
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
4
-9
/
+23
*
mesa: implement glGet for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
4
-0
/
+32
*
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Marek Olšák
2018-08-04
2
-0
/
+32
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
6
-21
/
+33
*
mesa: add switch case for GL 2.0 in _mesa_compute_version()
Brian Paul
2018-08-02
1
-0
/
+2
*
mesa: replace binary constants with hexadecimal constants
18.2-branchpoint
Andres Gomez
2018-08-02
1
-58
/
+58
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
1
-1
/
+2
*
i965: Disable shader cache with INTEL_DEBUG=shader_time
Jordan Justen
2018-08-01
1
-0
/
+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: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
6
-0
/
+1967
*
i965: enable XFB and GeometryStreams for gen7+
Alejandro Piñeiro
2018-07-31
1
-0
/
+2
[next]