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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: 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
3
-69
/
+0
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
52
-399
/
+359
*
dri/nouveau: replace assert with unreachable
Dylan Baker
2020-04-21
1
-1
/
+3
*
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
25
-0
/
+25
*
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
3
-4
/
+4
*
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
12
-29
/
+29
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
2
-2
/
+2
*
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
1
-67
/
+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
54
-54
/
+55
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
2
-0
/
+2
*
intel/blorp: Add support for swizzling fast-clear colors
Jason Ekstrand
2020-03-18
1
-0
/
+1
*
intel/blorp: Plumb the stage through blorp upload_shader
Caio Marcelo de Oliveira Filho
2020-03-17
1
-1
/
+1
*
intel/compiler: detect if atomic load store operations are used
Tapani Pälli
2020-03-16
1
-1
/
+1
*
i965: Use gl_vertex_format in brw_vertex_element.
Mathias Fröhlich
2020-03-10
3
-15
/
+13
*
i965: Make use of the vertex format functions in i965.
Mathias Fröhlich
2020-03-10
1
-6
/
+4
*
i965: Remove glbinding from brw_vertex_element.
Mathias Fröhlich
2020-03-10
2
-7
/
+0
*
i965: Reorder workaround flags computation.
Mathias Fröhlich
2020-03-10
1
-26
/
+49
*
i965: Split merge_inputs and clear_buffers.
Mathias Fröhlich
2020-03-10
1
-10
/
+23
*
i965: Test original vertex array pointer to skip array upload.
Mathias Fröhlich
2020-03-10
1
-1
/
+1
[next]