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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glapi: Add XML for GL_EXT_shader_framebuffer_fetch.
Francisco Jerez
2016-08-24
1
-0
/
+5
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initialization
Rhys Kidd
2016-08-24
1
-1
/
+0
*
anv: meta_blit2d: adapt texel fetch pitch for fake w-tiled
Lionel Landwerlin
2016-08-24
1
-1
/
+3
*
vc4: Fix GPU hangs with >16 varying values.
Eric Anholt
2016-08-24
2
-19
/
+68
*
vl/rbsp: fix another three byte not detected
Leo Liu
2016-08-24
1
-1
/
+1
*
radeonsi: fix VM faults due NULL internal const buffers on CIK
Marek Olšák
2016-08-24
1
-2
/
+11
*
gallium/winsys/kms: Look up the GEM handle after importing a prime FD
Tomasz Figa
2016-08-24
1
-0
/
+4
*
gallium/winsys/kms: Move display target handle lookup to separate function
Tomasz Figa
2016-08-24
1
-9
/
+24
*
gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)
Tomasz Figa
2016-08-24
1
-7
/
+11
*
gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)
Tomasz Figa
2016-08-24
1
-1
/
+0
*
shaderapi: don't generate not linked error on GetProgramStage in general
Alejandro Piñeiro
2016-08-24
1
-1
/
+18
*
gallium/cso: avoid unnecessary null dereference
Eric Engestrom
2016-08-24
1
-1
/
+1
*
st/xvmc: fix a couple 'unused-but-set-variable' warnings
Eric Engestrom
2016-08-24
1
-2
/
+3
*
egl: turn a couple asserts static (compile-time)
Eric Engestrom
2016-08-24
1
-3
/
+4
*
i915: remove unnecessary `if`
Eric Engestrom
2016-08-24
1
-3
/
+1
*
i965: remove unnecessary `if`
Eric Engestrom
2016-08-24
1
-6
/
+2
*
program_resource: subroutine active uniforms should return NumSubroutineUniforms
Alejandro Piñeiro
2016-08-24
1
-23
/
+118
*
egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.
Stencel, Joanna
2016-08-24
2
-0
/
+4
*
st/va: Remove unused variable coded_size from vlVaEndPicture()
Kai Wasserbäch
2016-08-24
1
-1
/
+0
*
st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b
Kai Wasserbäch
2016-08-24
1
-3
/
+1
*
st/va: add missing mutex_unlock
Eric Engestrom
2016-08-24
1
-1
/
+3
*
aubinator: Style fixes.
Kenneth Graunke
2016-08-23
4
-34
/
+45
*
aubinator: Fix the tool to correctly decode the DWords
Sirisha Gandikota
2016-08-23
3
-53
/
+189
*
aubinator: Add a new tool called Aubinator to the src/intel/tools folder.
Kristian Høgsberg Kristensen
2016-08-23
7
-0
/
+1855
*
glsl: Mark tessellation qualifier maps static const.
Kenneth Graunke
2016-08-23
1
-2
/
+2
*
isl/formats: Integer formats are not filterable
Jason Ekstrand
2016-08-23
1
-8
/
+8
*
st/dri: respect driver's request to avoid mixed color/depth bit configs
Ilia Mirkin
2016-08-23
1
-2
/
+6
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
17
-0
/
+22
*
dri: add a way to request that modes have matching color/zs depths
Ilia Mirkin
2016-08-23
8
-14
/
+29
*
nv50/ir: make sure cfg iterator always hits all blocks
Ilia Mirkin
2016-08-23
1
-4
/
+4
*
anv/clear: Clear E5B9G9R9 images as R32_UINT
Jason Ekstrand
2016-08-23
1
-2
/
+14
*
anv/clear: Make cmd_clear_image take an actual VkClearValue
Jason Ekstrand
2016-08-23
1
-5
/
+5
*
anv/blit2d: Add support for RGB destinations
Jason Ekstrand
2016-08-23
1
-2
/
+214
*
anv/blit2d: Add a format parameter to bind_dst and create_iview
Jason Ekstrand
2016-08-23
1
-5
/
+10
*
anv/image: Don't create invalid render target surfaces
Jason Ekstrand
2016-08-23
1
-1
/
+12
*
isl/formats: Update the table with more samplable formats
Jason Ekstrand
2016-08-23
1
-15
/
+15
*
isl/formats: Report ETC as being samplable on Bay Trail
Jason Ekstrand
2016-08-23
1
-0
/
+18
*
i965/surface_formats: Don't advertise 8 or 16-bit RGB formats
Jason Ekstrand
2016-08-23
1
-0
/
+10
*
anv/formats: Don't use an RGBX format if it isn't renderable
Jason Ekstrand
2016-08-23
1
-1
/
+2
*
egl/dri2: dri2_initialize: Do not reference-count TestOnly display
Nicolas Boichat
2016-08-23
1
-20
/
+9
*
vbo: fix format string compiler warning for 32-bit machines
Jan Ziak
2016-08-23
1
-5
/
+6
*
egl/dri2: remove error checks on return values from mtx_lock and cnd_wait
Dongwon Kim
2016-08-23
1
-35
/
+12
*
i965: report bound buffer size not underlying buffer size for image size (v2)
Dave Airlie
2016-08-23
1
-2
/
+2
*
anv: Throw INCOMPATIBLE_DRIVER for non-fatal initialization errors
Jason Ekstrand
2016-08-22
1
-5
/
+3
*
st/glsl_to_tgsi: fix st_src_reg_for_double constant.
Dave Airlie
2016-08-23
1
-1
/
+1
*
mesa/subroutines: drop the old subroutine index uploads.
Dave Airlie
2016-08-23
1
-6
/
+0
*
st/mesa: use the new subroutine index upload API.
Dave Airlie
2016-08-23
4
-12
/
+18
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
11
-0
/
+25
*
mesa: add api to write subroutine indicies to the program storage.
Dave Airlie
2016-08-23
2
-0
/
+13
[next]