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: Collect all the draw functions in draw.{h,c}.
Mathias Fröhlich
2018-11-01
5
-96
/
+109
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
5
-86
/
+87
*
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
Mathias Fröhlich
2018-11-01
5
-278
/
+332
*
vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.
Mathias Fröhlich
2018-11-01
1
-76
/
+38
*
vbo: Preserve vbo_save::no_current_update on primitive restart.
Mathias Fröhlich
2018-11-01
1
-1
/
+2
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
4
-10
/
+10
*
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
2018-11-01
4
-8
/
+9
*
vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
vbo: Remove the always false branch dlist replay.
Mathias Fröhlich
2018-11-01
1
-29
/
+1
*
vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.
Mathias Fröhlich
2018-11-01
1
-1
/
+1
*
vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.
Mathias Fröhlich
2018-11-01
1
-5
/
+3
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
6
-15
/
+3
*
vbo: Remove the VBO_SAVE_FALLBACK flag.
Mathias Fröhlich
2018-11-01
2
-8
/
+2
*
vbo: Remove unused vbo_save_fallback function.
Mathias Fröhlich
2018-11-01
2
-16
/
+0
*
configure: allow building with python3
Emil Velikov
2018-10-31
2
-2
/
+2
*
glspirv: no need to force entrypoint name to "main"
Alejandro Piñeiro
2018-10-31
1
-1
/
+0
*
st/glsl_to_nir: fix next_stage gathering
Timothy Arceri
2018-10-31
1
-1
/
+1
*
st/mesa: calculate buffer size correctly for packed uniforms
Timothy Arceri
2018-10-31
1
-1
/
+1
*
glsl_to_tgsi: don't create 64-bit integer MAD/FMA
Rhys Perry
2018-10-30
1
-0
/
+4
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-1
/
+1
*
i965: Disable dual source blending when shader doesn't support it on gen8+
Danylo Piliaiev
2018-10-30
1
-3
/
+42
*
i965: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()
Kenneth Graunke
2018-10-30
1
-1
/
+18
*
i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'
Andrii Simiklit
2018-10-30
1
-0
/
+4
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-10-30
5
-3
/
+14
*
i965: add missing case to fix -Wswitch
Eric Engestrom
2018-10-30
1
-2
/
+3
*
mesa: fix struct/class mismatch
Eric Engestrom
2018-10-30
4
-5
/
+5
*
mesa: fix memcpy() and memset(0) of non-trivial structs
Eric Engestrom
2018-10-30
3
-7
/
+12
*
android: i965/tiled_memcpy: fix build for x86 generic target
Mauro Rossi
2018-10-30
1
-8
/
+9
*
mesa: expose EXT_texture_compression_s3tc on GLES
Marek Olšák
2018-10-30
2
-1
/
+12
*
mesa: Add missing include guards
Michał Janiszewski
2018-10-30
4
-0
/
+20
*
nir/prog: Use nir_bany in kill handling
Jason Ekstrand
2018-10-26
1
-1
/
+1
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
3
-4
/
+5
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-1
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
3
-7
/
+0
*
autotools: include intel_tiled_memcopy.c
Dylan Baker
2018-10-24
2
-0
/
+7
*
meson: fix formatting and add extra_files to i965
Dylan Baker
2018-10-24
1
-10
/
+12
*
mesa/glformats: Remove redundant helper _mesa_base_format_component_count
Eduardo Lima Mitev
2018-10-23
4
-33
/
+3
*
i965/miptree: Use cpu tiling/detiling when mapping
Scott D Phillips
2018-10-23
1
-4
/
+106
*
i965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
Scott D Phillips
2018-10-23
9
-90
/
+426
*
i965: expose type of memcpy instead of memcpy function itself
Tapani Pälli
2018-10-23
4
-30
/
+63
*
st/mesa: Record shader access qualifiers for images
Jason Ekstrand
2018-10-23
4
-8
/
+28
*
mesa/st: Only call nir_lower_io_to_scalar_early on scalar ISAs
Alyssa Rosenzweig
2018-10-22
1
-1
/
+4
*
scons: Remove gles option.
Jose Fonseca
2018-10-19
2
-6
/
+2
*
Fix setting indent-tabs-mode in the Emacs .dir-locals.el files
Neil Roberts
2018-10-17
1
-1
/
+1
*
i965: Drop assert about number of uniforms in ARB handling.
Kenneth Graunke
2018-10-15
1
-3
/
+2
*
nir: Create sampler variables in prog_to_nir.
Kenneth Graunke
2018-10-14
1
-2
/
+13
*
i965/miptree: Use enum instead of boolean.
Rafael Antognolli
2018-10-12
2
-3
/
+4
*
i965/gen10+: Initialize new fields in STATE_BASE_ADDRESS
Jordan Justen
2018-10-11
1
-1
/
+6
*
mesa: Fix pack_uint_Z_FLOAT32()
Illia Iorin
2018-10-11
2
-18
/
+9
*
st/glsl_to_tgsi: initialise need_uarl in contructor
Dave Airlie
2018-10-11
1
-0
/
+1
[next]