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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: fix packing of nir_variable
Samuel Pitoiset
2019-11-06
1
-2
/
+2
*
radv: fix 32-bit compiler warnings
Samuel Pitoiset
2019-11-06
1
-3
/
+3
*
radv: add a note about perftest/debug options
Samuel Pitoiset
2019-11-06
1
-0
/
+1
*
nir/serialize: pack nir_variable flags
Marek Olšák
2019-11-05
1
-13
/
+36
*
nir/serialize: store 32-bit object IDs instead of 64-bit
Marek Olšák
2019-11-05
1
-28
/
+31
*
nir/serialize: don't expand 16-bit variable state slots to 32 bits
Marek Olšák
2019-11-05
2
-7
/
+5
*
nir: pack the rest of nir_variable::data
Marek Olšák
2019-11-05
1
-33
/
+34
*
radeonsi: keep serialized NIR instead of nir_shader in si_shader_selector
Marek Olšák
2019-11-05
5
-13
/
+65
*
radeonsi: don't keep compute shader IR after compilation
Marek Olšák
2019-11-05
1
-2
/
+5
*
radeonsi: use IR SHA1 as the cache key for the in-memory shader cache
Marek Olšák
2019-11-05
3
-71
/
+55
*
lima: add support for gl_PointSize
Vasily Khoruzhick
2019-11-05
5
-32
/
+90
*
mesa/imports: let the build system detect strtok_r()
Eric Engestrom
2019-11-05
1
-1
/
+1
*
meson: move the generic symbols check arguments to a common variable
Eric Engestrom
2019-11-05
8
-8
/
+8
*
meson: add variable to control the symbols checks
Eric Engestrom
2019-11-05
8
-8
/
+8
*
mesa: fix call to _mesa_lookup_vao_err
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-1
/
+1
*
meson: Add dep_glvnd to egl deps when building with glvnd
Dylan Baker
2019-11-05
1
-1
/
+2
*
util/u_endian: Add error checks
Dylan Baker
2019-11-05
1
-0
/
+6
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
49
-122
/
+122
*
gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian function
Dylan Baker
2019-11-05
1
-20
/
+15
*
mesa/main: delete now unused _mesa_little_endian
Dylan Baker
2019-11-05
1
-12
/
+0
*
mesa/swrast: replace instances of _mesa_little_endian with preprocessor
Dylan Baker
2019-11-05
2
-6
/
+5
*
mesa/main: replace uses of _mesa_little_endian with preprocessor
Dylan Baker
2019-11-05
6
-21
/
+49
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
41
-104
/
+100
*
util/u_endian: Use _WIN32 instead of _MSC_VER
Dylan Baker
2019-11-05
1
-1
/
+1
*
dri/osmesa: use preprocessor for selecting endian code paths
Dylan Baker
2019-11-05
1
-6
/
+9
*
r100: Use preprocessor to select big vs little endian paths
Dylan Baker
2019-11-05
3
-46
/
+51
*
r200: use preprocessor for big vs little endian checks
Dylan Baker
2019-11-05
2
-45
/
+38
*
svga: check return value of define_query_vgpu{9,10}
Philipp Sieweck
2019-11-05
1
-8
/
+23
*
mesa: add EXT_dsa glGetVertexArray* 4 functions
Pierre-Eric Pelloux-Prayer
2019-11-05
5
-4
/
+309
*
mesa: extract helper function from _mesa_GetPointerv
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-29
/
+47
*
mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
5
-2
/
+50
*
mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
5
-2
/
+81
*
mesa: add gl_vertex_array_object parameter to client state helpers
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-22
/
+25
*
mesa: add EXT_dsa glVertexArray* functions implementation
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-0
/
+308
*
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
5
-11
/
+257
*
mesa: pass vao as a function paramter
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-60
/
+94
*
nir: Handle image arrays when setting variable data
Kenneth Graunke
2019-11-04
1
-1
/
+1
*
intel/compiler: remove the operand restriction for src1 on GLK
Paulo Zanoni
2019-11-05
1
-2
/
+1
*
nir: pack nir_variable::data::xfb_*
Marek Olšák
2019-11-04
4
-31
/
+38
*
nir: pack nir_variable::data::stream
Marek Olšák
2019-11-04
3
-5
/
+8
*
nir/algebraic: Mark other comparison exact when removing a == a
Ian Romanick
2019-11-04
1
-2
/
+2
*
nir/algebraic: Add the ability to mark a replacement as exact
Ian Romanick
2019-11-04
4
-3
/
+13
*
compiler: make variable::data::binding unsigned
Marek Olšák
2019-11-04
2
-2
/
+2
*
st/mesa: call nir_lower_flrp only once per shader
Marek Olšák
2019-11-04
2
-16
/
+22
*
st/mesa: call nir_opt_access only once
Marek Olšák
2019-11-04
2
-2
/
+2
*
ac: add missing Arcturus to the info of pc lines
Leo Liu
2019-11-04
1
-0
/
+2
*
pan/midgard: Extend default_phys_reg to !32-bit
Alyssa Rosenzweig
2019-11-04
1
-5
/
+5
*
pan/midgard: Extend swizzle packing for vec4/16-bit
Alyssa Rosenzweig
2019-11-04
1
-3
/
+24
[next]