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
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
12
-126
/
+85
*
radeonsi: enable multi-draw related pipe caps
Nicolai Hähnle
2016-08-09
1
-3
/
+5
*
radeonsi: program additional multi draw parameters
Nicolai Hähnle
2016-08-09
1
-5
/
+25
*
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2016-08-09
2
-4
/
+7
*
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2016-08-09
2
-2
/
+10
*
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
Nicolai Hähnle
2016-08-09
1
-0
/
+5
*
radeonsi: remove an incorrect assertion
Nicolai Hähnle
2016-08-09
1
-2
/
+0
*
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2016-08-09
2
-4
/
+9
*
radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets
Nicolai Hähnle
2016-08-09
1
-0
/
+3
*
st/mesa: define ST_NEW_ flags as uint64_t values, not enums
Brian Paul
2016-08-09
1
-4
/
+4
*
mesa: simplify ff fs generator a bit
Miklós Máté
2016-08-09
1
-8
/
+6
*
ddebug: dump driver states and shaders for apitrace calls
Marek Olšák
2016-08-09
1
-1
/
+4
*
nir: make use of nir_cf_list_extract() helper
Timothy Arceri
2016-08-09
1
-2
/
+1
*
nir: Always print non-identity swizzles.
Matt Turner
2016-08-08
1
-1
/
+9
*
anv/pipeline/gen7: Set multisample modes
Lionel Landwerlin
2016-08-08
3
-3
/
+14
*
anv/pipeline: rename info to rs_info in emit_rs_state
Lionel Landwerlin
2016-08-08
1
-8
/
+8
*
Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"
Marek Olšák
2016-08-08
1
-2
/
+1
*
egl/android: Add support for YV12 pixel format (v2)
Tomasz Figa
2016-08-08
1
-6
/
+50
*
st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-4
/
+16
*
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-54
/
+30
*
i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
2016-08-08
1
-2
/
+5
*
i965: Make BLORP do sRGB encode/decode on ES 2 as well.
Kenneth Graunke
2016-08-08
1
-2
/
+2
*
Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"
Kenneth Graunke
2016-08-08
1
-32
/
+0
*
i965: Drop the "do resolves in sRGB" hack.
Kenneth Graunke
2016-08-08
1
-24
/
+0
*
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
Kenneth Graunke
2016-08-08
2
-2
/
+10
*
egl/android: Make get_fourcc() accept HAL formats
Tomasz Figa
2016-08-08
1
-9
/
+11
*
egl/android: Refactor image creation to separate flink and prime paths (v2)
Tomasz Figa
2016-08-08
1
-42
/
+57
*
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
Tomasz Figa
2016-08-08
1
-5
/
+15
*
egl/android: Remove unused variables in droid_get_buffers_with_format()
Tomasz Figa
2016-08-08
1
-3
/
+0
*
anv/pipeline/gen7: Set the depth format in 3DSTATE_SF
Jason Ekstrand
2016-08-08
3
-2
/
+25
*
isl: Add a helper for getting a depth format from an isl_format
Jason Ekstrand
2016-08-08
2
-0
/
+26
*
anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8
Jason Ekstrand
2016-08-08
3
-91
/
+62
*
anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable
Jason Ekstrand
2016-08-08
1
-0
/
+1
*
anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable
Jason Ekstrand
2016-08-08
1
-9
/
+2
*
anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state
Jason Ekstrand
2016-08-08
1
-26
/
+27
*
genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+
Jason Ekstrand
2016-08-08
3
-6
/
+12
*
anv/pipeline/gen8: Remove an old comment
Jason Ekstrand
2016-08-08
1
-2
/
+0
*
mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.
Kenneth Graunke
2016-08-08
1
-1
/
+17
*
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
Kenneth Graunke
2016-08-08
1
-64
/
+25
*
glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled.
Kenneth Graunke
2016-08-08
1
-0
/
+11
*
glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.
Kenneth Graunke
2016-08-08
1
-1
/
+5
*
glsl: Add extension plumbing for OES/EXT_tessellation_shader.
Kenneth Graunke
2016-08-08
4
-3
/
+19
*
mesa: Move tessellation shader gets to GL_CORE, GLES31 section.
Kenneth Graunke
2016-08-08
1
-33
/
+36
*
mesa: Add {OES,EXT}_tessellation_shader to the extensions table.
Kenneth Graunke
2016-08-08
2
-2
/
+9
*
mapi: Add PatchParameteriOES and PatchParameteriEXT.
Kenneth Graunke
2016-08-08
2
-0
/
+13
*
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
2016-08-08
3
-1
/
+14
*
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
2016-08-08
1
-45
/
+31
*
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
2016-08-08
1
-9
/
+12
*
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
2016-08-08
1
-16
/
+9
*
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
2016-08-08
3
-0
/
+28
[next]