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
*
intel: Introducing Whiskey Lake platform
Rodrigo Vivi
2018-10-11
3
-1
/
+3
*
st/va: use provided sizes and coords for vlVaGetImage
Boyuan Zhang
2018-10-11
1
-3
/
+28
*
radv: implement clear operations for R32G32B32
Samuel Pitoiset
2018-10-11
3
-1
/
+284
*
radv: disallow 3D images and mipmaps/layers for R32G32B32 linear formats
Samuel Pitoiset
2018-10-11
1
-0
/
+14
*
radv: add a workaround for a VGT hang with prim restart and strips
Samuel Pitoiset
2018-10-11
1
-0
/
+11
*
glsl: remove redundant es_shader checks
Timothy Arceri
2018-10-11
2
-5
/
+1
*
st/glsl_to_tgsi: initialise need_uarl in contructor
Dave Airlie
2018-10-11
1
-0
/
+1
*
glspirv: drop pointless assert (size_t is unsigned)
Dave Airlie
2018-10-11
1
-2
/
+0
*
radv: remove unsigned comparison against 0
Dave Airlie
2018-10-11
1
-1
/
+1
*
radv: remove dead code for master_fd close
Dave Airlie
2018-10-11
1
-2
/
+0
*
radv: don't pass shader key by copy
Dave Airlie
2018-10-11
1
-7
/
+6
*
anv: add missing unlock in error path.
Dave Airlie
2018-10-11
1
-0
/
+1
*
intel: Don't propagate conditional modifiers if a UD source is negated
Jason Ekstrand
2018-10-10
5
-0
/
+50
*
util: Add tests for fast integer division by constants
Jason Ekstrand
2018-10-10
4
-0
/
+546
*
util: Add power-of-two divisor support to compute_fast_udiv_info
Marek Olšák
2018-10-10
2
-2
/
+23
*
util: Generalize fast integer division to be variable bit-width
Jason Ekstrand
2018-10-10
2
-45
/
+39
*
util: Add fast division helpers
Marek Olšák
2018-10-10
1
-0
/
+44
*
util: import public domain code for integer division by a constant
Marek Olšák
2018-10-10
4
-0
/
+365
*
util: Add a simple big math library
Jason Ekstrand
2018-10-10
4
-0
/
+115
*
glsl: ignore trailing whitespace when define redefined
Timothy Arceri
2018-10-10
3
-3
/
+25
*
intel/compiler: Don't handle fsign.sat
Ian Romanick
2018-10-09
2
-23
/
+3
*
nir/algebraic: Simplify fsat of fsign
Ian Romanick
2018-10-09
1
-0
/
+1
*
nir/algebraic: sign(x)*x*x is abs(x)*x
Ian Romanick
2018-10-09
1
-0
/
+5
*
nir: Add helper functions to get the instruction that generated a nir_src
Ian Romanick
2018-10-09
1
-0
/
+23
*
svga: change svga_destroy_shader_variant() to return void
Brian Paul
2018-10-09
5
-23
/
+6
*
meson: Don't build glsl compiler tests unless OpenGL is enabled
Dylan Baker
2018-10-09
2
-2
/
+2
*
meson: Only build gallium state tracker tests with shared_glapi
Dylan Baker
2018-10-09
1
-1
/
+1
*
meson: only build clapi tests when OpenGL is being built
Dylan Baker
2018-10-09
2
-2
/
+2
*
nvc0: fix blitting red to srgb8_alpha
Ilia Mirkin
2018-10-09
1
-0
/
+4
*
nv50,nvc0: guard against zero-size blits
Ilia Mirkin
2018-10-09
2
-0
/
+14
*
nv50,nvc0: mark RGBX_UINT formats as renderable
Ilia Mirkin
2018-10-09
1
-4
/
+4
*
radv: add missing meson c++ visibility arguments
Eric Engestrom
2018-10-09
1
-0
/
+1
*
gbm: Add GBM_FORMAT_ARGB1555 support
Michel Dänzer
2018-10-09
1
-0
/
+4
*
st/dri: Handle BGRA5551 format
Michel Dänzer
2018-10-09
1
-0
/
+13
*
freedreno/a5xx+a6xx: fix LRZ pitch alignment
Rob Clark
2018-10-08
1
-1
/
+1
*
freedreno/a6xx: add LRZ support
Rob Clark
2018-10-08
8
-132
/
+104
*
freedreno: update generated headers
Rob Clark
2018-10-08
7
-38
/
+120
*
freedreno/a6xx: add helper for various CP_EVENT_WRITE
Rob Clark
2018-10-08
5
-38
/
+30
*
freedreno/a6xx: remove unused fxns
Rob Clark
2018-10-08
2
-19
/
+0
*
freedreno/a6xx: remove fd6_shader_stateobj
Rob Clark
2018-10-08
3
-23
/
+10
*
glsl: fix array assignments of a swizzled vector
Ilia Mirkin
2018-10-08
1
-3
/
+10
*
radv: tidy up radv_pipeline_init_multisample_state()
Samuel Pitoiset
2018-10-08
1
-19
/
+16
*
radv: always set PA_SC_MODE_CNTL_1.OUT_OF_ORDER_WATER_MARK
Samuel Pitoiset
2018-10-08
1
-2
/
+2
*
radv: set DB_EQAA.INCOHERENT_EQAA_READS
Samuel Pitoiset
2018-10-08
1
-1
/
+1
*
i965: fallback RGBX to RGBA in glEGLImageTargetRenderbufferStorageOES
Chystiakov, Dmytro
2018-10-08
1
-26
/
+37
*
glsl: do not attempt assignment if operand type not parsed correctly
Tapani Pälli
2018-10-08
1
-0
/
+6
*
util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
2018-10-06
4
-2
/
+20
*
radeonsi: fix a typo at CS_PARTIAL_FLUSH
Marek Olšák
2018-10-06
1
-1
/
+1
*
ac: add ac_build_round
Marek Olšák
2018-10-06
4
-6
/
+20
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
7
-15
/
+22
[next]