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: add vao/vbo lookup helper for EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+32
*
mesa: rework _mesa_lookup_vao_err to allow usage from EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-18
/
+36
*
mesa: add EXT_dsa glVertexArray* functions declarations
Pierre-Eric Pelloux-Prayer
2019-11-05
3
-11
/
+148
*
mesa: pass vao as a function paramter
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-60
/
+94
*
st/mesa: call nir_lower_flrp only once per shader
Marek Olšák
2019-11-04
1
-16
/
+19
*
st/mesa: call nir_opt_access only once
Marek Olšák
2019-11-04
2
-2
/
+2
*
state_tracker: Handle texture view min level in st_generate_mipmap()
Paul Gofman
2019-11-04
1
-1
/
+7
*
mesa: check draw buffer completeness on glClearBufferfi/glClearBufferiv
Lionel Landwerlin
2019-11-02
1
-0
/
+12
*
glsl: just use NIR to lower outputs when driver can't read outputs
Timothy Arceri
2019-11-01
1
-6
/
+3
*
radeon: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
2019-10-31
1
-2
/
+2
*
r200: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
2019-10-31
1
-2
/
+2
*
nouveau: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
2019-10-31
1
-2
/
+2
*
i915: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
2019-10-31
1
-2
/
+2
*
dri: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
2019-10-31
1
-2
/
+2
*
mesa: enable msaa in clear_with_quad if needed
Pierre-Eric Pelloux-Prayer
2019-10-31
1
-0
/
+1
*
main: fix several 'may be used uninitialized' warnings
Andrii Simiklit
2019-10-31
1
-0
/
+2
*
mesa: enable ARB_gpu_shader_int64 in compat profile
Tapani Pälli
2019-10-30
2
-39
/
+39
*
mesa: add [Program]Uniform*64ARB display list support
Tapani Pälli
2019-10-30
1
-0
/
+979
*
st/mesa: lower global vars to local after lowering clip
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
intel: Support HIZ_CCS in isl_surf_get_ccs_surf
Nanley Chery
2019-10-28
2
-8
/
+8
*
i965/miptree: Avoid -Wswitch for the Gen12 aux modes
Nanley Chery
2019-10-28
1
-0
/
+3
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-4
/
+4
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-3
/
+3
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-3
/
+3
*
i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORM
Tapani Pälli
2019-10-28
1
-1
/
+9
*
mesa/main: Ignore filter state for MS texture completeness
Illia Iorin
2019-10-25
1
-3
/
+22
*
Revert "mesa/main: Fix multisample texture initialize"
Illia Iorin
2019-10-25
1
-25
/
+13
*
gallium: Fix a bunch of undefined left-shifts in u_format_*
Adam Jackson
2019-10-24
1
-3
/
+3
*
st/mesa: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
6
-25
/
+89
*
st/mesa: update VS shader_info for NIR after lowering passes
Marek Olšák
2019-10-23
1
-0
/
+4
*
st/mesa: assign driver locations for VS inputs for NIR before caching
Marek Olšák
2019-10-23
4
-9
/
+10
*
st/mesa: don't lower_global_vars_to_local for VS if there are no dead inputs
Marek Olšák
2019-10-23
1
-2
/
+7
*
st/mesa: move some NIR lowering before shader caching
Marek Olšák
2019-10-23
3
-14
/
+23
*
intel/perf: move registers to their own header
Lionel Landwerlin
2019-10-23
2
-1
/
+2
*
st/mesa: Silence chatty debug printf
Kenneth Graunke
2019-10-22
1
-2
/
+4
*
st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORM
Chris Wilson
2019-10-22
1
-0
/
+6
*
st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variant
Marek Olšák
2019-10-22
4
-36
/
+48
*
mesa/st: assert that lowering is supported
Erik Faye-Lund
2019-10-22
1
-0
/
+12
*
st/mesa: only require ESSL 3.1 for geometry shaders
Iago Toral Quiroga
2019-10-21
1
-1
/
+1
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
15
-117
/
+67
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
20
-103
/
+62
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
10
-22
/
+16
*
radeon: Drop the unused first arg of OUT_BATCH_RELOC.
Eric Anholt
2019-10-20
9
-24
/
+24
*
radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.
Eric Anholt
2019-10-20
2
-4
/
+5
*
r100/r200: factor out txformat/txfilter setup from the TFP path.
Eric Anholt
2019-10-20
2
-22
/
+10
*
Revert "egl: Fixes transparency with EGL and X11."
Hal Gentz
2019-10-18
2
-5
/
+0
*
mesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in GL_OES_geometry_shader
Iago Toral Quiroga
2019-10-18
1
-1
/
+3
[prev]
[next]