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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Remove support for clearing integer buffers
Ian Romanick
2020-05-14
2
-54
/
+2
*
meta: Make _mesa_meta_setup_sampler static
Ian Romanick
2020-05-14
2
-11
/
+8
*
meta: Make _mesa_meta_texture_object_from_renderbuffer static
Ian Romanick
2020-05-14
2
-8
/
+7
*
i965: Assert that blorp always handles color blits
Ian Romanick
2020-05-14
2
-0
/
+5
*
i965: Fix out-of-bounds access to brw_stage_state::surf_offset
Danylo Piliaiev
2020-05-06
1
-23
/
+29
*
mesa: extend GLSLZeroInit semantics
Pierre-Eric Pelloux-Prayer
2020-05-05
1
-1
/
+1
*
i965: disable shadow batches when batch debugging.
Dave Airlie
2020-05-03
1
-1
/
+5
*
intel: Let drivers call brw_nir_lower_cs_intrinsics()
Caio Marcelo de Oliveira Filho
2020-05-01
1
-0
/
+2
*
intel/fs: Add an option to lower variable group size in backend
Caio Marcelo de Oliveira Filho
2020-05-01
1
-0
/
+1
*
intel/fs: Clean up variable group size handling in backend
Caio Marcelo de Oliveira Filho
2020-05-01
1
-3
/
+0
*
i965: remove unused variable
Marcin Ślusarz
2020-04-29
1
-2
/
+0
*
i965: Use correct constant for max_variable_local_size
Caio Marcelo de Oliveira Filho
2020-04-29
1
-1
/
+1
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
3
-16
/
+18
*
mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference
Marek Olšák
2020-04-27
1
-7
/
+12
*
mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread
Marek Olšák
2020-04-27
1
-7
/
+9
*
mesa: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
1
-1
/
+1
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
1
-1
/
+0
*
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
Jason Ekstrand
2020-04-22
5
-273
/
+1
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
62
-422
/
+372
*
dri/nouveau: replace assert with unreachable
Dylan Baker
2020-04-21
1
-1
/
+3
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
3
-19
/
+20
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
30
-0
/
+30
*
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
2020-04-21
1
-9
/
+8
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
3
-3
/
+3
*
replace _mesa_next_pow_two_* with util_next_power_of_two_*
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
4
-7
/
+7
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
1
-1
/
+0
*
i965/bufmgr: Add support for MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
1
-1
/
+38
*
i965/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.
Rafael Antognolli
2020-04-20
1
-26
/
+29
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
meson: Specify the maximum required libdrm in dri.pc
Matt Turner
2020-04-13
1
-1
/
+1
*
tnl: Silence unused parameter warnings in _tnl_draw_prims
Ian Romanick
2020-04-13
1
-17
/
+8
*
i965: share buffer managers across screens
Lionel Landwerlin
2020-04-11
3
-11
/
+93
*
i965: store DRM fd on intel_screen
Lionel Landwerlin
2020-04-11
5
-19
/
+16
*
intel/compiler: Remove cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
1
-3
/
+0
*
i965: Implement ARB_compute_variable_group_size
Plamena Manolova
2020-04-09
8
-8
/
+101
*
intel/compiler: Replace cs_prog_data->push.total with a helper
Caio Marcelo de Oliveira Filho
2020-04-09
2
-5
/
+8
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
3
-3
/
+3
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
1
-1
/
+1
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
13
-32
/
+32
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
2
-2
/
+2
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
1
-1
/
+1
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
2
-15
/
+23
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
4
-181
/
+0
*
intel: drop unused include directories
Eric Engestrom
2020-03-28
1
-2
/
+2
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
7
-9
/
+9
*
mesa: don't use <> for including internal headers
Marek Olšák
2020-03-27
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
64
-64
/
+65
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
2
-0
/
+2
[next]