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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
i965: Use the VAOs binding information in array setup.
Mathias Fröhlich
2020-03-10
1
-181
/
+163
*
i965: Use 32 bit u_bit_scan for vertex attribute setup.
Mathias Fröhlich
2020-03-10
1
-7
/
+9
[next]