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
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/features.txt: factor out radeonsi as GL45 complete
Edward O'Callaghan
2016-10-18
1
-9
/
+9
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
7
-9
/
+5
*
glsl: Remove unused function import_prototypes
Ian Romanick
2016-10-17
3
-132
/
+0
*
glsl: Remove prototypes for nonexistent functions
Ian Romanick
2016-10-17
1
-9
/
+0
*
glsl: Replace assert with unreachable
Ian Romanick
2016-10-17
1
-1
/
+2
*
anv: replace , with ; in anv_batch_emit()
Lionel Landwerlin
2016-10-17
2
-12
/
+12
*
intel: aubinator: use different colors to signal batch start/end
Lionel Landwerlin
2016-10-17
1
-5
/
+10
*
st/glsl_to_tgsi: fix [ui]vec[34] conversion to double
Nicolai Hähnle
2016-10-17
1
-2
/
+3
*
st/glsl_to_tgsi: fix atomic counter addressing
Nicolai Hähnle
2016-10-17
1
-6
/
+9
*
st/glsl_to_tgsi: fix a corner case of std140 layout in uniform buffers
Nicolai Hähnle
2016-10-17
1
-1
/
+28
*
st/mesa: fix fragment shader output mapping
Nicolai Hähnle
2016-10-17
1
-4
/
+13
*
glsl: print non-zero bindings of variables
Nicolai Hähnle
2016-10-17
1
-2
/
+6
*
radeonsi: unify the constant load paths
Nicolai Hähnle
2016-10-17
1
-28
/
+11
*
radeonsi: fix indirect loads of 64 bit constants
Nicolai Hähnle
2016-10-17
1
-2
/
+2
*
gbm: add a couple missing includes
Eric Engestrom
2016-10-17
1
-0
/
+2
*
glsl: fail compilation of compute shaders when unsupported
Iago Toral Quiroga
2016-10-17
1
-0
/
+13
*
egl/android: fix error in droid_add_configs_for_visuals()
Tapani Pälli
2016-10-17
1
-2
/
+0
*
radeonsi: shorten "shader->selector" to "sel" in si_shader_create
Marek Olšák
2016-10-17
1
-7
/
+8
*
radeonsi: clear DB_RENDER_OVERRIDE
Marek Olšák
2016-10-17
1
-3
/
+1
*
glsl: Disable textureOffset(sampler2DArrayShadow, ...) in GLSL ES.
Kenneth Graunke
2016-10-16
1
-1
/
+7
*
st/nine: Fix multisample limit check
Axel Davy
2016-10-17
1
-1
/
+1
*
vc4: Fix fast clear color packing for 565.
Eric Anholt
2016-10-16
1
-3
/
+16
*
state_tracker: Fix check for scissor enabled when < 0.
Eric Anholt
2016-10-16
1
-2
/
+2
*
egl/surfaceless: Fix comparison between pointer and integer
Chad Versace
2016-10-16
1
-1
/
+1
*
egl/surfaceless: use correct index when accesing the visual
Emil Velikov
2016-10-16
1
-1
/
+1
*
radv/winsys: Fail early on overgrown cs.
Gustaw Smolarczyk
2016-10-16
1
-4
/
+14
*
glsl: Drop the ES requirement that VS outputs must be flat qualified.
Kenneth Graunke
2016-10-15
1
-8
/
+4
*
intel/genxml: Make some PIPE_CONTROL fields booleans
Jason Ekstrand
2016-10-15
5
-26
/
+11
*
intel/genxml: Make "Predication enable" a boolean
Jason Ekstrand
2016-10-15
2
-2
/
+2
*
intel/genxml; Make "Use Global GTT a boolean
Jason Ekstrand
2016-10-15
5
-59
/
+32
*
intel/genxml; Make "Tiled Surface" a boolean
Jason Ekstrand
2016-10-15
3
-4
/
+4
*
intel/genxml: Make "SO Buffer Enable" fields boolean
Jason Ekstrand
2016-10-15
2
-8
/
+8
*
intel/genxml: Make "Stencil Buffer Enable" a boolean
Jason Ekstrand
2016-10-15
3
-3
/
+3
*
intel/genxml: Make a couple of STREAMOUT fields booleans
Jason Ekstrand
2016-10-15
4
-8
/
+8
*
intel/genxml: Make "Include Vertex Handles" and "Include Primitive ID" booleans
Jason Ekstrand
2016-10-15
4
-12
/
+12
*
intel/genxml: Make "Vector Mask Enable" a boolean
Jason Ekstrand
2016-10-15
3
-9
/
+9
*
intel/genxml: Make "Single Program Flow" a boolean
Jason Ekstrand
2016-10-15
5
-17
/
+17
*
nv50/ir: constant fold OP_SPLIT
Tobias Klausmann
2016-10-14
1
-0
/
+18
*
i965: Enable OpenGL 4.5.
Kenneth Graunke
2016-10-14
2
-2
/
+2
*
anv/pipeline: Remove a meta hack from emit_ds_state
Jason Ekstrand
2016-10-14
1
-4
/
+1
*
anv/image: Create views directly in VkCreate*View
Jason Ekstrand
2016-10-14
2
-66
/
+34
*
anv/image: Get rid of the usage hacks for meta
Jason Ekstrand
2016-10-14
2
-97
/
+28
*
anv: Move Create*Pipelines into genX_cmd_buffer.c
Jason Ekstrand
2016-10-14
4
-122
/
+61
*
anv/pipeline: Remove support for direct-from-nir shaders
Jason Ekstrand
2016-10-14
2
-77
/
+54
*
anv: Make entrypoint resolution take a gen_device_info
Jason Ekstrand
2016-10-14
3
-20
/
+12
*
anv: Get rid of the ANV_CALL macro
Jason Ekstrand
2016-10-14
4
-14
/
+8
*
anv: Get rid of graphics_pipeline_create_info_extra
Jason Ekstrand
2016-10-14
7
-101
/
+35
*
anv: Get rid of meta
Jason Ekstrand
2016-10-14
7
-765
/
+2
*
anv: Use blorp for subpass clears
Jason Ekstrand
2016-10-14
2
-298
/
+81
*
anv: Use blorp for ClearAttachments
Jason Ekstrand
2016-10-14
2
-24
/
+113
[next]